diff options
author | christianchiarulli <[email protected]> | 2021-07-15 20:49:33 -0400 |
---|---|---|
committer | christianchiarulli <[email protected]> | 2021-07-15 20:49:33 -0400 |
commit | 3550d7c06a5bf3c5b4134caab8d70cafaf4cc490 (patch) | |
tree | da117474818b2050b6e2c1bbd5cfdbbb2abc1116 /lua/core/galaxyline.lua | |
parent | eb88a16c7eea0ea0986e9051536e29031a9f47dd (diff) |
update
Diffstat (limited to 'lua/core/galaxyline.lua')
-rw-r--r-- | lua/core/galaxyline.lua | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/lua/core/galaxyline.lua b/lua/core/galaxyline.lua index 281202a8..2cb175f4 100644 --- a/lua/core/galaxyline.lua +++ b/lua/core/galaxyline.lua @@ -281,7 +281,7 @@ table.insert(gls.right, { condition = condition.hide_in_width, separator = " ", separator_highlight = { "NONE", colors.alt_bg }, - highlight = { colors.grey, colors.alt_bg }, + highlight = { colors.alt_bg, colors.alt_bg }, }, }) @@ -311,7 +311,7 @@ table.insert(gls.short_line_left, { provider = "FileTypeName", separator = " ", separator_highlight = { "NONE", colors.alt_bg }, - highlight = { colors.grey, colors.alt_bg }, + highlight = { colors.alt_bg, colors.alt_bg }, }, }) @@ -319,7 +319,7 @@ table.insert(gls.short_line_left, { SFileName = { provider = "SFileName", condition = condition.buffer_not_empty, - highlight = { colors.grey, colors.alt_bg }, + highlight = { colors.alt_bg, colors.alt_bg }, }, }) |