update
This commit is contained in:
parent
794f3567d1
commit
23f8f3b631
|
@ -105,7 +105,7 @@
|
|||
fg_spellcap = ["#a67038", 166, "yellow"]
|
||||
fg_spellrare = ["#797532", 247, "darkyellow"]
|
||||
fg_spelllocal = fg_spellrare
|
||||
bg_whitespace_error = ["#6a2e2e", 196, "red"]
|
||||
bg_whitespace_error = ["#ccbbbb", 196, "red"]
|
||||
fg_todo = ["#aa0000", 196, "red"]
|
||||
|
||||
color_primary_weak1 = weakred1
|
||||
|
|
|
@ -309,7 +309,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
|||
hi link markdownIdDeclaration Conditional
|
||||
hi link markdownId markdownIdDeclaration
|
||||
hi markdownLinkText ctermbg=NONE ctermfg=238 cterm=underline guibg=NONE guifg=#777777 gui=underline
|
||||
hi ExtraWhitespace ctermbg=196 ctermfg=NONE cterm=NONE guibg=#6a2e2e guifg=NONE gui=NONE
|
||||
hi ExtraWhitespace ctermbg=196 ctermfg=NONE cterm=NONE guibg=#ccbbbb guifg=NONE gui=NONE
|
||||
hi link phpRegion Normal
|
||||
hi link phpComparison Operator
|
||||
hi link phpMethod Function
|
||||
|
|
Loading…
Reference in New Issue