minor fix to incorrect statusline in transparent mode | fix (#1107)

This commit is contained in:
siduck 2022-05-21 06:10:34 +05:30
parent 8c16f487b5
commit ad6752792a
1 changed files with 1 additions and 1 deletions

View File

@ -265,7 +265,7 @@ options.mode_icon = {
provider = options.separator_style.vi_mode_icon,
hl = {
fg = get_color("Normal", "bg#"),
fg = get_color("Feline", "bg#"),
bg = get_color(options.mode_colors[vim.fn.mode()][2], "fg#"),
},
}