From f21740df9f0d1845063e05a9d328bbf3525cdab8 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Fri, 23 Feb 2024 01:32:01 -0800 Subject: [PATCH] fix built in face --- vs-light-theme.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vs-light-theme.el b/vs-light-theme.el index 4cbf501..89c4417 100644 --- a/vs-light-theme.el +++ b/vs-light-theme.el @@ -108,7 +108,7 @@ `(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.builtin ((t :foreground "#0C6EEF"))) `(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")))