Skip to content

Commit

Permalink
fix built in face
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Feb 23, 2024
1 parent 3a331d8 commit b61b075
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -108,7 +108,7 @@
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:variable ((t :foreground "#D2D2D2")))
`(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:property ((t :foreground "#B5CEA8")))
`(tree-sitter-hl-face:property.definition ((t :foreground "#B5CEA8")))
Expand Down

0 comments on commit b61b075

Please sign in to comment.