This commit is contained in:
christianchiarulli 2021-07-15 20:49:33 -04:00
parent eb88a16c7e
commit 3550d7c06a
3 changed files with 35 additions and 15 deletions

View file

@ -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 },
},
})