chore(build): rebuild artifacts

This commit is contained in:
github-actions[bot]
2024-03-24 10:15:11 +00:00
parent 7933f2d3cf
commit 33c73451a5
61 changed files with 3587 additions and 38 deletions

View File

@@ -173,8 +173,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
highlight VertSplit guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#777777 guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -182,6 +180,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
highlight WinSeparator guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#FFDF9B guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -375,8 +375,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
highlight VertSplit guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#CCCCCC guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -384,6 +382,8 @@ else
highlight WhichKeySeparator guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
highlight WinSeparator guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#C48562 guibg=NONE guisp=NONE gui=bold cterm=bold