diff options
Diffstat (limited to 'runtime/themes/everforest_light.toml')
-rw-r--r-- | runtime/themes/everforest_light.toml | 4 |
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" |