dark_plus theme constructor should be green.

pull/2445/head
Zeddicus414 2022-05-09 22:50:31 -05:00 committed by Blaž Hrastnik
parent a6da99a144
commit 8e8d4ba27f
1 changed files with 1 additions and 1 deletions

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