chore: rebuild artifacts
This commit is contained in:
@@ -63,31 +63,45 @@ if &background ==# 'dark'
|
||||
highlight CursorLineNr guifg=#E1D4D4 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#7D7997 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||
highlight! link NeogitNotificationError DiagnosticError
|
||||
highlight DiagnosticHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||
highlight! link TSNote DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocHintSign DiagnosticSignHint
|
||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||
highlight DiagnosticSignInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocInfoSign DiagnosticSignInfo
|
||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||
highlight DiagnosticSignWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningSign DiagnosticSignWarn
|
||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||
highlight DiagnosticUnderlineError guifg=#EB7193 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||
highlight DiagnosticUnderlineHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||
highlight DiagnosticUnderlineInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||
highlight DiagnosticUnderlineWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||
highlight DiagnosticVirtualTextError guifg=#EB7193 guibg=#241B1D guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||
highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#1F1D1B guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#1D2C34 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||
@@ -298,31 +312,45 @@ else
|
||||
highlight CursorLineNr guifg=#724341 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight Delimiter guifg=#9B835D guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||
highlight! link NeogitNotificationError DiagnosticError
|
||||
highlight DiagnosticHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||
highlight DiagnosticInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||
highlight! link TSNote DiagnosticInfo
|
||||
highlight DiagnosticSignError guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||
highlight DiagnosticSignHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocHintSign DiagnosticSignHint
|
||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||
highlight DiagnosticSignInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocInfoSign DiagnosticSignInfo
|
||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||
highlight DiagnosticSignWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningSign DiagnosticSignWarn
|
||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||
highlight DiagnosticUnderlineError guifg=#B5637A guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||
highlight DiagnosticUnderlineHint guifg=#917BA9 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||
highlight DiagnosticUnderlineInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||
highlight DiagnosticUnderlineWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
|
||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||
highlight DiagnosticVirtualTextError guifg=#B5637A guibg=#F6E8EB guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||
highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F6E9E0 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||
highlight DiffAdd guifg=NONE guibg=#DDE7ED guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||
|
||||
Reference in New Issue
Block a user