mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-06 02:30:34 -08:00
add more face
This commit is contained in:
parent
0c1b5f5df0
commit
d4199dc6cd
1 changed files with 38 additions and 18 deletions
|
|
@ -78,24 +78,44 @@
|
||||||
`(highlight-doxygen-type ((t :foreground "SteelBlue")))
|
`(highlight-doxygen-type ((t :foreground "SteelBlue")))
|
||||||
`(highlight-doxygen-variable ((t :foreground "gold4")))
|
`(highlight-doxygen-variable ((t :foreground "gold4")))
|
||||||
|
|
||||||
`(tree-sitter-hl-face:tag ((t :foreground "#800000")))
|
`(tree-sitter-hl-face:function ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:type.builtin ((t :foreground "#0000FF")))
|
`(tree-sitter-hl-face:function.call ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:type ((t :foreground "#2B91AF")))
|
`(tree-sitter-hl-face:function.builtin ((t :foreground "#808080")))
|
||||||
`(tree-sitter-hl-face:function ((t :foreground "black")))
|
`(tree-sitter-hl-face:function.special ((t :foreground "#808080")))
|
||||||
`(tree-sitter-hl-face:function.call ((t :foreground "black")))
|
`(tree-sitter-hl-face:function.macro ((t :foreground "#808080")))
|
||||||
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#808080")))
|
`(tree-sitter-hl-face:method ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:property ((t :foreground "#2F4F4F")))
|
`(tree-sitter-hl-face:method.call ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:property.definition ((t :foreground "#2F4F4F")))
|
`(tree-sitter-hl-face:type ((t :foreground "#2B91AF")))
|
||||||
`(tree-sitter-hl-face:punctuation ((t :foreground "#020000")))
|
`(tree-sitter-hl-face:type.parameter ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:operator ((t :foreground "#020000")))
|
`(tree-sitter-hl-face:type.argument ((t :foreground "black")))
|
||||||
`(tree-sitter-hl-face:number ((t :foreground "black")))
|
`(tree-sitter-hl-face:type.builtin ((t :foreground "#0000FF")))
|
||||||
`(tree-sitter-hl-face:constant ((t :foreground "#6F008A")))
|
`(tree-sitter-hl-face:type.super ((t :foreground "#17A0FB")))
|
||||||
`(tree-sitter-hl-face:constant.builtin ((t :foreground "#0000FF")))
|
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
|
||||||
`(tree-sitter-hl-face:keyword ((t :foreground "#0000FF")))
|
`(tree-sitter-hl-face:variable ((t :foreground "#000000")))
|
||||||
`(tree-sitter-hl-face:variable ((t :foreground "#000000")))
|
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#808080")))
|
||||||
`(tree-sitter-hl-face:variable.special ((t :foreground "#6F008A")))
|
`(tree-sitter-hl-face:variable.builtin ((t :foreground "#17A0FB")))
|
||||||
`(tree-sitter-hl-face:function.macro ((t :foreground "#808080")))
|
`(tree-sitter-hl-face:variable.special ((t :foreground "#6F008A")))
|
||||||
`(tree-sitter-hl-face:function.special ((t :foreground "#808080")))
|
`(tree-sitter-hl-face:property ((t :foreground "#2F4F4F")))
|
||||||
|
`(tree-sitter-hl-face:property.definition ((t :foreground "#2F4F4F")))
|
||||||
|
`(tree-sitter-hl-face:comment ((t :foreground "olive drab")))
|
||||||
|
`(tree-sitter-hl-face:doc ((t :foreground "olive drab")))
|
||||||
|
`(tree-sitter-hl-face:string ((t :foreground "#B21515")))
|
||||||
|
`(tree-sitter-hl-face:string.special ((t :foreground "#B21515")))
|
||||||
|
`(tree-sitter-hl-face:escape ((t :foreground "#B21515")))
|
||||||
|
`(tree-sitter-hl-face:embedded ((t :foreground "#B21515")))
|
||||||
|
`(tree-sitter-hl-face:keyword ((t :foreground "#0000FF")))
|
||||||
|
`(tree-sitter-hl-face:operator ((t :foreground "#020000")))
|
||||||
|
`(tree-sitter-hl-face:label ((t :foreground "#808080")))
|
||||||
|
`(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:punctuation ((t :foreground "#020000")))
|
||||||
|
`(tree-sitter-hl-face:punctuation.bracket ((t :foreground "#020000")))
|
||||||
|
`(tree-sitter-hl-face:punctuation.delimiter ((t :foreground "#020000")))
|
||||||
|
`(tree-sitter-hl-face:punctuation.special ((t :foreground "#020000")))
|
||||||
|
`(tree-sitter-hl-face:tag ((t :foreground "#800000")))
|
||||||
|
`(tree-sitter-hl-face:attribute ((t :foreground "#808080")))
|
||||||
|
`(tree-sitter-hl-face:noise ((t :foreground "#808080")))
|
||||||
|
|
||||||
`(company-tooltip-annotation ((t :foreground "#41474D")))
|
`(company-tooltip-annotation ((t :foreground "#41474D")))
|
||||||
`(company-fuzzy-annotation-face ((t :foreground "#5E85AB")))
|
`(company-fuzzy-annotation-face ((t :foreground "#5E85AB")))
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue