add faces

This commit is contained in:
JenChieh 2023-09-09 20:34:00 -07:00
parent d4199dc6cd
commit cc0799b5fe

View file

@ -109,6 +109,10 @@
`(tree-sitter-hl-face:constant ((t :foreground "#6F008A")))
`(tree-sitter-hl-face:constant.builtin ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:number ((t :foreground "black")))
`(tree-sitter-hl-face:boolean ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:repeat ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:conditional ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:conditional.ternary ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:punctuation ((t :foreground "#020000")))
`(tree-sitter-hl-face:punctuation.bracket ((t :foreground "#020000")))
`(tree-sitter-hl-face:punctuation.delimiter ((t :foreground "#020000")))