Skip to content

Commit

Permalink
Theme - auy_evolve: Up bufferline fg brightness (#6225)
Browse files Browse the repository at this point in the history
Currently a bit hard to discern inactive and active buffers in a
brighter environment.
  • Loading branch information
gibbz00 committed Mar 8, 2023
1 parent 44ff8a1 commit 34be71f
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions runtime/themes/ayu_evolve.toml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,8 @@ inherits = 'ayu_dark'
"ui.cursor.primary.select" = { fg = "dark_gray", bg = "magenta" }
"ui.cursor.primary.insert" = { fg = "dark_gray", bg = "green" }
"ui.text.inactive" = "gray"
"ui.bufferline" = { fg = "light_gray", bg = "background" }
"ui.bufferline.active" = { fg = "light_gray", bg = "dark_gray" }

[palette]
background = '#020202'
Expand Down

0 comments on commit 34be71f

Please sign in to comment.