From bd473928ae049dfe956f8966bfde19859c148e81 Mon Sep 17 00:00:00 2001 From: Yutaro Ohno Date: Sat, 18 Mar 2023 02:12:23 +0900 Subject: [PATCH] theme: update adwaita-dark for bufferline (#6342) The adwaita-dark theme has no distinction between active and inactive buffers on a bufferline. Add contrast to clarify differences. --- runtime/themes/adwaita-dark.toml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/runtime/themes/adwaita-dark.toml b/runtime/themes/adwaita-dark.toml index f339e33c1..2ecfe08e0 100644 --- a/runtime/themes/adwaita-dark.toml +++ b/runtime/themes/adwaita-dark.toml @@ -99,6 +99,9 @@ "diagnostic.error" = { fg = "red_4", modifiers = ["underlined"] } "diagnostic.warning" = { fg = "yellow_2", modifiers = ["underlined"] } +"ui.bufferline" = { fg = "dark_2", bg = "libadwaita_dark" } +"ui.bufferline.active" = { fg = "light_4", bg = "libadwaita_dark_alt" } + [palette] blue_1 = "#99C1F1" blue_2 = "#62A0EA"