This commit is contained in:
JenChieh 2023-09-09 20:34:16 -07:00
parent dc6133862e
commit 0228ccc52c

View file

@ -109,6 +109,10 @@
`(tree-sitter-hl-face:constant ((t :foreground "#B363BE"))) `(tree-sitter-hl-face:constant ((t :foreground "#B363BE")))
`(tree-sitter-hl-face:constant.builtin ((t :foreground "#17A0FB"))) `(tree-sitter-hl-face:constant.builtin ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:number ((t :foreground "#B5CEA8"))) `(tree-sitter-hl-face:number ((t :foreground "#B5CEA8")))
`(tree-sitter-hl-face:boolean ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:repeat ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:conditional ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:conditional.ternary ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:punctuation ((t :foreground "#B4B4B3"))) `(tree-sitter-hl-face:punctuation ((t :foreground "#B4B4B3")))
`(tree-sitter-hl-face:punctuation.bracket ((t :foreground "#B4B4B3"))) `(tree-sitter-hl-face:punctuation.bracket ((t :foreground "#B4B4B3")))
`(tree-sitter-hl-face:punctuation.delimiter ((t :foreground "#B4B4B3"))) `(tree-sitter-hl-face:punctuation.delimiter ((t :foreground "#B4B4B3")))