mirror of
https://github.com/helix-editor/helix.git
synced 2024-11-22 01:16:18 +04: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:
parent
a07655d55b
commit
bd473928ae
@ -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…
Reference in New Issue
Block a user