1
0
Fork 0
mirror of https://github.com/helix-editor/helix synced 2024-05-29 18:56:05 +02:00

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.
This commit is contained in:
Yutaro Ohno 2023-03-18 02:12:23 +09:00 committed by GitHub
parent a07655d55b
commit bd473928ae
Signed by: GitHub
GPG Key ID: 4AEE18F83AFDEB23

View File

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