This commit is contained in:
ManjaroOne666 2019-01-18 17:51:26 +00:00
parent 5b854f9e07
commit 39cdd93b10
1 changed files with 2 additions and 2 deletions

View File

@ -73,7 +73,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
hi Visual ctermbg=17 ctermfg=NONE cterm=NONE guibg=#384046 guifg=NONE gui=NONE
hi VisualNOS ctermbg=52 ctermfg=NONE cterm=NONE guibg=#463838 guifg=NONE gui=NONE
hi Directory ctermbg=NONE ctermfg=250 cterm=NONE guibg=NONE guifg=#aeadad gui=NONE
hi MatchParen ctermbg=17 ctermfg=255 cterm=bold guibg=#49535a guifg=#eee4e4 gui=bold
hi MatchParen ctermbg=NONE ctermfg=255 cterm=underline guibg=NONE guifg=#eee4e4 gui=underline
hi SpellBad ctermbg=NONE ctermfg=196 cterm=NONE guibg=NONE guifg=#c74444 gui=NONE guisp=#c74444
hi SpellCap ctermbg=NONE ctermfg=166 cterm=NONE guibg=NONE guifg=#a67038 gui=NONE guisp=#a67038
hi SpellLocal ctermbg=NONE ctermfg=247 cterm=NONE guibg=NONE guifg=#797532 gui=NONE guisp=#a67038
@ -434,7 +434,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
hi Visual ctermbg=darkblue ctermfg=NONE cterm=NONE
hi VisualNOS ctermbg=darkred ctermfg=NONE cterm=NONE
hi Directory ctermbg=NONE ctermfg=white cterm=NONE
hi MatchParen ctermbg=darkblue ctermfg=white cterm=bold
hi MatchParen ctermbg=NONE ctermfg=white cterm=underline
hi SpellBad ctermbg=NONE ctermfg=red cterm=NONE
hi SpellCap ctermbg=NONE ctermfg=yellow cterm=NONE
hi SpellLocal ctermbg=NONE ctermfg=darkyellow cterm=NONE