dark_plus theme constructor should be green.
This commit is contained in:
parent
a6da99a144
commit
8e8d4ba27f
1 changed files with 1 additions and 1 deletions
|
@ -6,7 +6,7 @@
|
|||
"type" = { fg = "type" }
|
||||
"type.builtin" = { fg = "type" }
|
||||
"type.enum.variant" = { fg = "constant" }
|
||||
"constructor" = { fg = "constant" }
|
||||
"constructor" = { fg = "type" }
|
||||
"variable.other.member" = { fg = "variable" }
|
||||
|
||||
"keyword" = { fg = "blue2" }
|
||||
|
|
Loading…
Add table
Reference in a new issue