chore(build): rebuild artifacts
This commit is contained in:
@@ -55,8 +55,16 @@ if &background ==# 'dark'
|
||||
highlight CursorLineNr guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#867A74 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link NotifyERRORIcon DiagnosticError
|
||||
highlight! link NotifyERRORTitle DiagnosticError
|
||||
highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NotifyDEBUGIcon DiagnosticHint
|
||||
highlight! link NotifyDEBUGTitle DiagnosticHint
|
||||
highlight! link NotifyTRACEIcon DiagnosticHint
|
||||
highlight! link NotifyTRACETitle DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NotifyINFOIcon DiagnosticInfo
|
||||
highlight! link NotifyINFOTitle DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
@@ -81,6 +89,8 @@ if &background ==# 'dark'
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link DiagnosticDeprecated DiagnosticWarn
|
||||
highlight! link DiagnosticUnnecessary DiagnosticWarn
|
||||
highlight! link NotifyWARNIcon DiagnosticWarn
|
||||
highlight! link NotifyWARNTitle DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffChange guifg=NONE guibg=#1D2C36 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffDelete guifg=NONE guibg=#3E2225 guisp=NONE gui=NONE cterm=NONE
|
||||
@@ -239,8 +249,16 @@ else
|
||||
highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link NotifyERRORIcon DiagnosticError
|
||||
highlight! link NotifyERRORTitle DiagnosticError
|
||||
highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NotifyDEBUGIcon DiagnosticHint
|
||||
highlight! link NotifyDEBUGTitle DiagnosticHint
|
||||
highlight! link NotifyTRACEIcon DiagnosticHint
|
||||
highlight! link NotifyTRACETitle DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NotifyINFOIcon DiagnosticInfo
|
||||
highlight! link NotifyINFOTitle DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
@@ -265,6 +283,8 @@ else
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link DiagnosticDeprecated DiagnosticWarn
|
||||
highlight! link DiagnosticUnnecessary DiagnosticWarn
|
||||
highlight! link NotifyWARNIcon DiagnosticWarn
|
||||
highlight! link NotifyWARNTitle DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffChange guifg=NONE guibg=#D4DEE7 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight DiffDelete guifg=NONE guibg=#EBD8DA guisp=NONE gui=NONE cterm=NONE
|
||||
|
||||
Reference in New Issue
Block a user