From 0228ccc52cffdc5fe170100de73a866ebd383fe9 Mon Sep 17 00:00:00 2001 From: JenChieh Date: Sat, 9 Sep 2023 20:34:16 -0700 Subject: [PATCH] add ref --- vs-dark-theme.el | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/vs-dark-theme.el b/vs-dark-theme.el index 32572bd..85bb138 100644 --- a/vs-dark-theme.el +++ b/vs-dark-theme.el @@ -109,6 +109,10 @@ `(tree-sitter-hl-face:constant ((t :foreground "#B363BE"))) `(tree-sitter-hl-face:constant.builtin ((t :foreground "#17A0FB"))) `(tree-sitter-hl-face:number ((t :foreground "#B5CEA8"))) + `(tree-sitter-hl-face:boolean ((t :foreground "#17A0FB"))) + `(tree-sitter-hl-face:repeat ((t :foreground "#17A0FB"))) + `(tree-sitter-hl-face:conditional ((t :foreground "#17A0FB"))) + `(tree-sitter-hl-face:conditional.ternary ((t :foreground "#17A0FB"))) `(tree-sitter-hl-face:punctuation ((t :foreground "#B4B4B3"))) `(tree-sitter-hl-face:punctuation.bracket ((t :foreground "#B4B4B3"))) `(tree-sitter-hl-face:punctuation.delimiter ((t :foreground "#B4B4B3")))