From b61b07585d9ea986bb34c30140cccba9020b36c1 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 23 Feb 2024 01:32:11 -0800 Subject: [PATCH] fix built in face --- vs-dark-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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")))