This commit is contained in:
ManjaroOne666 2018-05-10 16:35:24 +01:00
parent f21c1aeb27
commit 06f4ab4b14
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ call SetColor('Folded', '#666666', '', '#999999', '', 'bold'
call SetColor('FoldColumn', '#262626', '#111111', '#a6a6a6', '#cccccc', '')
call SetColor('SignColumn', '#eeeeee', '', '#555555', '', '')
call SetColor('LineNr', '#3a3a3a', '', '#999999', '', '')
call SetColor('CursorLineNr', '#767676', '', '#777777', '', '')
call SetColor('CursorLineNr', '#767676', '', '#777777', '', 'bold')
call SetColor('MatchParen', '#ffffff', '#292929', '', '#e6e6e6', 'bold')
call SetColor('ModeMsg', '#c6c6c6', '', '#333333', '', 'italic')