From ba6592c4a9ce20a182d3235ecd3857937550cd8a Mon Sep 17 00:00:00 2001 From: siduck76 Date: Thu, 2 Sep 2021 13:41:43 +0530 Subject: [PATCH] use better colors for vertsplit/statuslineNc --- lua/colors/highlights.lua | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/lua/colors/highlights.lua b/lua/colors/highlights.lua index ded4d02e..d09881b2 100644 --- a/lua/colors/highlights.lua +++ b/lua/colors/highlights.lua @@ -75,9 +75,8 @@ fg("LineNr", grey) fg("NvimInternalError", red) -- inactive statuslines as thin splitlines -fg("StatusLineNC", line .. " gui=underline") - -fg("VertSplit", line) +fg("StatusLineNC", one_bg2 .. " gui=underline") +fg("VertSplit", one_bg2) -- fg_bg("Visual",light_grey, colors.lightbg) if ui.transparency then