add more face

This commit is contained in:
JenChieh 2023-09-09 20:20:20 -07:00
parent 0c1b5f5df0
commit d4199dc6cd

View file

@ -78,24 +78,44 @@
`(highlight-doxygen-type ((t :foreground "SteelBlue")))
`(highlight-doxygen-variable ((t :foreground "gold4")))
`(tree-sitter-hl-face:tag ((t :foreground "#800000")))
`(tree-sitter-hl-face:type.builtin ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:type ((t :foreground "#2B91AF")))
`(tree-sitter-hl-face:function ((t :foreground "black")))
`(tree-sitter-hl-face:function.call ((t :foreground "black")))
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#808080")))
`(tree-sitter-hl-face:property ((t :foreground "#2F4F4F")))
`(tree-sitter-hl-face:property.definition ((t :foreground "#2F4F4F")))
`(tree-sitter-hl-face:punctuation ((t :foreground "#020000")))
`(tree-sitter-hl-face:operator ((t :foreground "#020000")))
`(tree-sitter-hl-face:number ((t :foreground "black")))
`(tree-sitter-hl-face:constant ((t :foreground "#6F008A")))
`(tree-sitter-hl-face:constant.builtin ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:keyword ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:variable ((t :foreground "#000000")))
`(tree-sitter-hl-face:variable.special ((t :foreground "#6F008A")))
`(tree-sitter-hl-face:function.macro ((t :foreground "#808080")))
`(tree-sitter-hl-face:function.special ((t :foreground "#808080")))
`(tree-sitter-hl-face:function ((t :foreground "black")))
`(tree-sitter-hl-face:function.call ((t :foreground "black")))
`(tree-sitter-hl-face:function.builtin ((t :foreground "#808080")))
`(tree-sitter-hl-face:function.special ((t :foreground "#808080")))
`(tree-sitter-hl-face:function.macro ((t :foreground "#808080")))
`(tree-sitter-hl-face:method ((t :foreground "black")))
`(tree-sitter-hl-face:method.call ((t :foreground "black")))
`(tree-sitter-hl-face:type ((t :foreground "#2B91AF")))
`(tree-sitter-hl-face:type.parameter ((t :foreground "black")))
`(tree-sitter-hl-face:type.argument ((t :foreground "black")))
`(tree-sitter-hl-face:type.builtin ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:type.super ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:variable ((t :foreground "#000000")))
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#808080")))
`(tree-sitter-hl-face:variable.builtin ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:variable.special ((t :foreground "#6F008A")))
`(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-fuzzy-annotation-face ((t :foreground "#5E85AB")))