aboutsummaryrefslogtreecommitdiff
path: root/runtime/themes/tokyonight.toml
diff options
context:
space:
mode:
authorPaul Graydon2022-04-23 13:56:43 +0000
committerGitHub2022-04-23 13:56:43 +0000
commit6047506ec56787e5a87d0dfe9cb90646004becf5 (patch)
tree5b8685f62a9abd2ad6243c7a5149c4c89aca507b /runtime/themes/tokyonight.toml
parent1c1ba006aed87b1f26cf8e337a1cb04d1b21879a (diff)
Add tokyonight_storm theme variant (#2240)
Diffstat (limited to 'runtime/themes/tokyonight.toml')
-rw-r--r--runtime/themes/tokyonight.toml4
1 files changed, 2 insertions, 2 deletions
diff --git a/runtime/themes/tokyonight.toml b/runtime/themes/tokyonight.toml
index f783b2d5..b41ff6f7 100644
--- a/runtime/themes/tokyonight.toml
+++ b/runtime/themes/tokyonight.toml
@@ -38,8 +38,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.window" = { fg = "black" }
-"ui.virtual" = { fg = "comment" }
"error" = { fg = "red" }
"warning" = { fg = "yellow" }
@@ -76,7 +76,7 @@ comment = "#565f89"
black = "#414868"
foreground = "#a9b1d6"
foreground_highlight = "#c0caf5"
-foreground_gutter = "#3b4261"
+foreground_gutter = "#363b54"
background = "#1a1b26"
background_highlight = "#30374b"
background_menu = "#16161e"