update
This commit is contained in:
parent
b5312ae26f
commit
22a55226c6
|
@ -300,7 +300,7 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
|||
hi link markdownHeadingDelimiter markdownDelimiter
|
||||
hi markdownListMarker ctermbg=NONE ctermfg=250 cterm=bold guibg=NONE guifg=#aeadad gui=bold
|
||||
hi link markdownCodeDelimiter markdownDelimiter
|
||||
hi link markdownCode Function
|
||||
hi link markdownCode Type
|
||||
hi markdownItalic ctermbg=NONE ctermfg=250 cterm=italic guibg=NONE guifg=#aeadad gui=italic
|
||||
hi link markdownItalicDelimiter markdownDelimiter
|
||||
hi markdownBold ctermbg=NONE ctermfg=247 cterm=bold guibg=NONE guifg=#9a9393 gui=bold
|
||||
|
@ -335,7 +335,9 @@ if ($TERM =~ '256' || &t_Co >= 256) || has("gui_running")
|
|||
hi link LspInformationText Question
|
||||
hi link LspHintText Question
|
||||
hi link ALEErrorSign ErrorMsg
|
||||
hi link ALEWarningSign WarningMsg
|
||||
hi link ALEErrorSign ErrorMsg
|
||||
hi link mkdCodeStart Comment
|
||||
hi link mkdListItem Conditional
|
||||
hi CtrlPPrtBase ctermbg=255 ctermfg=0 cterm=bold guibg=#eee4e4 guifg=#131313 gui=bold
|
||||
hi CtrlPPrtText ctermbg=255 ctermfg=0 cterm=bold guibg=#eee4e4 guifg=#131313 gui=bold
|
||||
hi CtrlPMatch ctermbg=NONE ctermfg=247 cterm=bold guibg=NONE guifg=#9a9393 gui=bold
|
||||
|
@ -662,7 +664,7 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
|
|||
hi link markdownHeadingDelimiter markdownDelimiter
|
||||
hi markdownListMarker ctermbg=NONE ctermfg=white cterm=bold
|
||||
hi link markdownCodeDelimiter markdownDelimiter
|
||||
hi link markdownCode Function
|
||||
hi link markdownCode Type
|
||||
hi markdownItalic ctermbg=NONE ctermfg=white cterm=italic
|
||||
hi link markdownItalicDelimiter markdownDelimiter
|
||||
hi markdownBold ctermbg=NONE ctermfg=darkgray cterm=bold
|
||||
|
@ -697,7 +699,9 @@ elseif &t_Co == 8 || $TERM !~# '^linux' || &t_Co == 16
|
|||
hi link LspInformationText Question
|
||||
hi link LspHintText Question
|
||||
hi link ALEErrorSign ErrorMsg
|
||||
hi link ALEWarningSign WarningMsg
|
||||
hi link ALEErrorSign ErrorMsg
|
||||
hi link mkdCodeStart Comment
|
||||
hi link mkdListItem Conditional
|
||||
hi CtrlPPrtBase ctermbg=white ctermfg=black cterm=bold
|
||||
hi CtrlPPrtText ctermbg=white ctermfg=black cterm=bold
|
||||
hi CtrlPMatch ctermbg=NONE ctermfg=darkgray cterm=bold
|
||||
|
|
Loading…
Reference in New Issue