From 71aa08560954f5b84ee4589a35ad232577d46cbc Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Mon, 1 Nov 2021 09:05:40 +0800 Subject: [PATCH] breaking: remove all zenflesh artifacts --- autoload/lightline/colorscheme/zenflesh.vim | 23 -- colors/zenflesh.vim | 263 -------------- extras/alacritty/zenflesh.yml | 27 -- extras/alacritty/zenflesh_stark.yml | 27 -- extras/alacritty/zenflesh_warm.yml | 27 -- extras/iterm/zenflesh.itermcolors | 357 -------------------- extras/iterm/zenflesh_stark.itermcolors | 357 -------------------- extras/iterm/zenflesh_warm.itermcolors | 357 -------------------- extras/kitty/zenflesh.conf | 40 --- extras/kitty/zenflesh_stark.conf | 40 --- extras/kitty/zenflesh_warm.conf | 40 --- extras/tmux/zenflesh.tmux | 18 - extras/tmux/zenflesh_stark.tmux | 18 - extras/tmux/zenflesh_warm.tmux | 18 - extras/wezterm/Zenflesh.toml | 13 - extras/wezterm/Zenflesh_stark.toml | 13 - extras/wezterm/Zenflesh_warm.toml | 13 - lua/zenflesh/init.lua | 5 - lua/zenflesh/palette.lua | 3 - 19 files changed, 1659 deletions(-) delete mode 100644 autoload/lightline/colorscheme/zenflesh.vim delete mode 100644 colors/zenflesh.vim delete mode 100644 extras/alacritty/zenflesh.yml delete mode 100644 extras/alacritty/zenflesh_stark.yml delete mode 100644 extras/alacritty/zenflesh_warm.yml delete mode 100644 extras/iterm/zenflesh.itermcolors delete mode 100644 extras/iterm/zenflesh_stark.itermcolors delete mode 100644 extras/iterm/zenflesh_warm.itermcolors delete mode 100644 extras/kitty/zenflesh.conf delete mode 100644 extras/kitty/zenflesh_stark.conf delete mode 100644 extras/kitty/zenflesh_warm.conf delete mode 100644 extras/tmux/zenflesh.tmux delete mode 100644 extras/tmux/zenflesh_stark.tmux delete mode 100644 extras/tmux/zenflesh_warm.tmux delete mode 100644 extras/wezterm/Zenflesh.toml delete mode 100644 extras/wezterm/Zenflesh_stark.toml delete mode 100644 extras/wezterm/Zenflesh_warm.toml delete mode 100644 lua/zenflesh/init.lua delete mode 100644 lua/zenflesh/palette.lua diff --git a/autoload/lightline/colorscheme/zenflesh.vim b/autoload/lightline/colorscheme/zenflesh.vim deleted file mode 100644 index f89c73f..0000000 --- a/autoload/lightline/colorscheme/zenflesh.vim +++ /dev/null @@ -1,23 +0,0 @@ -" 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 = [ [ "#AFA099", "#736863", "bold" ], [ "#AFA099", "#4F4844" ] ] -let s:p.normal.middle = [ [ "#B4BDC3", "#3E3835" ] ] -let s:p.normal.right = [ [ "#AFA099", "#4F4844" ], [ "#AFA099", "#4F4844" ] ] -let s:p.normal.warning = [ [ "#B77E64", "#211D1B" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#251B1C" ] ] - -let s:p.inactive.left = [ [ "#CAD0D4", "#322D2B" ], [ "#CAD0D4", "#322D2B" ] ] -let s:p.inactive.middle = [ [ "#CAD0D4", "#322D2B" ] ] -let s:p.inactive.right = [ [ "#CAD0D4", "#322D2B" ] ] - -let s:p.insert.left = [ [ "#AFA099", "#324757", "bold" ], [ "#AFA099", "#4F4844" ] ] -let s:p.replace.left = [ [ "#AFA099", "#3E2225", "bold" ], [ "#AFA099", "#4F4844" ] ] -let s:p.visual.left = [ [ "#AFA099", "#3D4042", "bold" ], [ "#AFA099", "#4F4844" ] ] - -let s:p.tabline.left = [ [ "#B4BDC3", "#4F4844", "italic" ] ] -let s:p.tabline.middle = [ [ "#CAD0D4", "#322D2B" ] ] -let s:p.tabline.right = [ [ "#B4BDC3", "#4F4844" ] ] -let s:p.tabline.tabsel = [ [ "#B4BDC3", "#1C1917", "bold" ] ] - -let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p) diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim deleted file mode 100644 index 5353e26..0000000 --- a/colors/zenflesh.vim +++ /dev/null @@ -1,263 +0,0 @@ -" This file is auto-generated from lua/zenbones/template/vim.lua -if exists('g:colors_name') - highlight clear -endif - -set background=dark -let g:colors_name = 'zenflesh' - -let g:terminal_color_0 = '#1C1917' -let g:terminal_color_1 = '#DE6E7C' -let g:terminal_color_2 = '#819B69' -let g:terminal_color_3 = '#B77E64' -let g:terminal_color_4 = '#6099C0' -let g:terminal_color_5 = '#B279A7' -let g:terminal_color_6 = '#66A5AD' -let g:terminal_color_7 = '#B4BDC3' -let g:terminal_color_8 = '#403833' -let g:terminal_color_9 = '#E8838F' -let g:terminal_color_10 = '#8BAE68' -let g:terminal_color_11 = '#D68C67' -let g:terminal_color_12 = '#61ABDA' -let g:terminal_color_13 = '#CF86C1' -let g:terminal_color_14 = '#65B8C1' -let g:terminal_color_15 = '#888F94' - -if has('nvim') && (!exists('g:zenbones_compat') || g:zenbones_compat == 0) - lua package.loaded["zenflesh"] = nil - lua require "lush"(require "zenflesh", { force_clean = false }) - finish -else -highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold -highlight BufferVisible guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE -highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE -highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE -highlight CmpItemAbbr guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE -highlight CmpItemAbbrDeprecated guifg=#64696D guibg=NONE guisp=NONE gui=NONE -highlight CmpItemAbbrMatch guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold -highlight CmpItemAbbrMatchFuzzy guifg=#9FA7AD guibg=NONE guisp=NONE gui=bold -highlight CmpItemKind guifg=#868C91 guibg=NONE guisp=NONE gui=NONE -highlight CmpItemMenu guifg=#797F84 guibg=NONE guisp=NONE gui=NONE -highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline -highlight ColorColumn guifg=NONE guibg=#55392C guisp=NONE gui=NONE -highlight Comment guifg=#6E6763 guibg=NONE guisp=NONE gui=italic -highlight Conceal guifg=#797F84 guibg=NONE guisp=NONE gui=bold,italic -highlight Constant guifg=#868C91 guibg=NONE guisp=NONE gui=italic -highlight Cursor guifg=#1C1917 guibg=#C4CACF guisp=NONE gui=NONE -highlight CursorLine guifg=NONE guibg=#25211F guisp=NONE gui=NONE -highlight CursorLineNr guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold -highlight Delimiter guifg=#867A74 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE -highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl -highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl -highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl -highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl -highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251B1C guisp=NONE gui=NONE -highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE -highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE -highlight DiffChange guifg=NONE guibg=#1D2C36 guisp=NONE gui=NONE -highlight DiffDelete guifg=NONE guibg=#3E2225 guisp=NONE gui=NONE -highlight DiffText guifg=#B4BDC3 guibg=#324757 guisp=NONE gui=NONE -highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold -highlight Error guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE -highlight FloatBorder guifg=#837771 guibg=NONE guisp=NONE gui=NONE -highlight FoldColumn guifg=#685F5A guibg=NONE guisp=NONE gui=bold -highlight Folded guifg=#AFA099 guibg=#3E3835 guisp=NONE gui=NONE -highlight Function guifg=#B4BDC3 guibg=NONE guisp=NONE gui=NONE -highlight GitSignsAdd guifg=#819B69 guibg=NONE guisp=NONE gui=NONE -highlight GitSignsChange guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight GitSignsDelete guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE -highlight HopNextKey2 guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight Identifier guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE -highlight IncSearch guifg=#1C1917 guibg=#BF8FB5 guisp=NONE gui=bold -highlight IndentBlanklineChar guifg=#383432 guibg=NONE guisp=NONE gui=NONE -highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic -highlight LightspeedGreyWash guifg=#6E6763 guibg=NONE guisp=NONE gui=NONE -highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline -highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline -highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline -highlight LightspeedLabelOverlapped guifg=#B279A7 guibg=NONE guisp=NONE gui=underline -highlight LightspeedOneCharMatch guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold -highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE -highlight LightspeedShortcut guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold,underline -highlight LineNr guifg=#685F5A guibg=NONE guisp=NONE gui=NONE -highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold -highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#25211F guisp=NONE gui=bold -highlight NnnNormal guifg=#B4BDC3 guibg=#231F1D guisp=NONE gui=NONE -highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE -highlight NonText guifg=#5C534F guibg=NONE guisp=NONE gui=NONE -highlight Normal guifg=#B4BDC3 guibg=#1C1917 guisp=NONE gui=NONE -highlight NormalFloat guifg=NONE guibg=#2C2725 guisp=NONE gui=NONE -highlight Number guifg=#B4BDC3 guibg=NONE guisp=NONE gui=italic -highlight NvimTreeCursorLine guifg=NONE guibg=#322D2B guisp=NONE gui=NONE -highlight NvimTreeNormal guifg=#B4BDC3 guibg=#231F1D guisp=NONE gui=NONE -highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold -highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline -highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE -highlight Pmenu guifg=NONE guibg=#352F2D guisp=NONE gui=NONE -highlight PmenuSbar guifg=NONE guibg=#736863 guisp=NONE gui=NONE -highlight PmenuSel guifg=NONE guibg=#4F4844 guisp=NONE gui=NONE -highlight PmenuThumb guifg=NONE guibg=#8E817B guisp=NONE gui=NONE -highlight Search guifg=#B4BDC3 guibg=#65435E guisp=NONE gui=NONE -highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE -highlight Special guifg=#8D9499 guibg=NONE guisp=NONE gui=bold -highlight SpecialComment guifg=#6E6763 guibg=NONE guisp=NONE gui=bold -highlight SpecialKey guifg=#5C534F guibg=NONE guisp=NONE gui=italic -highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl -highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl -highlight SpellRare guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl -highlight Statement guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold -highlight StatusLine guifg=#B4BDC3 guibg=#3E3835 guisp=NONE gui=NONE -highlight StatusLineNC guifg=#CAD0D4 guibg=#322D2B guisp=NONE gui=NONE -highlight TSConstant guifg=#979FA4 guibg=NONE guisp=NONE gui=bold -highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold -highlight TelescopeBorder guifg=#837771 guibg=NONE guisp=NONE gui=NONE -highlight TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold -highlight TelescopeSelectionCaret guifg=#DE6E7C guibg=#25211F 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=#A1938C guibg=NONE guisp=NONE gui=NONE -highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline -highlight VertSplit guifg=#685F5A guibg=NONE guisp=NONE gui=NONE -highlight Visual guifg=NONE guibg=#3D4042 guisp=NONE gui=NONE -highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE -highlight WildMenu guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=NONE -highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE -highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE -highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold -highlight diffIndexLine guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE -highlight diffLine guifg=#B279A7 guibg=NONE guisp=NONE gui=bold -highlight diffNewFile guifg=#819B69 guibg=NONE guisp=NONE gui=italic -highlight diffOldFile guifg=#DE6E7C guibg=NONE guisp=NONE gui=italic -highlight diffRemoved guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE -highlight lCursor guifg=#1C1917 guibg=#797F84 guisp=NONE gui=NONE -highlight markdownH1 guifg=#B4BDC3 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 PreProc Statement -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 diff --git a/extras/alacritty/zenflesh.yml b/extras/alacritty/zenflesh.yml deleted file mode 100644 index 3b88e7e..0000000 --- a/extras/alacritty/zenflesh.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenflesh alacritty colors -colors: - # Default colors - primary: - background: '#1C1917' - foreground: '#B4BDC3' - # Normal colors - normal: - black: '#1C1917' - red: '#DE6E7C' - green: '#819B69' - yellow: '#B77E64' - blue: '#6099C0' - magenta: '#B279A7' - cyan: '#66A5AD' - white: '#B4BDC3' - # Bright colors - bright: - black: '#403833' - red: '#E8838F' - green: '#8BAE68' - yellow: '#D68C67' - blue: '#61ABDA' - magenta: '#CF86C1' - cyan: '#65B8C1' - white: '#888F94' diff --git a/extras/alacritty/zenflesh_stark.yml b/extras/alacritty/zenflesh_stark.yml deleted file mode 100644 index 9d81e4e..0000000 --- a/extras/alacritty/zenflesh_stark.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenflesh_stark alacritty colors -colors: - # Default colors - primary: - background: '#171210' - foreground: '#B4BDC3' - # Normal colors - normal: - black: '#1C1917' - red: '#DE6E7C' - green: '#819B69' - yellow: '#B77E64' - blue: '#6099C0' - magenta: '#B279A7' - cyan: '#66A5AD' - white: '#B4BDC3' - # Bright colors - bright: - black: '#403833' - red: '#E8838F' - green: '#8BAE68' - yellow: '#D68C67' - blue: '#61ABDA' - magenta: '#CF86C1' - cyan: '#65B8C1' - white: '#888F94' diff --git a/extras/alacritty/zenflesh_warm.yml b/extras/alacritty/zenflesh_warm.yml deleted file mode 100644 index e8b6931..0000000 --- a/extras/alacritty/zenflesh_warm.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenflesh_warm alacritty colors -colors: - # Default colors - primary: - background: '#221F1D' - foreground: '#B4BDC3' - # Normal colors - normal: - black: '#1C1917' - red: '#DE6E7C' - green: '#819B69' - yellow: '#B77E64' - blue: '#6099C0' - magenta: '#B279A7' - cyan: '#66A5AD' - white: '#B4BDC3' - # Bright colors - bright: - black: '#403833' - red: '#E8838F' - green: '#8BAE68' - yellow: '#D68C67' - blue: '#61ABDA' - magenta: '#CF86C1' - cyan: '#65B8C1' - white: '#888F94' diff --git a/extras/iterm/zenflesh.itermcolors b/extras/iterm/zenflesh.itermcolors deleted file mode 100644 index e66b5cb..0000000 --- a/extras/iterm/zenflesh.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4313725490196079 - Red Component - 0.8705882352941177 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.4078431372549020 - Color Space - sRGB - Green Component - 0.6823529411764706 - Red Component - 0.5450980392156862 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.4039215686274510 - Color Space - sRGB - Green Component - 0.5490196078431373 - Red Component - 0.8392156862745098 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.5254901960784314 - Red Component - 0.8117647058823529 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.7215686274509804 - Red Component - 0.3960784313725490 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.5803921568627451 - Color Space - sRGB - Green Component - 0.5607843137254902 - Red Component - 0.5333333333333333 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.4117647058823529 - Color Space - sRGB - Green Component - 0.6078431372549019 - Red Component - 0.5058823529411764 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.3921568627450980 - Color Space - sRGB - Green Component - 0.4941176470588236 - Red Component - 0.7176470588235294 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.7529411764705882 - Color Space - sRGB - Green Component - 0.6000000000000000 - Red Component - 0.3764705882352941 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.6549019607843137 - Color Space - sRGB - Green Component - 0.4745098039215686 - Red Component - 0.6980392156862745 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.6784313725490196 - Color Space - sRGB - Green Component - 0.6470588235294118 - Red Component - 0.4000000000000000 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.5607843137254902 - Color Space - sRGB - Green Component - 0.5137254901960784 - Red Component - 0.9098039215686274 - - Background Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.3882352941176471 - Color Space - sRGB - Green Component - 0.4039215686274510 - Red Component - 0.4313725490196079 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.8117647058823529 - Color Space - sRGB - Green Component - 0.7921568627450980 - Red Component - 0.7686274509803922 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.1215686274509804 - Color Space - sRGB - Green Component - 0.1294117647058824 - Red Component - 0.1450980392156863 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Link Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.2588235294117647 - Color Space - sRGB - Green Component - 0.2509803921568627 - Red Component - 0.2392156862745098 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - - \ No newline at end of file diff --git a/extras/iterm/zenflesh_stark.itermcolors b/extras/iterm/zenflesh_stark.itermcolors deleted file mode 100644 index 272db0f..0000000 --- a/extras/iterm/zenflesh_stark.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4313725490196079 - Red Component - 0.8705882352941177 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.4078431372549020 - Color Space - sRGB - Green Component - 0.6823529411764706 - Red Component - 0.5450980392156862 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.4039215686274510 - Color Space - sRGB - Green Component - 0.5490196078431373 - Red Component - 0.8392156862745098 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.5254901960784314 - Red Component - 0.8117647058823529 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.7215686274509804 - Red Component - 0.3960784313725490 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.5803921568627451 - Color Space - sRGB - Green Component - 0.5607843137254902 - Red Component - 0.5333333333333333 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.4117647058823529 - Color Space - sRGB - Green Component - 0.6078431372549019 - Red Component - 0.5058823529411764 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.3921568627450980 - Color Space - sRGB - Green Component - 0.4941176470588236 - Red Component - 0.7176470588235294 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.7529411764705882 - Color Space - sRGB - Green Component - 0.6000000000000000 - Red Component - 0.3764705882352941 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.6549019607843137 - Color Space - sRGB - Green Component - 0.4745098039215686 - Red Component - 0.6980392156862745 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.6784313725490196 - Color Space - sRGB - Green Component - 0.6470588235294118 - Red Component - 0.4000000000000000 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.5607843137254902 - Color Space - sRGB - Green Component - 0.5137254901960784 - Red Component - 0.9098039215686274 - - Background Color - - Alpha Component - 1 - Blue Component - 0.0627450980392157 - Color Space - sRGB - Green Component - 0.0705882352941176 - Red Component - 0.0901960784313725 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.3568627450980392 - Color Space - sRGB - Green Component - 0.3803921568627451 - Red Component - 0.4235294117647059 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.8117647058823529 - Color Space - sRGB - Green Component - 0.7921568627450980 - Red Component - 0.7686274509803922 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.0941176470588235 - Color Space - sRGB - Green Component - 0.1019607843137255 - Red Component - 0.1254901960784314 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.0627450980392157 - Color Space - sRGB - Green Component - 0.0705882352941176 - Red Component - 0.0901960784313725 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Link Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.2313725490196079 - Color Space - sRGB - Green Component - 0.2235294117647059 - Red Component - 0.2156862745098039 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.0627450980392157 - Color Space - sRGB - Green Component - 0.0705882352941176 - Red Component - 0.0901960784313725 - - - \ No newline at end of file diff --git a/extras/iterm/zenflesh_warm.itermcolors b/extras/iterm/zenflesh_warm.itermcolors deleted file mode 100644 index f8211b3..0000000 --- a/extras/iterm/zenflesh_warm.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4313725490196079 - Red Component - 0.8705882352941177 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.4078431372549020 - Color Space - sRGB - Green Component - 0.6823529411764706 - Red Component - 0.5450980392156862 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.4039215686274510 - Color Space - sRGB - Green Component - 0.5490196078431373 - Red Component - 0.8392156862745098 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.5254901960784314 - Red Component - 0.8117647058823529 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.7215686274509804 - Red Component - 0.3960784313725490 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.5803921568627451 - Color Space - sRGB - Green Component - 0.5607843137254902 - Red Component - 0.5333333333333333 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.4117647058823529 - Color Space - sRGB - Green Component - 0.6078431372549019 - Red Component - 0.5058823529411764 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.3921568627450980 - Color Space - sRGB - Green Component - 0.4941176470588236 - Red Component - 0.7176470588235294 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.7529411764705882 - Color Space - sRGB - Green Component - 0.6000000000000000 - Red Component - 0.3764705882352941 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.6549019607843137 - Color Space - sRGB - Green Component - 0.4745098039215686 - Red Component - 0.6980392156862745 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.6784313725490196 - Color Space - sRGB - Green Component - 0.6470588235294118 - Red Component - 0.4000000000000000 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.5607843137254902 - Color Space - sRGB - Green Component - 0.5137254901960784 - Red Component - 0.9098039215686274 - - Background Color - - Alpha Component - 1 - Blue Component - 0.1137254901960784 - Color Space - sRGB - Green Component - 0.1215686274509804 - Red Component - 0.1333333333333333 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.4000000000000000 - Color Space - sRGB - Green Component - 0.4117647058823529 - Red Component - 0.4392156862745098 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.2000000000000000 - Color Space - sRGB - Green Component - 0.2196078431372549 - Red Component - 0.2509803921568627 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.8117647058823529 - Color Space - sRGB - Green Component - 0.7921568627450980 - Red Component - 0.7686274509803922 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.1450980392156863 - Color Space - sRGB - Green Component - 0.1529411764705882 - Red Component - 0.1686274509803922 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.1137254901960784 - Color Space - sRGB - Green Component - 0.1215686274509804 - Red Component - 0.1333333333333333 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Link Color - - Alpha Component - 1 - Blue Component - 0.8549019607843137 - Color Space - sRGB - Green Component - 0.6705882352941176 - Red Component - 0.3803921568627451 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.2862745098039216 - Color Space - sRGB - Green Component - 0.2784313725490196 - Red Component - 0.2666666666666667 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.1137254901960784 - Color Space - sRGB - Green Component - 0.1215686274509804 - Red Component - 0.1333333333333333 - - - \ No newline at end of file diff --git a/extras/kitty/zenflesh.conf b/extras/kitty/zenflesh.conf deleted file mode 100644 index 62f5bbd..0000000 --- a/extras/kitty/zenflesh.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenflesh -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf - -background #1C1917 -foreground #B4BDC3 -selection_background #3D4042 -selection_foreground #B4BDC3 -url_color #61ABDA -cursor #B4BDC3 - -# Tabs -active_tab_background #65435E -active_tab_foreground #B4BDC3 -inactive_tab_background #3E3835 -inactive_tab_foreground #B4BDC3 -#tab_bar_background ${tab_bar_background} - -# normal -color0 #1C1917 -color1 #DE6E7C -color2 #819B69 -color3 #B77E64 -color4 #6099C0 -color5 #B279A7 -color6 #66A5AD -color7 #B4BDC3 - -# bright -color8 #403833 -color9 #E8838F -color10 #8BAE68 -color11 #D68C67 -color12 #61ABDA -color13 #CF86C1 -color14 #65B8C1 -color15 #888F94 diff --git a/extras/kitty/zenflesh_stark.conf b/extras/kitty/zenflesh_stark.conf deleted file mode 100644 index 082698c..0000000 --- a/extras/kitty/zenflesh_stark.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenflesh_stark -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh_stark.conf - -background #171210 -foreground #B4BDC3 -selection_background #37393B -selection_foreground #B4BDC3 -url_color #61ABDA -cursor #B4BDC3 - -# Tabs -active_tab_background #5C3D56 -active_tab_foreground #B4BDC3 -inactive_tab_background #39312C -inactive_tab_foreground #B4BDC3 -#tab_bar_background ${tab_bar_background} - -# normal -color0 #1C1917 -color1 #DE6E7C -color2 #819B69 -color3 #B77E64 -color4 #6099C0 -color5 #B279A7 -color6 #66A5AD -color7 #B4BDC3 - -# bright -color8 #403833 -color9 #E8838F -color10 #8BAE68 -color11 #D68C67 -color12 #61ABDA -color13 #CF86C1 -color14 #65B8C1 -color15 #888F94 diff --git a/extras/kitty/zenflesh_warm.conf b/extras/kitty/zenflesh_warm.conf deleted file mode 100644 index 620f783..0000000 --- a/extras/kitty/zenflesh_warm.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenflesh_warm -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh_warm.conf - -background #221F1D -foreground #B4BDC3 -selection_background #444749 -selection_foreground #B4BDC3 -url_color #61ABDA -cursor #B4BDC3 - -# Tabs -active_tab_background #6E4966 -active_tab_foreground #B4BDC3 -inactive_tab_background #423C39 -inactive_tab_foreground #B4BDC3 -#tab_bar_background ${tab_bar_background} - -# normal -color0 #1C1917 -color1 #DE6E7C -color2 #819B69 -color3 #B77E64 -color4 #6099C0 -color5 #B279A7 -color6 #66A5AD -color7 #B4BDC3 - -# bright -color8 #403833 -color9 #E8838F -color10 #8BAE68 -color11 #D68C67 -color12 #61ABDA -color13 #CF86C1 -color14 #65B8C1 -color15 #888F94 diff --git a/extras/tmux/zenflesh.tmux b/extras/tmux/zenflesh.tmux deleted file mode 100644 index 07af8ae..0000000 --- a/extras/tmux/zenflesh.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] ' -set -g status-style fg='#B279A7',bg='#B4BDC3' - -set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold - -set -g pane-border-style fg='#B279A7' -set -g pane-active-border-style fg='#B279A7' - -set -g message-style fg='#1C1917',bg='#3D4042' - -set -g display-panes-active-colour '#B279A7' -set -g display-panes-colour '#B279A7' - -set -g clock-mode-colour '#B279A7' - -set -g mode-style fg='#1C1917',bg='#3D4042' diff --git a/extras/tmux/zenflesh_stark.tmux b/extras/tmux/zenflesh_stark.tmux deleted file mode 100644 index b11a5e5..0000000 --- a/extras/tmux/zenflesh_stark.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] ' -set -g status-style fg='#B279A7',bg='#B4BDC3' - -set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold - -set -g pane-border-style fg='#B279A7' -set -g pane-active-border-style fg='#B279A7' - -set -g message-style fg='#1C1917',bg='#37393B' - -set -g display-panes-active-colour '#B279A7' -set -g display-panes-colour '#B279A7' - -set -g clock-mode-colour '#B279A7' - -set -g mode-style fg='#1C1917',bg='#37393B' diff --git a/extras/tmux/zenflesh_warm.tmux b/extras/tmux/zenflesh_warm.tmux deleted file mode 100644 index b9549b6..0000000 --- a/extras/tmux/zenflesh_warm.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] ' -set -g status-style fg='#B279A7',bg='#B4BDC3' - -set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold - -set -g pane-border-style fg='#B279A7' -set -g pane-active-border-style fg='#B279A7' - -set -g message-style fg='#1C1917',bg='#444749' - -set -g display-panes-active-colour '#B279A7' -set -g display-panes-colour '#B279A7' - -set -g clock-mode-colour '#B279A7' - -set -g mode-style fg='#1C1917',bg='#444749' diff --git a/extras/wezterm/Zenflesh.toml b/extras/wezterm/Zenflesh.toml deleted file mode 100644 index 4657541..0000000 --- a/extras/wezterm/Zenflesh.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenflesh -[colors] -foreground = "#B4BDC3" -background = "#1C1917" -cursor_bg = "#C4CACF" -cursor_border = "#1C1917" -cursor_fg = "#1C1917" -selection_bg = "#3D4042" -selection_fg = "#B4BDC3" - -ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#403833", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] diff --git a/extras/wezterm/Zenflesh_stark.toml b/extras/wezterm/Zenflesh_stark.toml deleted file mode 100644 index 3f80563..0000000 --- a/extras/wezterm/Zenflesh_stark.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenflesh_stark -[colors] -foreground = "#B4BDC3" -background = "#171210" -cursor_bg = "#C4CACF" -cursor_border = "#171210" -cursor_fg = "#171210" -selection_bg = "#37393B" -selection_fg = "#B4BDC3" - -ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#403833", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] diff --git a/extras/wezterm/Zenflesh_warm.toml b/extras/wezterm/Zenflesh_warm.toml deleted file mode 100644 index ed9f050..0000000 --- a/extras/wezterm/Zenflesh_warm.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenflesh_warm -[colors] -foreground = "#B4BDC3" -background = "#221F1D" -cursor_bg = "#C4CACF" -cursor_border = "#221F1D" -cursor_fg = "#221F1D" -selection_bg = "#444749" -selection_fg = "#B4BDC3" - -ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#403833", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] diff --git a/lua/zenflesh/init.lua b/lua/zenflesh/init.lua deleted file mode 100644 index 8064208..0000000 --- a/lua/zenflesh/init.lua +++ /dev/null @@ -1,5 +0,0 @@ -local generator = require "zenbones.specs" -local p = require "zenflesh.palette" - -vim.notify("zenflesh is deprecated. Please use zenbones and set background=dark.", vim.log.levels.WARN, { title = "zenbones" }) -return generator.generate(p, "dark", generator.get_global_config "zenflesh") diff --git a/lua/zenflesh/palette.lua b/lua/zenflesh/palette.lua deleted file mode 100644 index 06341dc..0000000 --- a/lua/zenflesh/palette.lua +++ /dev/null @@ -1,3 +0,0 @@ -local util = require "zenbones.util" - -return util.palette_extend {}