diff options
Diffstat (limited to 'lua/core')
| -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 },    },  }) | 
