chore(build): rebuild artifacts

This commit is contained in:
github-actions[bot]
2024-02-10 11:12:06 +00:00
parent 3df286bc84
commit ad2adb1f48
12 changed files with 36 additions and 53 deletions

View File

@@ -46,7 +46,6 @@ if &background ==# 'dark'
highlight Constant guifg=#BAA681 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight! link TroubleSource Constant
highlight! link WhichKeyValue Constant
highlight! link helpHyperTextJump Constant
highlight! link helpOption Constant
highlight Cursor guifg=#404040 guibg=#F3EADB guisp=NONE gui=NONE cterm=NONE
highlight! link TermCursor Cursor
@@ -150,7 +149,6 @@ if &background ==# 'dark'
highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#F0F08F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link WhichKeyGroup Special
highlight! link helpHyperTextEntry Special
highlight SpecialComment guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link markdownUrl SpecialComment
highlight SpecialKey guifg=#747474 guibg=NONE guisp=NONE gui=italic cterm=italic
@@ -190,6 +188,8 @@ if &background ==# 'dark'
highlight diffNewFile guifg=#819B69 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffOldFile guifg=#E3716E guibg=NONE guisp=NONE gui=italic cterm=italic
highlight diffRemoved guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight helpHyperTextEntry guifg=#A8A8A8 guibg=NONE guisp=NONE gui=bold cterm=bold
highlight helpHyperTextJump guifg=#D5BE95 guibg=NONE guisp=NONE gui=underline cterm=underline
highlight lCursor guifg=#404040 guibg=#A08F6F guisp=NONE gui=NONE cterm=NONE
highlight! link TermCursorNC lCursor
highlight markdownLinkText guifg=#D5BE95 guibg=NONE guisp=NONE gui=underline cterm=underline
@@ -207,7 +207,6 @@ if &background ==# 'dark'
highlight WhichKeyValue gui=NONE cterm=NONE
highlight diffNewFile gui=NONE cterm=NONE
highlight diffOldFile gui=NONE cterm=NONE
highlight helpHyperTextJump gui=NONE cterm=NONE
highlight helpOption gui=NONE cterm=NONE
" no italics dark end
endif