Skip to content

Commit

Permalink
theme: update adwaita-dark for bufferline (#6342)
Browse files Browse the repository at this point in the history
The adwaita-dark theme has no distinction between active and inactive
buffers on a bufferline. Add contrast to clarify differences.
  • Loading branch information
ohno418 committed Mar 17, 2023
1 parent a07655d commit bd47392
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions runtime/themes/adwaita-dark.toml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit bd47392

Please sign in to comment.