Skip to content

Commit

Permalink
add ref
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Sep 10, 2023
1 parent dc61338 commit 0228ccc
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions vs-dark-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -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")))
Expand Down

0 comments on commit 0228ccc

Please sign in to comment.