Unnamed repository; edit this file 'description' to name the repository.
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.
Yutaro Ohno 2023-03-18
parent a07655d · commit bd47392
-rw-r--r--runtime/themes/adwaita-dark.toml3
1 files changed, 3 insertions, 0 deletions
diff --git a/runtime/themes/adwaita-dark.toml b/runtime/themes/adwaita-dark.toml
index f339e33c..2ecfe08e 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"