From 6689ebc11e658f5094fe40f12d492e8f568a166f Mon Sep 17 00:00:00 2001 From: siduck Date: Thu, 9 Jun 2022 08:46:03 +0530 Subject: [PATCH] misc --- lua/integrations/statusline.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lua/integrations/statusline.lua b/lua/integrations/statusline.lua index fe23a18..078de54 100644 --- a/lua/integrations/statusline.lua +++ b/lua/integrations/statusline.lua @@ -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 = {