mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-05 18:20:30 -08:00
fix built in face
This commit is contained in:
parent
3a331d8534
commit
b61b07585d
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue