update highlight colours

This commit is contained in:
ManjaroOne666 2018-06-19 20:28:47 +01:00
parent e92b423040
commit 35570cd23e
1 changed files with 68 additions and 68 deletions

View File

@ -68,7 +68,7 @@ call SetColor('PmenuSbar', '#333333', '#121212', '', '#c0c0c0', '')
call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '') call SetColor('PmenuThumb', '#333333', '#121212', '', '#aaaaaa', '')
call SetColor('Question', '#c6c6c6', '', '#333333', '', 'italic') call SetColor('Question', '#c6c6c6', '', '#333333', '', 'italic')
call SetColor('QuickFixLine', '#ff0000', '', '#666666', '', '') call SetColor('QuickFixLine', '#ff0000', '', '#222222', '', 'bold')
call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '') call SetColor('Search', '#ffffff', '', '', '#c1e7f4', '')
call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '') call SetColor('IncSearch', '#000000', '#ffffff', '', '#00baff', '')
call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold') call SetColor('SpecialKey', '#eeeeee', '', '#ccaaaa', '', 'bold')
@ -434,9 +434,9 @@ hi! def link phpComparison Operator
"" quickfix "" quickfix
""{{{ ""{{{
hi! def link qfFilename Normal hi! def link qfFilename Normal
hi! def link qfLineNr Keyword call SetColor('qfLineNr', '#444444', '', '#aaaaaa', '', 'italic')
hi! def link qfSeparator Normal call SetColor('qfSeparator', g:d_normal_bg, '', g:l_normal_bg, '', '')
hi! def link qfError String call SetColor('qfError', '#ff0000', '', '#ffaaaa', '', 'bold')
""}}} ""}}}
"" #json definitions "" #json definitions