chore: rebuild artifacts
This commit is contained in:
23
autoload/lightline/colorscheme/vimbones.vim
Normal file
23
autoload/lightline/colorscheme/vimbones.vim
Normal file
@@ -0,0 +1,23 @@
|
||||
" This file is auto-generated from lua/zenbones/template/lightline.lua
|
||||
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||
|
||||
let s:p.normal.left = [ [ "#515143", "#A7A78D", "bold" ], [ "#515143", "#BABB9D" ] ]
|
||||
let s:p.normal.middle = [ [ "#353535", "#CBCBAB" ] ]
|
||||
let s:p.normal.right = [ [ "#515143", "#BABB9D" ], [ "#515143", "#BABB9D" ] ]
|
||||
let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ]
|
||||
let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ]
|
||||
|
||||
let s:p.inactive.left = [ [ "#686868", "#D6D6B5" ], [ "#686868", "#D6D6B5" ] ]
|
||||
let s:p.inactive.middle = [ [ "#686868", "#D6D6B5" ] ]
|
||||
let s:p.inactive.right = [ [ "#686868", "#D6D6B5" ] ]
|
||||
|
||||
let s:p.insert.left = [ [ "#515143", "#A9BED1", "bold" ], [ "#515143", "#BABB9D" ] ]
|
||||
let s:p.replace.left = [ [ "#515143", "#EBD8DA", "bold" ], [ "#515143", "#BABB9D" ] ]
|
||||
let s:p.visual.left = [ [ "#515143", "#D7D7D7", "bold" ], [ "#515143", "#BABB9D" ] ]
|
||||
|
||||
let s:p.tabline.left = [ [ "#353535", "#BABB9D", "italic" ] ]
|
||||
let s:p.tabline.middle = [ [ "#686868", "#D6D6B5" ] ]
|
||||
let s:p.tabline.right = [ [ "#353535", "#BABB9D" ] ]
|
||||
let s:p.tabline.tabsel = [ [ "#353535", "#F0F0CA", "bold" ] ]
|
||||
|
||||
let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
|
||||
263
colors/vimbones.vim
Normal file
263
colors/vimbones.vim
Normal file
@@ -0,0 +1,263 @@
|
||||
" This file is auto-generated from lua/zenbones/template/vim.lua
|
||||
if exists('g:colors_name')
|
||||
highlight clear
|
||||
endif
|
||||
|
||||
set background=light
|
||||
let g:colors_name = 'vimbones'
|
||||
|
||||
let g:terminal_color_0 = '#F0F0CA'
|
||||
let g:terminal_color_1 = '#A8334C'
|
||||
let g:terminal_color_2 = '#4F6C31'
|
||||
let g:terminal_color_3 = '#944927'
|
||||
let g:terminal_color_4 = '#286486'
|
||||
let g:terminal_color_5 = '#88507D'
|
||||
let g:terminal_color_6 = '#3B8992'
|
||||
let g:terminal_color_7 = '#353535'
|
||||
let g:terminal_color_8 = '#C6C6A3'
|
||||
let g:terminal_color_9 = '#94253E'
|
||||
let g:terminal_color_10 = '#3F5A22'
|
||||
let g:terminal_color_11 = '#803D1C'
|
||||
let g:terminal_color_12 = '#1D5573'
|
||||
let g:terminal_color_13 = '#7B3B70'
|
||||
let g:terminal_color_14 = '#2B747C'
|
||||
let g:terminal_color_15 = '#5C5C5C'
|
||||
|
||||
if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0)
|
||||
lua package.loaded["vimbones"] = nil
|
||||
lua require "lush"(require "vimbones", { force_clean = false })
|
||||
finish
|
||||
else
|
||||
highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight BufferVisible guifg=#686868 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight BufferVisibleIndex guifg=#686868 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight BufferVisibleSign guifg=#686868 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight CmpItemAbbr guifg=#505050 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight CmpItemAbbrDeprecated guifg=#848484 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight CmpItemAbbrMatch guifg=#353535 guibg=NONE guisp=NONE gui=bold
|
||||
highlight CmpItemAbbrMatchFuzzy guifg=#494949 guibg=NONE guisp=NONE gui=bold
|
||||
highlight CmpItemKind guifg=#636363 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight CmpItemMenu guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline
|
||||
highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE
|
||||
highlight Comment guifg=#8C8C7C guibg=NONE guisp=NONE gui=italic
|
||||
highlight Conceal guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold,italic
|
||||
highlight Constant guifg=#636363 guibg=NONE guisp=NONE gui=italic
|
||||
highlight Cursor guifg=#F0F0CA guibg=#353535 guisp=NONE gui=NONE
|
||||
highlight CursorLine guifg=NONE guibg=#E7E8C3 guisp=NONE gui=NONE
|
||||
highlight CursorLineNr guifg=#353535 guibg=NONE guisp=NONE gui=bold
|
||||
highlight Delimiter guifg=#85856F guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE
|
||||
highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE
|
||||
highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE
|
||||
highlight DiffChange guifg=NONE guibg=#D4DEE7 guisp=NONE gui=NONE
|
||||
highlight DiffDelete guifg=NONE guibg=#EBD8DA guisp=NONE gui=NONE
|
||||
highlight DiffText guifg=#353535 guibg=#A9BED1 guisp=NONE gui=NONE
|
||||
highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight FloatBorder guifg=#71715E guibg=NONE guisp=NONE gui=NONE
|
||||
highlight FoldColumn guifg=#9A9A81 guibg=NONE guisp=NONE gui=bold
|
||||
highlight Folded guifg=#515143 guibg=#C6C6A6 guisp=NONE gui=NONE
|
||||
highlight Function guifg=#353535 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsAdd guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Identifier guifg=#505050 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight IncSearch guifg=#F0F0CA guibg=#C074B2 guisp=NONE gui=bold
|
||||
highlight IndentBlanklineChar guifg=#D0D0B6 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic
|
||||
highlight LightspeedGreyWash guifg=#8C8C7C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline
|
||||
highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline
|
||||
highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline
|
||||
highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline
|
||||
highlight LightspeedOneCharMatch guifg=#F0F0CA guibg=#88507D guisp=NONE gui=bold
|
||||
highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight LightspeedShortcut guifg=#F0F0CA guibg=#88507D guisp=NONE gui=bold,underline
|
||||
highlight LineNr guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold
|
||||
highlight NeogitHunkHeaderHighlight guifg=#353535 guibg=#E7E8C3 guisp=NONE gui=bold
|
||||
highlight NnnNormal guifg=#353535 guibg=#E7E8C3 guisp=NONE gui=NONE
|
||||
highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE
|
||||
highlight NonText guifg=#B0B093 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Normal guifg=#353535 guibg=#F0F0CA guisp=NONE gui=NONE
|
||||
highlight NormalFloat guifg=NONE guibg=#DFDFBC guisp=NONE gui=NONE
|
||||
highlight Number guifg=#2A6535 guibg=NONE guisp=NONE gui=italic
|
||||
highlight NvimTreeCursorLine guifg=NONE guibg=#D6D6B5 guisp=NONE gui=NONE
|
||||
highlight NvimTreeNormal guifg=#353535 guibg=#E7E8C3 guisp=NONE gui=NONE
|
||||
highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold
|
||||
highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline
|
||||
highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Pmenu guifg=NONE guibg=#D6D6B5 guisp=NONE gui=NONE
|
||||
highlight PmenuSbar guifg=NONE guibg=#A7A78D guisp=NONE gui=NONE
|
||||
highlight PmenuSel guifg=NONE guibg=#BABB9D guisp=NONE gui=NONE
|
||||
highlight PmenuThumb guifg=NONE guibg=#F9F9D2 guisp=NONE gui=NONE
|
||||
highlight PreProc guifg=#35663D guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Search guifg=#353535 guibg=#DEB9D6 guisp=NONE gui=NONE
|
||||
highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE
|
||||
highlight Special guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold
|
||||
highlight SpecialComment guifg=#8C8C7C guibg=NONE guisp=NONE gui=bold
|
||||
highlight SpecialKey guifg=#B0B093 guibg=NONE guisp=NONE gui=italic
|
||||
highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl
|
||||
highlight Statement guifg=#156A29 guibg=NONE guisp=NONE gui=bold
|
||||
highlight StatusLine guifg=#353535 guibg=#CBCBAB guisp=NONE gui=NONE
|
||||
highlight StatusLineNC guifg=#686868 guibg=#D6D6B5 guisp=NONE gui=NONE
|
||||
highlight TSConstant guifg=#505050 guibg=NONE guisp=NONE gui=bold
|
||||
highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight TelescopeBorder guifg=#71715E guibg=NONE guisp=NONE gui=NONE
|
||||
highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold
|
||||
highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E7E8C3 guisp=NONE gui=NONE
|
||||
highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold
|
||||
highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline
|
||||
highlight Type guifg=#5B5B42 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline
|
||||
highlight VertSplit guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight Visual guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE
|
||||
highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight WildMenu guifg=#F0F0CA guibg=#88507D guisp=NONE gui=NONE
|
||||
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold
|
||||
highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE
|
||||
highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold
|
||||
highlight diffNewFile guifg=#4F6C31 guibg=NONE guisp=NONE gui=italic
|
||||
highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic
|
||||
highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE
|
||||
highlight lCursor guifg=#F0F0CA guibg=#595959 guisp=NONE gui=NONE
|
||||
highlight markdownH1 guifg=#353535 guibg=NONE guisp=NONE gui=bold,underline
|
||||
highlight! link Boolean Number
|
||||
highlight! link BufferCurrent TabLineSel
|
||||
highlight! link CocCodeLens LineNr
|
||||
highlight! link CocErrorHighlight DiagnosticUnderlineError
|
||||
highlight! link CocErrorSign DiagnosticSignError
|
||||
highlight! link CocErrorVirtualText DiagnosticVirtualTextError
|
||||
highlight! link CocHintHighlight DiagnosticUnderlineHint
|
||||
highlight! link CocHintSign DiagnosticSignHint
|
||||
highlight! link CocInfoHighlight DiagnosticUnderlineInfo
|
||||
highlight! link CocInfoSign DiagnosticSignInfo
|
||||
highlight! link CocSelectedText SpellBad
|
||||
highlight! link CocWarningHighlight DiagnosticUnderlineWarn
|
||||
highlight! link CocWarningSign DiagnosticSignWarn
|
||||
highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
|
||||
highlight! link CursorColumn CursorLine
|
||||
highlight! link DiagnosticError Error
|
||||
highlight! link DiagnosticWarn WarningMsg
|
||||
highlight! link EndOfBuffer NonText
|
||||
highlight! link ErrorMsg Error
|
||||
highlight! link GitGutterAdd GitSignsAdd
|
||||
highlight! link GitGutterChange GitSignsChange
|
||||
highlight! link GitGutterDelete GitSignsDelete
|
||||
highlight! link HopNextKey LightspeedLabel
|
||||
highlight! link HopNextKey1 LightspeedLabelDistant
|
||||
highlight! link HopUnmatched LightspeedGreyWash
|
||||
highlight! link LightspeedMaskedChar Conceal
|
||||
highlight! link LightspeedPendingOpArea SneakLabel
|
||||
highlight! link LightspeedUnlabeledMatch Bold
|
||||
highlight! link LspCodeLens LineNr
|
||||
highlight! link LspDiagnosticsDefaultError DiagnosticError
|
||||
highlight! link LspDiagnosticsDefaultHint DiagnosticHint
|
||||
highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
|
||||
highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
|
||||
highlight! link LspDiagnosticsSignError DiagnosticSignError
|
||||
highlight! link LspDiagnosticsSignHint DiagnosticSignHint
|
||||
highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
|
||||
highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn
|
||||
highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
|
||||
highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint
|
||||
highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
|
||||
highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn
|
||||
highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
|
||||
highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
|
||||
highlight! link LspReferenceRead ColorColumn
|
||||
highlight! link LspReferenceText ColorColumn
|
||||
highlight! link LspReferenceWrite ColorColumn
|
||||
highlight! link MatchParen Search
|
||||
highlight! link NeogitDiffAddHighlight DiffAdd
|
||||
highlight! link NeogitDiffContextHighlight CursorLine
|
||||
highlight! link NeogitDiffDeleteHighlight DiffDelete
|
||||
highlight! link NeogitHunkHeader LineNr
|
||||
highlight! link NeogitNotificationError DiagnosticError
|
||||
highlight! link NeogitNotificationInfo DiagnosticInfo
|
||||
highlight! link NeogitNotificationWarning DiagnosticWarn
|
||||
highlight! link NnnNormalNC NnnNormal
|
||||
highlight! link NvimTreeCursorColumn NvimTreeCursorLine
|
||||
highlight! link NvimTreeGitDeleted diffRemoved
|
||||
highlight! link NvimTreeGitDirty diffChanged
|
||||
highlight! link NvimTreeGitNew diffAdded
|
||||
highlight! link Question MoreMsg
|
||||
highlight! link SignColumn LineNr
|
||||
highlight! link Sneak Search
|
||||
highlight! link SneakLabel WildMenu
|
||||
highlight! link SpellLocal SpellCap
|
||||
highlight! link TSConstBuiltin Number
|
||||
highlight! link TSConstMacro Number
|
||||
highlight! link TSDanger Error
|
||||
highlight! link TSNamespace Special
|
||||
highlight! link TSNote DiagnosticInfo
|
||||
highlight! link TSTag Special
|
||||
highlight! link TSVariable Identifier
|
||||
highlight! link TSVariableBuiltin Number
|
||||
highlight! link TSWarning WarningMsg
|
||||
highlight! link TabLine StatusLine
|
||||
highlight! link TabLineFill StatusLineNC
|
||||
highlight! link TelescopeSelection CursorLine
|
||||
highlight! link TermCursor Cursor
|
||||
highlight! link TermCursorNC lCursor
|
||||
highlight! link TroubleNormal Function
|
||||
highlight! link TroubleSource Constant
|
||||
highlight! link TroubleText Function
|
||||
highlight! link WhichKey Statement
|
||||
highlight! link WhichKeyGroup Special
|
||||
highlight! link WhichKeySeparator LineNr
|
||||
highlight! link WhichKeyValue Constant
|
||||
highlight! link Whitespace NonText
|
||||
highlight! link gitcommitOverflow WarningMsg
|
||||
highlight! link helpHyperTextEntry Special
|
||||
highlight! link helpHyperTextJump Constant
|
||||
highlight! link helpOption Constant
|
||||
highlight! link helpSpecial Type
|
||||
highlight! link markdownCode Identifier
|
||||
highlight! link markdownH2 Statement
|
||||
highlight! link markdownH3 Statement
|
||||
highlight! link markdownH4 Special
|
||||
highlight! link markdownH5 Special
|
||||
highlight! link markdownH6 Special
|
||||
highlight! link markdownLinkTextDelimiter Delimiter
|
||||
highlight! link StatusLineTerm StatusLine
|
||||
highlight! link StatusLineTermNC StatusLineNC
|
||||
endif
|
||||
|
||||
if has('terminal')
|
||||
let g:terminal_ansi_colors = [
|
||||
\ g:terminal_color_0,
|
||||
\ g:terminal_color_1,
|
||||
\ g:terminal_color_2,
|
||||
\ g:terminal_color_3,
|
||||
\ g:terminal_color_4,
|
||||
\ g:terminal_color_5,
|
||||
\ g:terminal_color_6,
|
||||
\ g:terminal_color_7,
|
||||
\ g:terminal_color_8,
|
||||
\ g:terminal_color_9,
|
||||
\ g:terminal_color_10,
|
||||
\ g:terminal_color_11,
|
||||
\ g:terminal_color_12,
|
||||
\ g:terminal_color_13,
|
||||
\ g:terminal_color_14,
|
||||
\ g:terminal_color_15
|
||||
\ ]
|
||||
endif
|
||||
27
extras/alacritty/vimbones.yml
Normal file
27
extras/alacritty/vimbones.yml
Normal file
@@ -0,0 +1,27 @@
|
||||
# This file is auto-generated from lua/zenbones/template/alacritty.lua
|
||||
# vimbones alacritty colors
|
||||
colors:
|
||||
# Default colors
|
||||
primary:
|
||||
background: '#F0F0CA'
|
||||
foreground: '#353535'
|
||||
# Normal colors
|
||||
normal:
|
||||
black: '#F0F0CA'
|
||||
red: '#A8334C'
|
||||
green: '#4F6C31'
|
||||
yellow: '#944927'
|
||||
blue: '#286486'
|
||||
magenta: '#88507D'
|
||||
cyan: '#3B8992'
|
||||
white: '#353535'
|
||||
# Bright colors
|
||||
bright:
|
||||
black: '#C6C6A3'
|
||||
red: '#94253E'
|
||||
green: '#3F5A22'
|
||||
yellow: '#803D1C'
|
||||
blue: '#1D5573'
|
||||
magenta: '#7B3B70'
|
||||
cyan: '#2B747C'
|
||||
white: '#5C5C5C'
|
||||
357
extras/iterm/vimbones.itermcolors
Normal file
357
extras/iterm/vimbones.itermcolors
Normal file
@@ -0,0 +1,357 @@
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||
<plist version="1.0">
|
||||
<dict>
|
||||
<key>Ansi 0 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7921568627450980</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
</dict>
|
||||
<key>Ansi 1 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2980392156862745</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2000000000000000</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.6588235294117647</real>
|
||||
</dict>
|
||||
<key>Ansi 10 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1333333333333333</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3529411764705883</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2470588235294118</real>
|
||||
</dict>
|
||||
<key>Ansi 11 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1098039215686274</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2392156862745098</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.5019607843137255</real>
|
||||
</dict>
|
||||
<key>Ansi 12 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4509803921568628</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3333333333333333</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1137254901960784</real>
|
||||
</dict>
|
||||
<key>Ansi 13 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2313725490196079</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.4823529411764706</real>
|
||||
</dict>
|
||||
<key>Ansi 14 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4862745098039216</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4549019607843137</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1686274509803922</real>
|
||||
</dict>
|
||||
<key>Ansi 15 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.3607843137254902</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3607843137254902</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3607843137254902</real>
|
||||
</dict>
|
||||
<key>Ansi 2 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1921568627450981</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.4235294117647059</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.3098039215686275</real>
|
||||
</dict>
|
||||
<key>Ansi 3 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.1529411764705882</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2862745098039216</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
</dict>
|
||||
<key>Ansi 4 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5254901960784314</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3921568627450980</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1568627450980392</real>
|
||||
</dict>
|
||||
<key>Ansi 5 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4901960784313725</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3137254901960784</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.5333333333333333</real>
|
||||
</dict>
|
||||
<key>Ansi 6 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.5725490196078431</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5372549019607843</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2313725490196079</real>
|
||||
</dict>
|
||||
<key>Ansi 7 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
</dict>
|
||||
<key>Ansi 8 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.7764705882352941</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7764705882352941</real>
|
||||
</dict>
|
||||
<key>Ansi 9 Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2431372549019608</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.1450980392156863</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.5803921568627451</real>
|
||||
</dict>
|
||||
<key>Background Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7921568627450980</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
</dict>
|
||||
<key>Badge Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4862745098039216</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.5490196078431373</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.5490196078431373</real>
|
||||
</dict>
|
||||
<key>Bold Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.6392156862745098</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.7764705882352941</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.7764705882352941</real>
|
||||
</dict>
|
||||
<key>Cursor Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
</dict>
|
||||
<key>Cursor Guide Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7647058823529411</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9098039215686274</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9058823529411765</real>
|
||||
</dict>
|
||||
<key>Cursor Text Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7921568627450980</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
</dict>
|
||||
<key>Foreground Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
</dict>
|
||||
<key>Link Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.4509803921568628</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.3333333333333333</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.1137254901960784</real>
|
||||
</dict>
|
||||
<key>Selected Text Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.2078431372549020</real>
|
||||
</dict>
|
||||
<key>Selection Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.8431372549019608</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.8431372549019608</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.8431372549019608</real>
|
||||
</dict>
|
||||
<key>Tab Color</key>
|
||||
<dict>
|
||||
<key>Alpha Component</key>
|
||||
<real>1</real>
|
||||
<key>Blue Component</key>
|
||||
<real>0.7921568627450980</real>
|
||||
<key>Color Space</key>
|
||||
<string>sRGB</string>
|
||||
<key>Green Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
<key>Red Component</key>
|
||||
<real>0.9411764705882353</real>
|
||||
</dict>
|
||||
</dict>
|
||||
</plist>
|
||||
40
extras/kitty/vimbones.conf
Normal file
40
extras/kitty/vimbones.conf
Normal file
@@ -0,0 +1,40 @@
|
||||
# This file is auto-generated from lua/zenbones/template/kitty.lua
|
||||
# vim:ft=kitty
|
||||
## name: vimbones
|
||||
## license: MIT
|
||||
## author: Michael Chris Lopez
|
||||
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/vimbones.conf
|
||||
|
||||
background #F0F0CA
|
||||
foreground #353535
|
||||
selection_background #D7D7D7
|
||||
selection_foreground #353535
|
||||
url_color #1D5573
|
||||
cursor #353535
|
||||
|
||||
# Tabs
|
||||
active_tab_background #DEB9D6
|
||||
active_tab_foreground #353535
|
||||
inactive_tab_background #CBCBAB
|
||||
inactive_tab_foreground #353535
|
||||
#tab_bar_background ${tab_bar_background}
|
||||
|
||||
# normal
|
||||
color0 #F0F0CA
|
||||
color1 #A8334C
|
||||
color2 #4F6C31
|
||||
color3 #944927
|
||||
color4 #286486
|
||||
color5 #88507D
|
||||
color6 #3B8992
|
||||
color7 #353535
|
||||
|
||||
# bright
|
||||
color8 #C6C6A3
|
||||
color9 #94253E
|
||||
color10 #3F5A22
|
||||
color11 #803D1C
|
||||
color12 #1D5573
|
||||
color13 #7B3B70
|
||||
color14 #2B747C
|
||||
color15 #5C5C5C
|
||||
18
extras/tmux/vimbones.tmux
Normal file
18
extras/tmux/vimbones.tmux
Normal file
@@ -0,0 +1,18 @@
|
||||
# This file is auto-generated from lua/zenbones/template/tmux.lua
|
||||
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
|
||||
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
|
||||
set -g status-style fg='#88507D',bg='#353535'
|
||||
|
||||
set -g window-status-current-style fg='#88507D',bg='#353535',bold
|
||||
|
||||
set -g pane-border-style fg='#88507D'
|
||||
set -g pane-active-border-style fg='#88507D'
|
||||
|
||||
set -g message-style fg='#F0F0CA',bg='#D7D7D7'
|
||||
|
||||
set -g display-panes-active-colour '#88507D'
|
||||
set -g display-panes-colour '#88507D'
|
||||
|
||||
set -g clock-mode-colour '#88507D'
|
||||
|
||||
set -g mode-style fg='#F0F0CA',bg='#D7D7D7'
|
||||
13
extras/wezterm/Vimbones.toml
Normal file
13
extras/wezterm/Vimbones.toml
Normal file
@@ -0,0 +1,13 @@
|
||||
# This file is auto-generated from lua/zenbones/template/wezterm.lua
|
||||
# Vimbones
|
||||
[colors]
|
||||
foreground = "#353535"
|
||||
background = "#F0F0CA"
|
||||
cursor_bg = "#353535"
|
||||
cursor_border = "#F0F0CA"
|
||||
cursor_fg = "#F0F0CA"
|
||||
selection_bg = "#D7D7D7"
|
||||
selection_fg = "#353535"
|
||||
|
||||
ansi = ["#F0F0CA", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#353535"]
|
||||
brights = ["#C6C6A3", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#5C5C5C"]
|
||||
34
lua/lualine/themes/vimbones.lua
Normal file
34
lua/lualine/themes/vimbones.lua
Normal file
@@ -0,0 +1,34 @@
|
||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||
local common_fg = "#515143"
|
||||
local inactive_bg = "#D6D6B5"
|
||||
local inactive_fg = "#686868"
|
||||
|
||||
return {
|
||||
normal = {
|
||||
a = { bg = "#A7A78D", fg = common_fg, gui = "bold" },
|
||||
b = { bg = "#BABB9D", fg = common_fg },
|
||||
c = { bg = "#CBCBAB", fg = "#353535" },
|
||||
},
|
||||
|
||||
insert = {
|
||||
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
command = {
|
||||
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
visual = {
|
||||
a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
replace = {
|
||||
a = { bg = "#EBD8DA", fg = common_fg, gui = "bold" },
|
||||
},
|
||||
|
||||
inactive = {
|
||||
a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
|
||||
b = { bg = inactive_bg, fg = inactive_fg },
|
||||
c = { bg = inactive_bg, fg = inactive_fg },
|
||||
},
|
||||
}
|
||||
Reference in New Issue
Block a user