From 34be71fb50738a7e9d9e5ee5090680a0d84a321c Mon Sep 17 00:00:00 2001 From: gibbz00 Date: Wed, 8 Mar 2023 15:06:34 +0100 Subject: [PATCH] Theme - auy_evolve: Up bufferline fg brightness (#6225) Currently a bit hard to discern inactive and active buffers in a brighter environment. --- runtime/themes/ayu_evolve.toml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/runtime/themes/ayu_evolve.toml b/runtime/themes/ayu_evolve.toml index 2c545beb1..b57235a6a 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'