diff options
author | gibbz00 | 2023-03-08 14:06:34 +0000 |
---|---|---|
committer | GitHub | 2023-03-08 14:06:34 +0000 |
commit | 34be71fb50738a7e9d9e5ee5090680a0d84a321c (patch) | |
tree | 1e6686449f0e601acb1cdc9d36f48333ec203e35 /runtime/themes | |
parent | 44ff8a1df1f69733bc40ea866674fcfd7e0cdded (diff) |
Theme - auy_evolve: Up bufferline fg brightness (#6225)
Currently a bit hard to discern inactive and active buffers in a
brighter environment.
Diffstat (limited to 'runtime/themes')
-rw-r--r-- | runtime/themes/ayu_evolve.toml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/runtime/themes/ayu_evolve.toml b/runtime/themes/ayu_evolve.toml index 2c545beb..b57235a6 100644 --- a/runtime/themes/ayu_evolve.toml +++ b/runtime/themes/ayu_evolve.toml @@ -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' |