chore(build): rebuild artifacts

This commit is contained in:
github-actions[bot]
2024-08-24 12:30:32 +00:00
parent 07d790faa3
commit d61ecc9a31
12 changed files with 57 additions and 57 deletions

View File

@@ -99,8 +99,11 @@ if &background ==# 'dark'
highlight! link NotifyWARNIcon DiagnosticWarn
highlight! link NotifyWARNTitle DiagnosticWarn
highlight DiffAdd guifg=NONE guibg=#1D2C34 guisp=NONE gui=NONE cterm=NONE
highlight! link diffAdded DiffAdd
highlight DiffChange guifg=NONE guibg=#1C2D2F guisp=NONE gui=NONE cterm=NONE
highlight! link diffChanged DiffChange
highlight DiffDelete guifg=NONE guibg=#3D2229 guisp=NONE gui=NONE cterm=NONE
highlight! link diffRemoved DiffDelete
highlight DiffText guifg=#E1D4D4 guibg=#30484C guisp=NONE gui=NONE cterm=NONE
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Error guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -200,14 +203,11 @@ if &background ==# 'dark'
highlight! link SneakLabel WildMenu
highlight WinSeparator guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#F6C074 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffIndexLine guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffLine guifg=#C4A7E7 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffNewFile guifg=#317490 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffOldFile guifg=#EB7193 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffRemoved guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight helpHyperTextEntry guifg=#9693AC guibg=NONE guisp=NONE gui=bold cterm=bold
highlight helpHyperTextJump guifg=#CAB0AF guibg=NONE guisp=NONE gui=underline cterm=underline
highlight lCursor guifg=#1A1825 guibg=#B27F7C guisp=NONE gui=NONE cterm=NONE
@@ -319,8 +319,11 @@ else
highlight! link NotifyWARNIcon DiagnosticWarn
highlight! link NotifyWARNTitle DiagnosticWarn
highlight DiffAdd guifg=NONE guibg=#DDE7ED guisp=NONE gui=NONE cterm=NONE
highlight! link diffAdded DiffAdd
highlight DiffChange guifg=NONE guibg=#D6E9ED guisp=NONE gui=NONE cterm=NONE
highlight! link diffChanged DiffChange
highlight DiffDelete guifg=NONE guibg=#F0E2E5 guisp=NONE gui=NONE cterm=NONE
highlight! link diffRemoved DiffDelete
highlight DiffText guifg=#724341 guibg=#A8C9D1 guisp=NONE gui=NONE cterm=NONE
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
highlight Error guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -420,14 +423,11 @@ else
highlight! link SneakLabel WildMenu
highlight WinSeparator guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#EC9D33 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffIndexLine guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffLine guifg=#917BA9 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight diffNewFile guifg=#286A84 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffOldFile guifg=#B5637A guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffRemoved guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight helpHyperTextEntry guifg=#6D5937 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight helpHyperTextJump guifg=#935855 guibg=NONE guisp=NONE gui=underline cterm=underline
highlight lCursor guifg=#FBF6F0 guibg=#9D5F5B guisp=NONE gui=NONE cterm=NONE