aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorGokul Soumya2022-07-08 20:24:09 +0000
committerGitHub2022-07-08 20:24:09 +0000
commitb7a3531b8f6aa0f7423293fbf071488b1ef12da2 (patch)
tree9f5ad3602b36727d7a33952fb00b62d7fa07f3c7 /runtime
parent230ba264bf78d9b4ecd42440f0cbb20529f9c235 (diff)
theme(onedark): Remove bg for window separator (#3011)
Diffstat (limited to 'runtime')
-rw-r--r--runtime/themes/onedark.toml2
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/onedark.toml b/runtime/themes/onedark.toml
index aec7ba96..b4cc6f8b 100644
--- a/runtime/themes/onedark.toml
+++ b/runtime/themes/onedark.toml
@@ -71,7 +71,7 @@ diagnostic = { modifiers = ["underlined"] }
"ui.help" = { bg = "gray" }
"ui.popup" = { bg = "gray" }
-"ui.window" = { bg = "gray" }
+"ui.window" = { fg = "gray" }
"ui.menu" = { fg = "white", bg = "gray" }
"ui.menu.selected" = { fg = "black", bg = "blue" }
"ui.menu.scroll" = { fg = "white", bg = "light-gray" }