dark_plus theme constructor should be green.

This commit is contained in:
Zeddicus414 2022-05-09 22:50:31 -05:00 committed by Blaž Hrastnik
parent a6da99a144
commit 8e8d4ba27f

View file

@ -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" }