chore(build): rebuild artifacts

This commit is contained in:
github-actions[bot]
2023-06-26 23:54:56 +00:00
parent 729110be6e
commit 5e27c732f7
12 changed files with 133 additions and 0 deletions

View File

@@ -149,6 +149,11 @@ if &background ==# 'dark'
highlight NeogitHunkHeaderHighlight guifg=#EBEFC0 guibg=#161926 guisp=NONE gui=bold cterm=bold
highlight! link NnnNormalNC NnnNormal
highlight! link NnnVertSplit NnnWinSeparator
highlight NoiceCmdlineIcon guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link NoiceCmdlinePopupBorder NoiceCmdlineIcon
highlight! link NoiceCmdlinePopupTitle NoiceCmdlineIcon
highlight! link NoiceConfirmBorder NoiceCmdlineIcon
highlight NoiceCompletionItemKindDefault guifg=#AEB18D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight NonText guifg=#484E6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link EndOfBuffer NonText
highlight! link Whitespace NonText
@@ -207,6 +212,8 @@ if &background ==# 'dark'
highlight Visual guifg=NONE guibg=#37382D guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
highlight! link NoiceCmdlineIconSearch WarningMsg
highlight! link NoiceCmdlinePopupBorderSearch WarningMsg
highlight! link gitcommitOverflow WarningMsg
highlight WhichKeySeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#0E101A guibg=#795CCC guisp=NONE gui=NONE cterm=NONE