diff options
author | Gokul Soumya | 2022-07-08 20:24:09 +0000 |
---|---|---|
committer | GitHub | 2022-07-08 20:24:09 +0000 |
commit | b7a3531b8f6aa0f7423293fbf071488b1ef12da2 (patch) | |
tree | 9f5ad3602b36727d7a33952fb00b62d7fa07f3c7 /runtime/themes/onedark.toml | |
parent | 230ba264bf78d9b4ecd42440f0cbb20529f9c235 (diff) |
theme(onedark): Remove bg for window separator (#3011)
Diffstat (limited to 'runtime/themes/onedark.toml')
-rw-r--r-- | runtime/themes/onedark.toml | 2 |
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" } |