This commit is contained in:
siduck 2022-06-09 08:46:03 +05:30
parent 9150cb8b27
commit 6689ebc11e

View file

@ -182,18 +182,18 @@ return {
},
St_cwd_text = {
fg = colors.red,
fg = colors.white,
bg = colors.lightbg,
},
St_cwd_sep = {
fg = colors.red,
bg = colors.grey,
bg = colors.statusline_bg,
},
St_pos_sep = {
fg = colors.green,
bg = colors.grey,
bg = colors.lightbg,
},
St_pos_icon = {