chore: rebuild artifacts (#102)

Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
This commit is contained in:
github-actions[bot]
2022-12-31 14:13:37 +08:00
committed by GitHub
parent 12b7478c8f
commit 9d865e070a
12 changed files with 19 additions and 19 deletions

View File

@@ -131,7 +131,6 @@ if &background ==# 'dark'
highlight! link LspCodeLens LineNr
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#191919 guibg=#B77E64 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#191919 guibg=#6099C0 guisp=NONE gui=NONE cterm=NONE
@@ -206,6 +205,7 @@ if &background ==# 'dark'
highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
highlight! link gitcommitOverflow WarningMsg
highlight WhichKeySeparator guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#191919 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
@@ -360,7 +360,6 @@ else
highlight! link LspCodeLens LineNr
highlight! link NeogitHunkHeader LineNr
highlight! link SignColumn LineNr
highlight! link WhichKeySeparator LineNr
highlight MasonHeader guifg=#EEEEEE guibg=#944927 guisp=NONE gui=bold cterm=bold
highlight MasonHighlight guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight MasonHighlightBlock guifg=#EEEEEE guibg=#286486 guisp=NONE gui=NONE cterm=NONE
@@ -435,6 +434,7 @@ else
highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
highlight! link gitcommitOverflow WarningMsg
highlight WhichKeySeparator guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#EEEEEE guibg=#88507D guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE