chore: rebuild artifacts

This commit is contained in:
github-actions[bot]
2021-11-06 09:26:10 +00:00
parent 6eea2a95c6
commit 69d7b1e559
15 changed files with 139 additions and 139 deletions

View File

@@ -231,18 +231,18 @@ highlight markdownH1 guifg=#202E18 guibg=NONE guisp=NONE gui=bold,underline cter
let s:italics = (&t_ZH != '' && &t_ZH != '') || has('gui_running') || has('nvim')
if !s:italics
" start_no_italics
highlight Boolean gui=NONE cterm=NONE
highlight Comment gui=NONE cterm=NONE
highlight Constant gui=NONE cterm=NONE
highlight Number gui=NONE cterm=NONE
highlight SpecialKey gui=NONE cterm=NONE
highlight TSConstBuiltin gui=NONE cterm=NONE
highlight TSConstMacro gui=NONE cterm=NONE
highlight TSVariableBuiltin gui=NONE cterm=NONE
highlight diffOldFile gui=NONE cterm=NONE
highlight diffNewFile gui=NONE cterm=NONE
highlight WhichKeyValue gui=NONE cterm=NONE
highlight TroubleSource gui=NONE cterm=NONE
highlight Comment gui=NONE cterm=NONE
highlight SpecialKey gui=NONE cterm=NONE
highlight Constant gui=NONE cterm=NONE
highlight Number gui=NONE cterm=NONE
highlight Boolean gui=NONE cterm=NONE
highlight WhichKeyValue gui=NONE cterm=NONE
highlight diffNewFile gui=NONE cterm=NONE
highlight diffOldFile gui=NONE cterm=NONE
" end_no_italics
endif
endfunction