vim: make line numbers more visible

This commit is contained in:
Fernando Schauenburg 2022-09-28 23:04:02 +02:00
parent 38476f668c
commit a7213a1897

View file

@ -89,9 +89,9 @@ M.setup = function()
Group.link('lCursor' , G.Cursor)
Group.link('TermCursor' , G.Cursor)
Group.new('LineNr' , C.base02, C.NONE, S.NONE)
Group.new('LineNr' , C.base01, C.NONE, S.NONE)
Group.new('CursorLine' , C.NONE, C.base02, S.NONE)
Group.new('CursorLineNr', C.base00, C.NONE, S.NONE)
Group.new('CursorLineNr', C.base2, C.NONE, S.NONE)
Group.new('IncSearch' , C.orange , C.NONE , S.standout)
Group.new('Search' , C.yellow , C.NONE , S.reverse)