mirror of
https://github.com/emacs-vs/vs-light-theme.git
synced 2025-12-05 18:20:30 -08:00
fix constructor face
This commit is contained in:
parent
7cbb85386a
commit
28cf26cdf3
1 changed files with 1 additions and 1 deletions
|
|
@ -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")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue