mirror of https://github.com/helix-editor/helix
Theme - auy_evolve: Up bufferline fg brightness (#6225)
Currently a bit hard to discern inactive and active buffers in a brighter environment.pull/6227/head^2
parent
44ff8a1df1
commit
34be71fb50
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue