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.
pull/5/head
Yutaro Ohno 1 year ago committed by GitHub
parent a07655d55b
commit bd473928ae
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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"

Loading…
Cancel
Save