From 01b70762fda6a7cd004ed623844398d620c44eda Mon Sep 17 00:00:00 2001 From: Constantin Angheloiu Date: Tue, 4 Apr 2023 22:47:23 +0300 Subject: [PATCH] Dim pane divider color in base16_transparent theme (#6534) --- runtime/themes/base16_transparent.toml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/runtime/themes/base16_transparent.toml b/runtime/themes/base16_transparent.toml index 8019c6fa9..63aa1f869 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" }