mirror of
https://github.com/emacs-vs/vs-dark-theme.git
synced 2025-12-05 18:20:30 -08:00
fix constructor face
This commit is contained in:
parent
a6b0e62338
commit
6129dd71e6
1 changed files with 1 additions and 1 deletions
|
|
@ -105,7 +105,7 @@
|
|||
`(tree-sitter-hl-face:type.argument ((t :foreground "#D2D2D2")))
|
||||
`(tree-sitter-hl-face:type.builtin ((t :foreground "#17A0FB")))
|
||||
`(tree-sitter-hl-face:type.super ((t :foreground "#17A0FB")))
|
||||
`(tree-sitter-hl-face:constructor ((t :foreground "#17A0FB")))
|
||||
`(tree-sitter-hl-face:constructor ((t :foreground "#D2D2D2")))
|
||||
`(tree-sitter-hl-face:variable ((t :foreground "#D2D2D2")))
|
||||
`(tree-sitter-hl-face:variable.parameter ((t :foreground "#7F7F7F")))
|
||||
`(tree-sitter-hl-face:variable.builtin ((t :foreground "light steel blue")))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue