fix built in face

This commit is contained in:
JenChieh 2024-02-23 01:32:11 -08:00
parent 3a331d8534
commit b61b07585d

View file

@ -108,7 +108,7 @@
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB"))) `(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:variable ((t :foreground "#D2D2D2"))) `(tree-sitter-hl-face:variable ((t :foreground "#D2D2D2")))
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#7F7F7F"))) `(tree-sitter-hl-face:variable.parameter ((t :foreground "#7F7F7F")))
`(tree-sitter-hl-face:variable.builtin ((t :foreground "#17A0FB"))) `(tree-sitter-hl-face:variable.builtin ((t :foreground "light steel blue")))
`(tree-sitter-hl-face:variable.special ((t :foreground "#B363BE"))) `(tree-sitter-hl-face:variable.special ((t :foreground "#B363BE")))
`(tree-sitter-hl-face:property ((t :foreground "#B5CEA8"))) `(tree-sitter-hl-face:property ((t :foreground "#B5CEA8")))
`(tree-sitter-hl-face:property.definition ((t :foreground "#B5CEA8"))) `(tree-sitter-hl-face:property.definition ((t :foreground "#B5CEA8")))