aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/tokyonight_storm.toml
diff options
context:
space:
mode:
authorPaul Graydon2022-05-29 15:56:10 +0000
committerGitHub2022-05-29 15:56:10 +0000
commit710c4a84b22bc149e2f9fadfc37aaabbfe3b1c42 (patch)
treebbe03895c18366a4f8c24397a1d335b2415d88fe /runtime/themes/tokyonight_storm.toml
parentb43074dad3b1094dab608adf1482dc3c9069770e (diff)
Adjust colors in tokyonight themes (#2606)
Diffstat (limited to 'runtime/themes/tokyonight_storm.toml')
-rw-r--r--runtime/themes/tokyonight_storm.toml13
1 files changed, 9 insertions, 4 deletions
diff --git a/runtime/themes/tokyonight_storm.toml b/runtime/themes/tokyonight_storm.toml
index 4a018a28..6c6fd9c8 100644
--- a/runtime/themes/tokyonight_storm.toml
+++ b/runtime/themes/tokyonight_storm.toml
@@ -4,8 +4,12 @@
"constant" = { fg = "orange" }
"constant.character.escape" = { fg = "magenta" }
"function" = { fg = "blue", modifiers = ["italic"] }
-"keyword" = { fg = "magenta" }
+"function.macro" = { fg = "cyan" }
+"keyword" = { fg = "cyan", modifiers = ["italic"] }
+"keyword.control" = { fg = "magenta" }
"keyword.control.import" = { fg = "cyan" }
+"keyword.operator" = { fg = "turquoise" }
+"keyword.function" = { fg = "magenta", modifiers = ["italic"] }
"operator" = { fg = "turquoise" }
"punctuation" = { fg = "turquoise" }
"string" = { fg = "light-green" }
@@ -14,8 +18,8 @@
"type" = { fg = "teal" }
"namespace" = { fg = "blue" }
"variable" = { fg = "white" }
-"variable.builtin" = { fg = "red", modifiers = ["italic"] }
-"variable.other.member" = { fg = "magenta" }
+"variable.builtin" = { fg = "red" }
+"variable.other.member" = { fg = "green" }
"variable.parameter" = { fg = "yellow", modifiers = ["italic"] }
"diff.plus" = { fg = "green" }
@@ -38,7 +42,8 @@
"ui.statusline.inactive" = { fg = "foreground_gutter", bg = "background_menu" }
"ui.text" = { fg = "foreground" }
"ui.text.focus" = { fg = "cyan" }
-"ui.virtual" = { fg = "foreground_gutter" }
+"ui.virtual.ruler" = { bg = "foreground_gutter" }
+"ui.virtual.whitespace" = { fg = "foreground_gutter" }
"ui.window" = { fg = "black" }
"error" = { fg = "red" }