use better colors for vertsplit/statuslineNc
This commit is contained in:
parent
873b846d50
commit
ba6592c4a9
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue