Skip to content

Commit

Permalink
fix constructor face
Browse files Browse the repository at this point in the history
  • Loading branch information
jcs090218 committed Apr 1, 2024
1 parent 7cbb853 commit 28cf26c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vs-light-theme.el
Original file line number Diff line number Diff line change
Expand Up @@ -105,7 +105,7 @@
`(tree-sitter-hl-face:type.argument ((t :foreground "black")))
`(tree-sitter-hl-face:type.builtin ((t :foreground "#0000FF")))
`(tree-sitter-hl-face:type.super ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
`(tree-sitter-hl-face:constructor ((t :foreground "black")))
`(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 "#0C6EEF")))
Expand Down

0 comments on commit 28cf26c

Please sign in to comment.