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)
|
fg("NvimInternalError", red)
|
||||||
|
|
||||||
-- inactive statuslines as thin splitlines
|
-- inactive statuslines as thin splitlines
|
||||||
fg("StatusLineNC", line .. " gui=underline")
|
fg("StatusLineNC", one_bg2 .. " gui=underline")
|
||||||
|
fg("VertSplit", one_bg2)
|
||||||
fg("VertSplit", line)
|
|
||||||
-- fg_bg("Visual",light_grey, colors.lightbg)
|
-- fg_bg("Visual",light_grey, colors.lightbg)
|
||||||
|
|
||||||
if ui.transparency then
|
if ui.transparency then
|
||||||
|
Loading…
Reference in New Issue
Block a user