diff options
author | Zeddicus414 | 2022-05-10 03:50:31 +0000 |
---|---|---|
committer | Blaž Hrastnik | 2022-05-20 01:28:52 +0000 |
commit | 8e8d4ba27f7610f228595e84e7c201c29ffa447c (patch) | |
tree | 3617f77f57a57c07a82866a5e46c18dadc793248 | |
parent | a6da99a14483c2c18c8fa83c5291b2ae866bbbca (diff) |
dark_plus theme constructor should be green.
-rw-r--r-- | runtime/themes/dark_plus.toml | 2 |
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" } |