aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/everforest_light.toml
diff options
context:
space:
mode:
authorbasbebe2023-02-08 07:41:22 +0000
committerMichael Davis2023-04-12 14:32:42 +0000
commitbfcc4c37955775bb9365223d630f0135ce673f51 (patch)
tree26f7747ec29ec36b6db7e420b47f7d63f2f46935 /runtime/themes/everforest_light.toml
parent9248de87802131475eaf52acbc1e0c95e6a1097e (diff)
Everforest: Fix keywords and types
Diffstat (limited to 'runtime/themes/everforest_light.toml')
-rw-r--r--runtime/themes/everforest_light.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/everforest_light.toml b/runtime/themes/everforest_light.toml
index ef0544ac..54201ab0 100644
--- a/runtime/themes/everforest_light.toml
+++ b/runtime/themes/everforest_light.toml
@@ -8,7 +8,7 @@
# Email: sainnhe@gmail.com
# License: MIT License
-"type" = { fg = "yellow", modifiers = ["italic"] }
+"type" = "yellow"
"constant" = "fg"
"constant.builtin" = { fg = "purple", modifiers = ["italic"] }
"constant.builtin.boolean" = "purple"
@@ -30,7 +30,7 @@
"keyword" = "red"
"keyword.operator" = "orange"
"keyword.directive" = "purple"
-"keyword.storage" = "orange"
+"keyword.storage" = "red"
"operator" = "orange"
"function" = "green"
"function.macro" = "green"