diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 7239d35..e232076 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -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")))