aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/dark_plus.toml
diff options
context:
space:
mode:
authorZeddicus4142022-05-10 03:50:31 +0000
committerBlaž Hrastnik2022-05-20 01:28:52 +0000
commit8e8d4ba27f7610f228595e84e7c201c29ffa447c (patch)
tree3617f77f57a57c07a82866a5e46c18dadc793248 /runtime/themes/dark_plus.toml
parenta6da99a14483c2c18c8fa83c5291b2ae866bbbca (diff)
dark_plus theme constructor should be green.
Diffstat (limited to 'runtime/themes/dark_plus.toml')
-rw-r--r--runtime/themes/dark_plus.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/dark_plus.toml b/runtime/themes/dark_plus.toml
index 6c9d5919..c785dd38 100644
--- a/runtime/themes/dark_plus.toml
+++ b/runtime/themes/dark_plus.toml
@@ -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" }