chore(build): rebuild artifacts
This commit is contained in:
@@ -32,6 +32,7 @@ if &background ==# 'light'
|
||||
let g:terminal_color_14 = '#2B747C'
|
||||
let g:terminal_color_15 = '#5C5C5C'
|
||||
highlight Normal guifg=#353535 guibg=#F0F0CA guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link ModeMsg Normal
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight BufferVisible guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
highlight BufferVisibleIndex guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
|
||||
@@ -44,6 +45,9 @@ if &background ==# 'light'
|
||||
highlight Comment guifg=#8C8C7C guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight Conceal guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
|
||||
highlight Constant guifg=#636363 guibg=NONE guisp=NONE gui=italic cterm=italic
|
||||
highlight! link Character Constant
|
||||
highlight! link Float Constant
|
||||
highlight! link String Constant
|
||||
highlight! link TroubleSource Constant
|
||||
highlight! link WhichKeyValue Constant
|
||||
highlight! link helpOption Constant
|
||||
@@ -145,6 +149,7 @@ if &background ==# 'light'
|
||||
highlight Search guifg=#353535 guibg=#DEB9D6 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link CocSearch Search
|
||||
highlight! link MatchParen Search
|
||||
highlight! link QuickFixLine Search
|
||||
highlight! link Sneak Search
|
||||
highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE cterm=NONE
|
||||
highlight Special guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
@@ -161,8 +166,10 @@ if &background ==# 'light'
|
||||
highlight! link WhichKey Statement
|
||||
highlight StatusLine guifg=#353535 guibg=#D1D1B0 guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLine StatusLine
|
||||
highlight! link WinBar StatusLine
|
||||
highlight StatusLineNC guifg=#686868 guibg=#DFDFBC guisp=NONE gui=NONE cterm=NONE
|
||||
highlight! link TabLineFill StatusLineNC
|
||||
highlight! link WinBarNC StatusLineNC
|
||||
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
highlight! link BufferCurrent TabLineSel
|
||||
highlight Title guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
|
||||
@@ -199,10 +206,13 @@ if &background ==# 'light'
|
||||
" no italics light start
|
||||
" This codeblock is auto-generated by shipwright.nvim
|
||||
highlight Boolean gui=NONE cterm=NONE
|
||||
highlight Character gui=NONE cterm=NONE
|
||||
highlight Comment gui=NONE cterm=NONE
|
||||
highlight Constant gui=NONE cterm=NONE
|
||||
highlight Float gui=NONE cterm=NONE
|
||||
highlight Number gui=NONE cterm=NONE
|
||||
highlight SpecialKey gui=NONE cterm=NONE
|
||||
highlight String gui=NONE cterm=NONE
|
||||
highlight TroubleSource gui=NONE cterm=NONE
|
||||
highlight WhichKeyValue gui=NONE cterm=NONE
|
||||
highlight diffNewFile gui=NONE cterm=NONE
|
||||
|
||||
Reference in New Issue
Block a user