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
1 changed files with 3 additions and 0 deletions
|
@ -99,6 +99,9 @@
|
||||||
"diagnostic.error" = { fg = "red_4", modifiers = ["underlined"] }
|
"diagnostic.error" = { fg = "red_4", modifiers = ["underlined"] }
|
||||||
"diagnostic.warning" = { fg = "yellow_2", 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]
|
[palette]
|
||||||
blue_1 = "#99C1F1"
|
blue_1 = "#99C1F1"
|
||||||
blue_2 = "#62A0EA"
|
blue_2 = "#62A0EA"
|
||||||
|
|
Loading…
Reference in a new issue