fix : make inactive statuslines as thin lines
This commit is contained in:
parent
98ec153e8f
commit
cb3c5682a8
2 changed files with 15 additions and 8 deletions
|
@ -71,13 +71,8 @@ bg("PmenuThumb", nord_blue)
|
|||
|
||||
-- misc
|
||||
fg("LineNr", grey)
|
||||
|
||||
fg("NvimInternalError", red)
|
||||
|
||||
-- inactive statuslines as thin splitlines
|
||||
fg("StatusLineNC", one_bg2 .. " gui=underline")
|
||||
fg("VertSplit", one_bg2)
|
||||
-- fg_bg("Visual",light_grey, colors.lightbg)
|
||||
|
||||
if ui.transparency then
|
||||
bg("Normal", "NONE")
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue