diff options
author | Constantin Angheloiu | 2023-04-04 19:47:23 +0000 |
---|---|---|
committer | GitHub | 2023-04-04 19:47:23 +0000 |
commit | 01b70762fda6a7cd004ed623844398d620c44eda (patch) | |
tree | 913f6baec6b5adef86ae6cf72ba2b939e8bdf33c | |
parent | 577aded04a01801cbd61c7953a24b24d499a7e83 (diff) |
Dim pane divider color in base16_transparent theme (#6534)
-rw-r--r-- | runtime/themes/base16_transparent.toml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/runtime/themes/base16_transparent.toml b/runtime/themes/base16_transparent.toml index 8019c6fa..63aa1f86 100644 --- a/runtime/themes/base16_transparent.toml +++ b/runtime/themes/base16_transparent.toml @@ -9,7 +9,7 @@ "ui.linenr" = { fg = "light-gray" } "ui.linenr.selected" = { fg = "white", modifiers = ["bold"] } "ui.popup" = { fg = "white" } -"ui.window" = { fg = "white" } +"ui.window" = { fg = "gray" } "ui.selection" = { bg = "gray" } "comment" = "light-gray" "ui.statusline" = { fg = "white" } |