This commit is contained in:
ManjaroOne666 2018-12-28 11:32:33 +00:00
parent 6bd38f33f9
commit 112ad9623a
1 changed files with 4 additions and 2 deletions

View File

@ -132,7 +132,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi GitGutterAdd ctermbg=NONE ctermfg=34 cterm=bold guibg=NONE guifg=#496349 gui=bold
hi GitGutterChangeDelete ctermbg=NONE ctermfg=126 cterm=bold guibg=NONE guifg=#5c4a5a gui=bold
hi link QuickScopePrimary IncSearch
hi link QuickScopeSecondary Search
hi link QuickScopeSecondary Pmenu
hi cssIdentifier ctermbg=NONE ctermfg=34 cterm=bold guibg=NONE guifg=#b1caaf gui=bold
hi cssClass ctermbg=NONE ctermfg=28 cterm=NONE guibg=NONE guifg=#a5c4a5 gui=NONE
hi cssFunction ctermbg=NONE ctermfg=244 cterm=bold guibg=NONE guifg=#857f7f gui=bold
@ -328,6 +328,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi link CocInfoSign Question
hi link CocHintSign Question
hi link CocHighlightText IncSearch
hi CocUnderline ctermbg=NONE ctermfg=NONE cterm=NONE guibg=NONE guifg=NONE gui=NONE
hi link LspErrorText ErrorMsg
hi link LspWarningText WarningMsg
hi link LspInformationText Question
@ -492,7 +493,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi GitGutterAdd ctermbg=NONE ctermfg=green cterm=bold
hi GitGutterChangeDelete ctermbg=NONE ctermfg=magenta cterm=bold
hi link QuickScopePrimary IncSearch
hi link QuickScopeSecondary Search
hi link QuickScopeSecondary Pmenu
hi cssIdentifier ctermbg=NONE ctermfg=green cterm=bold
hi cssClass ctermbg=NONE ctermfg=green cterm=NONE
hi cssFunction ctermbg=NONE ctermfg=darkgray cterm=bold
@ -688,6 +689,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi link CocInfoSign Question
hi link CocHintSign Question
hi link CocHighlightText IncSearch
hi CocUnderline ctermbg=NONE ctermfg=NONE cterm=NONE
hi link LspErrorText ErrorMsg
hi link LspWarningText WarningMsg
hi link LspInformationText Question