Skip to content

Commit

Permalink
chore(build): rebuild artifacts
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed May 19, 2024
1 parent 8877bb1 commit d07857a
Show file tree
Hide file tree
Showing 12 changed files with 186 additions and 0 deletions.
10 changes: 10 additions & 0 deletions colors/duckbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if &background ==# 'dark'
let g:terminal_color_14 = '#00B4E0'
let g:terminal_color_15 = '#B3B692'
highlight Normal guifg=#EBEFC0 guibg=#0E101A 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=#F0F5C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#F0F5C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -44,6 +45,9 @@ if &background ==# 'dark'
highlight Comment guifg=#5A5F7B guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#9EA080 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#AEB18D 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
Expand Down Expand Up @@ -145,6 +149,7 @@ if &background ==# 'dark'
highlight Search guifg=#EBEFC0 guibg=#4D3191 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=#795CCC guibg=#795CCC guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -161,8 +166,10 @@ if &background ==# 'dark'
highlight! link WhichKey Statement
highlight StatusLine guifg=#EBEFC0 guibg=#232738 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#F0F5C4 guibg=#1A1D2B 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=#EBEFC0 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -199,10 +206,13 @@ if &background ==# 'dark'
" no italics dark 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
Expand Down
20 changes: 20 additions & 0 deletions colors/forestbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if &background ==# 'dark'
let g:terminal_color_14 = '#7DD093'
let g:terminal_color_15 = '#B2A790'
highlight Normal guifg=#E7DCC4 guibg=#2C343A 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=#EDE5D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#EDE5D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -43,6 +44,9 @@ if &background ==# 'dark'
highlight Comment guifg=#6E7B85 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#9F9580 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#ADA28B 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
Expand Down Expand Up @@ -144,6 +148,7 @@ if &background ==# 'dark'
highlight Search guifg=#E7DCC4 guibg=#9E5179 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=#D69AB7 guibg=#D69AB7 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#B5AA92 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -160,8 +165,10 @@ if &background ==# 'dark'
highlight! link WhichKey Statement
highlight StatusLine guifg=#E7DCC4 guibg=#3E4850 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#EDE5D4 guibg=#353F46 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=#E7DCC4 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -198,10 +205,13 @@ if &background ==# 'dark'
" no italics dark 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
Expand Down Expand Up @@ -229,6 +239,7 @@ else
let g:terminal_color_14 = '#258C67'
let g:terminal_color_15 = '#6E7F88'
highlight Normal guifg=#4F5B62 guibg=#FAF3E1 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=#758690 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#758690 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -241,6 +252,9 @@ else
highlight Comment guifg=#9A9071 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#6E7F88 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#73848D 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
Expand Down Expand Up @@ -342,6 +356,7 @@ else
highlight Search guifg=#4F5B62 guibg=#EEBADB 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=#DF69BA guibg=#DF69BA guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#6E7F88 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -358,8 +373,10 @@ else
highlight! link WhichKey Statement
highlight StatusLine guifg=#4F5B62 guibg=#E3D191 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#758690 guibg=#F3E2AA 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=#4F5B62 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -396,10 +413,13 @@ else
" 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
Expand Down
10 changes: 10 additions & 0 deletions colors/kanagawabones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if &background ==# 'dark'
let g:terminal_color_14 = '#7BC2DF'
let g:terminal_color_15 = '#A8A48D'
highlight Normal guifg=#DDD8BB guibg=#1F1F28 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=#E9E3C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#E9E3C5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -44,6 +45,9 @@ if &background ==# 'dark'
highlight Comment guifg=#696977 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#95917D guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#A29E89 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
Expand Down Expand Up @@ -144,6 +148,7 @@ if &background ==# 'dark'
highlight Search guifg=#DDD8BB guibg=#614A82 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=#957FB8 guibg=#957FB8 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#ADA992 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -161,8 +166,10 @@ if &background ==# 'dark'
highlight! link WhichKey Statement
highlight StatusLine guifg=#DDD8BB guibg=#363644 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#E9E3C5 guibg=#292934 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=#DDD8BB guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -199,10 +206,13 @@ if &background ==# 'dark'
" no italics dark 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
Expand Down
20 changes: 20 additions & 0 deletions colors/neobones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ if &background ==# 'dark'
let g:terminal_color_14 = '#65B8C1'
let g:terminal_color_15 = '#98A39E'
highlight Normal guifg=#C6D5CF guibg=#0F191F 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=#D1E0DA guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#D1E0DA guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -43,6 +44,9 @@ if &background ==# 'dark'
highlight Comment guifg=#536977 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#86908C guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#939E99 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 Cursor guifg=#0F191F guibg=#CEDDD7 guisp=NONE gui=NONE cterm=NONE
Expand Down Expand Up @@ -142,6 +146,7 @@ if &background ==# 'dark'
highlight Search guifg=#C6D5CF guibg=#62415B 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=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#9AA6A1 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -158,8 +163,10 @@ if &background ==# 'dark'
highlight! link WhichKey Statement
highlight StatusLine guifg=#C6D5CF guibg=#20303A guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#D1E0DA guibg=#18252D 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=#C6D5CF guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -198,10 +205,13 @@ if &background ==# 'dark'
" no italics dark 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
Expand All @@ -228,6 +238,7 @@ else
let g:terminal_color_14 = '#2B747C'
let g:terminal_color_15 = '#415934'
highlight Normal guifg=#202E18 guibg=#E5EDE6 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=#4B663C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#4B663C guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -240,6 +251,9 @@ else
highlight Comment guifg=#878D88 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#415934 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#476038 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 Cursor guifg=#E5EDE6 guibg=#202E18 guisp=NONE gui=NONE cterm=NONE
Expand Down Expand Up @@ -339,6 +353,7 @@ else
highlight Search guifg=#202E18 guibg=#DCB5D4 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=#415934 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -355,8 +370,10 @@ else
highlight! link WhichKey Statement
highlight StatusLine guifg=#202E18 guibg=#C2CFC4 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#4B663C guibg=#D0DED2 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=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -395,10 +412,13 @@ else
" 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
Expand Down
10 changes: 10 additions & 0 deletions colors/nordbones.vim
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ if &background ==# 'dark'
let g:terminal_color_14 = '#82CCE0'
let g:terminal_color_15 = '#A5B4CD'
highlight Normal guifg=#EBEEF3 guibg=#2F3541 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=#F2F4F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight BufferVisibleIndex guifg=#F2F4F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
Expand All @@ -44,6 +45,9 @@ if &background ==# 'dark'
highlight Comment guifg=#737C90 guibg=NONE guisp=NONE gui=italic cterm=italic
highlight Conceal guifg=#8DA2C0 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
highlight Constant guifg=#9EAFC9 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
Expand Down Expand Up @@ -144,6 +148,7 @@ if &background ==# 'dark'
highlight Search guifg=#EBEEF3 guibg=#84637E 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=#B38DAC guibg=#B38DAC guisp=NONE gui=NONE cterm=NONE
highlight Special guifg=#ABBAD0 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand All @@ -161,8 +166,10 @@ if &background ==# 'dark'
highlight! link WhichKey Statement
highlight StatusLine guifg=#EBEEF3 guibg=#414959 guisp=NONE gui=NONE cterm=NONE
highlight! link TabLine StatusLine
highlight! link WinBar StatusLine
highlight StatusLineNC guifg=#F2F4F7 guibg=#39404E 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=#EBEEF3 guibg=NONE guisp=NONE gui=bold cterm=bold
Expand Down Expand Up @@ -199,10 +206,13 @@ if &background ==# 'dark'
" no italics dark 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
Expand Down
Loading

0 comments on commit d07857a

Please sign in to comment.