aboutsummaryrefslogtreecommitdiff
path: root/runtime
diff options
context:
space:
mode:
authorYutaro Ohno2023-03-17 17:12:23 +0000
committerGitHub2023-03-17 17:12:23 +0000
commitbd473928ae049dfe956f8966bfde19859c148e81 (patch)
tree388c4cc839201c651a5756c827cf78a20733bd21 /runtime
parenta07655d55b677e977be55142f094b15c827bfbf5 (diff)
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.
Diffstat (limited to 'runtime')
-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"