diff --git a/autoload/lightline/colorscheme/neobones_dark.vim b/autoload/lightline/colorscheme/neobones_dark.vim index 3b3867d..f37ba77 100644 --- a/autoload/lightline/colorscheme/neobones_dark.vim +++ b/autoload/lightline/colorscheme/neobones_dark.vim @@ -1,9 +1,9 @@ " 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 = [ [ "#83B4D2", "#4F6F82", "bold" ], [ "#83B4D2", "#334A57" ] ] +let s:p.normal.left = [ [ "#7BA9C5", "#4F6F82", "bold" ], [ "#7BA9C5", "#334A57" ] ] let s:p.normal.middle = [ [ "#C6D5CF", "#273944" ] ] -let s:p.normal.right = [ [ "#83B4D2", "#334A57" ], [ "#83B4D2", "#334A57" ] ] +let s:p.normal.right = [ [ "#7BA9C5", "#334A57" ], [ "#7BA9C5", "#334A57" ] ] let s:p.normal.warning = [ [ "#B77E64", "#362C28" ] ] let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ] @@ -11,9 +11,9 @@ let s:p.inactive.left = [ [ "#D1E0DA", "#1F2E37" ], [ "#D1E0DA", "#1F2E37" ] ] let s:p.inactive.middle = [ [ "#D1E0DA", "#1F2E37" ] ] let s:p.inactive.right = [ [ "#D1E0DA", "#1F2E37" ] ] -let s:p.insert.left = [ [ "#83B4D2", "#455C6F", "bold" ], [ "#83B4D2", "#334A57" ] ] -let s:p.replace.left = [ [ "#83B4D2", "#5B2E33", "bold" ], [ "#83B4D2", "#334A57" ] ] -let s:p.visual.left = [ [ "#83B4D2", "#3D413F", "bold" ], [ "#83B4D2", "#334A57" ] ] +let s:p.insert.left = [ [ "#7BA9C5", "#455C6F", "bold" ], [ "#7BA9C5", "#334A57" ] ] +let s:p.replace.left = [ [ "#7BA9C5", "#5B2E33", "bold" ], [ "#7BA9C5", "#334A57" ] ] +let s:p.visual.left = [ [ "#7BA9C5", "#3D413F", "bold" ], [ "#7BA9C5", "#334A57" ] ] let s:p.tabline.left = [ [ "#C6D5CF", "#334A57", "italic" ] ] let s:p.tabline.middle = [ [ "#D1E0DA", "#1F2E37" ] ] diff --git a/autoload/lightline/colorscheme/zenflesh.vim b/autoload/lightline/colorscheme/zenflesh.vim index a03d417..6e8738b 100644 --- a/autoload/lightline/colorscheme/zenflesh.vim +++ b/autoload/lightline/colorscheme/zenflesh.vim @@ -1,23 +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 = [ [ "#BBAEA8", "#716965", "bold" ], [ "#BBAEA8", "#4E4845" ] ] -let s:p.normal.middle = [ [ "#B4BDC3", "#3D3836" ] ] -let s:p.normal.right = [ [ "#BBAEA8", "#4E4845" ], [ "#BBAEA8", "#4E4845" ] ] +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", "#362C28" ] ] let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ] -let s:p.inactive.left = [ [ "#CAD0D4", "#312D2B" ], [ "#CAD0D4", "#312D2B" ] ] -let s:p.inactive.middle = [ [ "#CAD0D4", "#312D2B" ] ] -let s:p.inactive.right = [ [ "#CAD0D4", "#312D2B" ] ] +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 = [ [ "#BBAEA8", "#455C6F", "bold" ], [ "#BBAEA8", "#4E4845" ] ] -let s:p.replace.left = [ [ "#BBAEA8", "#5B2E33", "bold" ], [ "#BBAEA8", "#4E4845" ] ] -let s:p.visual.left = [ [ "#BBAEA8", "#37393B", "bold" ], [ "#BBAEA8", "#4E4845" ] ] +let s:p.insert.left = [ [ "#AFA099", "#455C6F", "bold" ], [ "#AFA099", "#4F4844" ] ] +let s:p.replace.left = [ [ "#AFA099", "#5B2E33", "bold" ], [ "#AFA099", "#4F4844" ] ] +let s:p.visual.left = [ [ "#AFA099", "#37393B", "bold" ], [ "#AFA099", "#4F4844" ] ] -let s:p.tabline.left = [ [ "#B4BDC3", "#4E4845", "italic" ] ] -let s:p.tabline.middle = [ [ "#CAD0D4", "#312D2B" ] ] -let s:p.tabline.right = [ [ "#B4BDC3", "#4E4845" ] ] -let s:p.tabline.tabsel = [ [ "#B4BDC3", "#1C1918", "bold" ] ] +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/autoload/lightline/colorscheme/zenwritten_dark.vim b/autoload/lightline/colorscheme/zenwritten_dark.vim index 0f65f10..3daab0d 100644 --- a/autoload/lightline/colorscheme/zenwritten_dark.vim +++ b/autoload/lightline/colorscheme/zenwritten_dark.vim @@ -1,9 +1,9 @@ " 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 = [ [ "#B0B0B0", "#6A6A6A", "bold" ], [ "#B0B0B0", "#494949" ] ] +let s:p.normal.left = [ [ "#A3A3A3", "#6A6A6A", "bold" ], [ "#A3A3A3", "#494949" ] ] let s:p.normal.middle = [ [ "#BBBBBB", "#393939" ] ] -let s:p.normal.right = [ [ "#B0B0B0", "#494949" ], [ "#B0B0B0", "#494949" ] ] +let s:p.normal.right = [ [ "#A3A3A3", "#494949" ], [ "#A3A3A3", "#494949" ] ] let s:p.normal.warning = [ [ "#B77E64", "#362C28" ] ] let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ] @@ -11,9 +11,9 @@ let s:p.inactive.left = [ [ "#CFCFCF", "#2E2E2E" ], [ "#CFCFCF", "#2E2E2E" ] ] let s:p.inactive.middle = [ [ "#CFCFCF", "#2E2E2E" ] ] let s:p.inactive.right = [ [ "#CFCFCF", "#2E2E2E" ] ] -let s:p.insert.left = [ [ "#B0B0B0", "#455C6F", "bold" ], [ "#B0B0B0", "#494949" ] ] -let s:p.replace.left = [ [ "#B0B0B0", "#5B2E33", "bold" ], [ "#B0B0B0", "#494949" ] ] -let s:p.visual.left = [ [ "#B0B0B0", "#393939", "bold" ], [ "#B0B0B0", "#494949" ] ] +let s:p.insert.left = [ [ "#A3A3A3", "#455C6F", "bold" ], [ "#A3A3A3", "#494949" ] ] +let s:p.replace.left = [ [ "#A3A3A3", "#5B2E33", "bold" ], [ "#A3A3A3", "#494949" ] ] +let s:p.visual.left = [ [ "#A3A3A3", "#393939", "bold" ], [ "#A3A3A3", "#494949" ] ] let s:p.tabline.left = [ [ "#BBBBBB", "#494949", "italic" ] ] let s:p.tabline.middle = [ [ "#CFCFCF", "#2E2E2E" ] ] diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index 17a5938..cd21b9c 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -8,7 +8,7 @@ endif set background=dark let g:colors_name = 'zenflesh' -let g:terminal_color_0 = '#1C1918' +let g:terminal_color_0 = '#1C1917' let g:terminal_color_1 = '#DE6E7C' let g:terminal_color_2 = '#819B69' let g:terminal_color_3 = '#B77E64' @@ -16,7 +16,7 @@ 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 = '#3E3834' +let g:terminal_color_8 = '#403833' let g:terminal_color_9 = '#E8838F' let g:terminal_color_10 = '#8BAE68' let g:terminal_color_11 = '#D68C67' @@ -36,13 +36,13 @@ highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline highlight ColorColumn guifg=NONE guibg=#675047 guisp=NONE gui=NONE -highlight Comment guifg=#6D6764 guibg=NONE guisp=NONE gui=italic +highlight Comment guifg=#6E6763 guibg=NONE guisp=NONE gui=italic highlight Conceal guifg=#8D9499 guibg=NONE guisp=NONE gui=bold,italic highlight Constant guifg=#868C91 guibg=NONE guisp=NONE gui=italic -highlight Cursor guifg=#171514 guibg=#C4CACF guisp=NONE gui=NONE -highlight CursorLine guifg=NONE guibg=#24211F guisp=NONE gui=NONE +highlight Cursor guifg=#181513 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=#8E8480 guibg=NONE guisp=NONE gui=NONE +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 DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl @@ -57,64 +57,64 @@ highlight DiffDelete guifg=NONE guibg=#5B2E33 guisp=NONE gui=NONE highlight DiffText guifg=#B4BDC3 guibg=#455C6F 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=#817873 guibg=NONE guisp=NONE gui=NONE -highlight FoldColumn guifg=#5A5350 guibg=NONE guisp=NONE gui=bold -highlight Folded guifg=#BBAEA8 guibg=#3D3836 guisp=NONE gui=NONE +highlight FloatBorder guifg=#837771 guibg=NONE guisp=NONE gui=NONE +highlight FoldColumn guifg=#5C534F 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=#1C1918 guibg=#B279A7 guisp=NONE gui=bold -highlight IndentBlanklineChar guifg=#373432 guibg=NONE guisp=NONE gui=NONE +highlight IncSearch guifg=#1C1917 guibg=#B279A7 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=#6D6764 guibg=NONE guisp=NONE gui=NONE +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=#1C1918 guibg=#B279A7 guisp=NONE gui=bold +highlight LightspeedOneCharMatch guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE -highlight LightspeedShortcut guifg=#1C1918 guibg=#B279A7 guisp=NONE gui=bold,underline -highlight LineNr guifg=#5A5350 guibg=NONE guisp=NONE gui=NONE +highlight LightspeedShortcut guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold,underline +highlight LineNr guifg=#5C534F guibg=NONE guisp=NONE gui=NONE highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold -highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#24211F guisp=NONE gui=bold -highlight NonText guifg=#524C4A guibg=NONE guisp=NONE gui=NONE -highlight Normal guifg=#B4BDC3 guibg=#1C1918 guisp=NONE gui=NONE -highlight NormalFloat guifg=NONE guibg=#2B2725 guisp=NONE gui=NONE +highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#25211F guisp=NONE gui=bold +highlight NonText guifg=#544C48 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=#312D2B guisp=NONE gui=NONE +highlight NvimTreeCursorLine guifg=NONE guibg=#322D2B 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=#34302E guisp=NONE gui=NONE -highlight PmenuSbar guifg=NONE guibg=#716965 guisp=NONE gui=NONE -highlight PmenuSel guifg=NONE guibg=#4E4845 guisp=NONE gui=NONE -highlight PmenuThumb guifg=NONE guibg=#8B827D 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=#73516C guisp=NONE gui=NONE highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE highlight Special guifg=#9CA4AA guibg=NONE guisp=NONE gui=bold -highlight SpecialComment guifg=#6D6764 guibg=NONE guisp=NONE gui=bold -highlight SpecialKey guifg=#524C4A guibg=NONE guisp=NONE gui=italic +highlight SpecialComment guifg=#6E6763 guibg=NONE guisp=NONE gui=bold +highlight SpecialKey guifg=#544C48 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=#3D3836 guisp=NONE gui=NONE -highlight StatusLineNC guifg=#CAD0D4 guibg=#312D2B guisp=NONE gui=NONE +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 TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold -highlight TelescopeSelectionCaret guifg=#DE6E7C guibg=#24211F guisp=NONE gui=NONE +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=#9E948F guibg=NONE guisp=NONE gui=NONE +highlight Type guifg=#A1938C guibg=NONE guisp=NONE gui=NONE highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline highlight Visual guifg=NONE guibg=#37393B guisp=NONE gui=NONE highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE -highlight WildMenu guifg=#1C1918 guibg=#B279A7 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 @@ -123,7 +123,7 @@ 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=#171514 guibg=#797F84 guisp=NONE gui=NONE +highlight lCursor guifg=#181513 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 diff --git a/extras/alacritty/zenflesh.yml b/extras/alacritty/zenflesh.yml index 9735f04..3b88e7e 100644 --- a/extras/alacritty/zenflesh.yml +++ b/extras/alacritty/zenflesh.yml @@ -3,11 +3,11 @@ colors: # Default colors primary: - background: '#1C1918' + background: '#1C1917' foreground: '#B4BDC3' # Normal colors normal: - black: '#1C1918' + black: '#1C1917' red: '#DE6E7C' green: '#819B69' yellow: '#B77E64' @@ -17,7 +17,7 @@ colors: white: '#B4BDC3' # Bright colors bright: - black: '#3E3834' + black: '#403833' red: '#E8838F' green: '#8BAE68' yellow: '#D68C67' diff --git a/extras/alacritty/zenflesh_stark.yml b/extras/alacritty/zenflesh_stark.yml index c0e219c..9d81e4e 100644 --- a/extras/alacritty/zenflesh_stark.yml +++ b/extras/alacritty/zenflesh_stark.yml @@ -3,11 +3,11 @@ colors: # Default colors primary: - background: '#161311' + background: '#171210' foreground: '#B4BDC3' # Normal colors normal: - black: '#1C1918' + black: '#1C1917' red: '#DE6E7C' green: '#819B69' yellow: '#B77E64' @@ -17,7 +17,7 @@ colors: white: '#B4BDC3' # Bright colors bright: - black: '#3E3834' + black: '#403833' red: '#E8838F' green: '#8BAE68' yellow: '#D68C67' diff --git a/extras/alacritty/zenflesh_warm.yml b/extras/alacritty/zenflesh_warm.yml index 9bb2572..e8b6931 100644 --- a/extras/alacritty/zenflesh_warm.yml +++ b/extras/alacritty/zenflesh_warm.yml @@ -3,11 +3,11 @@ colors: # Default colors primary: - background: '#221F1E' + background: '#221F1D' foreground: '#B4BDC3' # Normal colors normal: - black: '#1C1918' + black: '#1C1917' red: '#DE6E7C' green: '#819B69' yellow: '#B77E64' @@ -17,7 +17,7 @@ colors: white: '#B4BDC3' # Bright colors bright: - black: '#3E3834' + black: '#403833' red: '#E8838F' green: '#8BAE68' yellow: '#D68C67' diff --git a/extras/iterm/zenflesh.itermcolors b/extras/iterm/zenflesh.itermcolors index 7135c3a..ae565e5 100644 --- a/extras/iterm/zenflesh.itermcolors +++ b/extras/iterm/zenflesh.itermcolors @@ -7,7 +7,7 @@ Alpha Component 1 Blue Component - 0.0941176470588235 + 0.0901960784313725 Color Space sRGB Green Component @@ -189,13 +189,13 @@ Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Ansi 9 Color @@ -215,7 +215,7 @@ Alpha Component 1 Blue Component - 0.0941176470588235 + 0.0901960784313725 Color Space sRGB Green Component @@ -228,26 +228,26 @@ Alpha Component 1 Blue Component - 0.3921568627450980 + 0.3882352941176471 Color Space sRGB Green Component 0.4039215686274510 Red Component - 0.4274509803921568 + 0.4313725490196079 Bold Color Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Cursor Color @@ -273,20 +273,20 @@ Green Component 0.1294117647058824 Red Component - 0.1411764705882353 + 0.1450980392156863 Cursor Text Color Alpha Component 1 Blue Component - 0.0784313725490196 + 0.0745098039215686 Color Space sRGB Green Component 0.0823529411764706 Red Component - 0.0901960784313725 + 0.0941176470588235 Foreground Color @@ -345,7 +345,7 @@ Alpha Component 1 Blue Component - 0.0941176470588235 + 0.0901960784313725 Color Space sRGB Green Component diff --git a/extras/iterm/zenflesh_stark.itermcolors b/extras/iterm/zenflesh_stark.itermcolors index d898f8e..6f0832e 100644 --- a/extras/iterm/zenflesh_stark.itermcolors +++ b/extras/iterm/zenflesh_stark.itermcolors @@ -7,7 +7,7 @@ Alpha Component 1 Blue Component - 0.0941176470588235 + 0.0901960784313725 Color Space sRGB Green Component @@ -189,13 +189,13 @@ Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Ansi 9 Color @@ -215,39 +215,39 @@ Alpha Component 1 Blue Component - 0.0666666666666667 + 0.0627450980392157 Color Space sRGB Green Component - 0.0745098039215686 + 0.0705882352941176 Red Component - 0.0862745098039216 + 0.0901960784313725 Badge Color Alpha Component 1 Blue Component - 0.3921568627450980 + 0.3882352941176471 Color Space sRGB Green Component 0.4039215686274510 Red Component - 0.4274509803921568 + 0.4313725490196079 Bold Color Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Cursor Color @@ -271,22 +271,22 @@ Color Space sRGB Green Component - 0.1058823529411765 + 0.1019607843137255 Red Component - 0.1215686274509804 + 0.1254901960784314 Cursor Text Color Alpha Component 1 Blue Component - 0.0784313725490196 + 0.0745098039215686 Color Space sRGB Green Component 0.0823529411764706 Red Component - 0.0901960784313725 + 0.0941176470588235 Foreground Color @@ -345,13 +345,13 @@ Alpha Component 1 Blue Component - 0.0666666666666667 + 0.0627450980392157 Color Space sRGB Green Component - 0.0745098039215686 + 0.0705882352941176 Red Component - 0.0862745098039216 + 0.0901960784313725 \ No newline at end of file diff --git a/extras/iterm/zenflesh_warm.itermcolors b/extras/iterm/zenflesh_warm.itermcolors index dc37533..a021cb5 100644 --- a/extras/iterm/zenflesh_warm.itermcolors +++ b/extras/iterm/zenflesh_warm.itermcolors @@ -7,7 +7,7 @@ Alpha Component 1 Blue Component - 0.0941176470588235 + 0.0901960784313725 Color Space sRGB Green Component @@ -189,13 +189,13 @@ Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Ansi 9 Color @@ -215,7 +215,7 @@ Alpha Component 1 Blue Component - 0.1176470588235294 + 0.1137254901960784 Color Space sRGB Green Component @@ -228,26 +228,26 @@ Alpha Component 1 Blue Component - 0.3921568627450980 + 0.3882352941176471 Color Space sRGB Green Component 0.4039215686274510 Red Component - 0.4274509803921568 + 0.4313725490196079 Bold Color Alpha Component 1 Blue Component - 0.2039215686274510 + 0.2000000000000000 Color Space sRGB Green Component 0.2196078431372549 Red Component - 0.2431372549019608 + 0.2509803921568627 Cursor Color @@ -267,26 +267,26 @@ Alpha Component 1 Blue Component - 0.1490196078431373 + 0.1450980392156863 Color Space sRGB Green Component 0.1529411764705882 Red Component - 0.1647058823529412 + 0.1686274509803922 Cursor Text Color Alpha Component 1 Blue Component - 0.0784313725490196 + 0.0745098039215686 Color Space sRGB Green Component 0.0823529411764706 Red Component - 0.0901960784313725 + 0.0941176470588235 Foreground Color @@ -345,7 +345,7 @@ Alpha Component 1 Blue Component - 0.1176470588235294 + 0.1137254901960784 Color Space sRGB Green Component diff --git a/extras/kitty/zenflesh.conf b/extras/kitty/zenflesh.conf index 89ea569..859c7a2 100644 --- a/extras/kitty/zenflesh.conf +++ b/extras/kitty/zenflesh.conf @@ -5,7 +5,7 @@ ## author: Michael Chris Lopez ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh.conf -background #1C1918 +background #1C1917 foreground #B4BDC3 selection_background #37393B selection_foreground #B4BDC3 @@ -15,12 +15,12 @@ cursor #B4BDC3 # Tabs active_tab_background #73516C active_tab_foreground #B4BDC3 -inactive_tab_background #3D3836 +inactive_tab_background #3E3835 inactive_tab_foreground #B4BDC3 #tab_bar_background ${tab_bar_background} # normal -color0 #1C1918 +color0 #1C1917 color1 #DE6E7C color2 #819B69 color3 #B77E64 @@ -30,7 +30,7 @@ color6 #66A5AD color7 #B4BDC3 # bright -color8 #3E3834 +color8 #403833 color9 #E8838F color10 #8BAE68 color11 #D68C67 diff --git a/extras/kitty/zenflesh_stark.conf b/extras/kitty/zenflesh_stark.conf index 150da1f..925553c 100644 --- a/extras/kitty/zenflesh_stark.conf +++ b/extras/kitty/zenflesh_stark.conf @@ -5,7 +5,7 @@ ## author: Michael Chris Lopez ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh_stark.conf -background #161311 +background #171210 foreground #B4BDC3 selection_background #37393B selection_foreground #B4BDC3 @@ -15,12 +15,12 @@ cursor #B4BDC3 # Tabs active_tab_background #73516C active_tab_foreground #B4BDC3 -inactive_tab_background #3D3836 +inactive_tab_background #3E3835 inactive_tab_foreground #B4BDC3 #tab_bar_background ${tab_bar_background} # normal -color0 #1C1918 +color0 #1C1917 color1 #DE6E7C color2 #819B69 color3 #B77E64 @@ -30,7 +30,7 @@ color6 #66A5AD color7 #B4BDC3 # bright -color8 #3E3834 +color8 #403833 color9 #E8838F color10 #8BAE68 color11 #D68C67 diff --git a/extras/kitty/zenflesh_warm.conf b/extras/kitty/zenflesh_warm.conf index 04201e9..469da7a 100644 --- a/extras/kitty/zenflesh_warm.conf +++ b/extras/kitty/zenflesh_warm.conf @@ -5,7 +5,7 @@ ## author: Michael Chris Lopez ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenflesh_warm.conf -background #221F1E +background #221F1D foreground #B4BDC3 selection_background #37393B selection_foreground #B4BDC3 @@ -15,12 +15,12 @@ cursor #B4BDC3 # Tabs active_tab_background #73516C active_tab_foreground #B4BDC3 -inactive_tab_background #3D3836 +inactive_tab_background #3E3835 inactive_tab_foreground #B4BDC3 #tab_bar_background ${tab_bar_background} # normal -color0 #1C1918 +color0 #1C1917 color1 #DE6E7C color2 #819B69 color3 #B77E64 @@ -30,7 +30,7 @@ color6 #66A5AD color7 #B4BDC3 # bright -color8 #3E3834 +color8 #403833 color9 #E8838F color10 #8BAE68 color11 #D68C67 diff --git a/extras/tmux/zenflesh.tmux b/extras/tmux/zenflesh.tmux index 47c3c98..b11a5e5 100644 --- a/extras/tmux/zenflesh.tmux +++ b/extras/tmux/zenflesh.tmux @@ -8,11 +8,11 @@ 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='#1C1918',bg='#37393B' +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='#1C1918',bg='#37393B' +set -g mode-style fg='#1C1917',bg='#37393B' diff --git a/extras/tmux/zenflesh_stark.tmux b/extras/tmux/zenflesh_stark.tmux index 47c3c98..b11a5e5 100644 --- a/extras/tmux/zenflesh_stark.tmux +++ b/extras/tmux/zenflesh_stark.tmux @@ -8,11 +8,11 @@ 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='#1C1918',bg='#37393B' +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='#1C1918',bg='#37393B' +set -g mode-style fg='#1C1917',bg='#37393B' diff --git a/extras/tmux/zenflesh_warm.tmux b/extras/tmux/zenflesh_warm.tmux index 47c3c98..b11a5e5 100644 --- a/extras/tmux/zenflesh_warm.tmux +++ b/extras/tmux/zenflesh_warm.tmux @@ -8,11 +8,11 @@ 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='#1C1918',bg='#37393B' +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='#1C1918',bg='#37393B' +set -g mode-style fg='#1C1917',bg='#37393B' diff --git a/extras/wezterm/Zenflesh.toml b/extras/wezterm/Zenflesh.toml index 039e5af..bbc735e 100644 --- a/extras/wezterm/Zenflesh.toml +++ b/extras/wezterm/Zenflesh.toml @@ -2,12 +2,12 @@ # Zenflesh [colors] foreground = "#B4BDC3" -background = "#1C1918" +background = "#1C1917" cursor_bg = "#C4CACF" -cursor_border = "#171514" -cursor_fg = "#171514" +cursor_border = "#181513" +cursor_fg = "#181513" selection_bg = "#37393B" selection_fg = "#B4BDC3" -ansi = ["#1C1918", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#3E3834", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] +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 index b52d474..df083c8 100644 --- a/extras/wezterm/Zenflesh_stark.toml +++ b/extras/wezterm/Zenflesh_stark.toml @@ -2,12 +2,12 @@ # Zenflesh_stark [colors] foreground = "#B4BDC3" -background = "#161311" +background = "#171210" cursor_bg = "#C4CACF" -cursor_border = "#171514" -cursor_fg = "#171514" +cursor_border = "#181513" +cursor_fg = "#181513" selection_bg = "#37393B" selection_fg = "#B4BDC3" -ansi = ["#1C1918", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#3E3834", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] +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 index a714d14..529d6aa 100644 --- a/extras/wezterm/Zenflesh_warm.toml +++ b/extras/wezterm/Zenflesh_warm.toml @@ -2,12 +2,12 @@ # Zenflesh_warm [colors] foreground = "#B4BDC3" -background = "#221F1E" +background = "#221F1D" cursor_bg = "#C4CACF" -cursor_border = "#171514" -cursor_fg = "#171514" +cursor_border = "#181513" +cursor_fg = "#181513" selection_bg = "#37393B" selection_fg = "#B4BDC3" -ansi = ["#1C1918", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] -brights = ["#3E3834", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] +ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] +brights = ["#403833", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"] diff --git a/lua/lualine/themes/neobones_dark.lua b/lua/lualine/themes/neobones_dark.lua index 637a50b..8fecd5f 100644 --- a/lua/lualine/themes/neobones_dark.lua +++ b/lua/lualine/themes/neobones_dark.lua @@ -1,5 +1,5 @@ -- This file is auto-generated from lua/zenbones/template/lualine.lua -local common_fg = "#83B4D2" +local common_fg = "#7BA9C5" local inactive_bg = "#1F2E37" local inactive_fg = "#D1E0DA" diff --git a/lua/lualine/themes/zenflesh.lua b/lua/lualine/themes/zenflesh.lua index b883b78..b7138d7 100644 --- a/lua/lualine/themes/zenflesh.lua +++ b/lua/lualine/themes/zenflesh.lua @@ -1,13 +1,13 @@ -- This file is auto-generated from lua/zenbones/template/lualine.lua -local common_fg = "#BBAEA8" -local inactive_bg = "#312D2B" +local common_fg = "#AFA099" +local inactive_bg = "#322D2B" local inactive_fg = "#CAD0D4" return { normal = { - a = { bg = "#716965", fg = common_fg, gui = "bold" }, - b = { bg = "#4E4845", fg = common_fg }, - c = { bg = "#3D3836", fg = "#B4BDC3" }, + a = { bg = "#736863", fg = common_fg, gui = "bold" }, + b = { bg = "#4F4844", fg = common_fg }, + c = { bg = "#3E3835", fg = "#B4BDC3" }, }, insert = { diff --git a/lua/lualine/themes/zenwritten_dark.lua b/lua/lualine/themes/zenwritten_dark.lua index a61d4cd..e1ec7dc 100644 --- a/lua/lualine/themes/zenwritten_dark.lua +++ b/lua/lualine/themes/zenwritten_dark.lua @@ -1,5 +1,5 @@ -- This file is auto-generated from lua/zenbones/template/lualine.lua -local common_fg = "#B0B0B0" +local common_fg = "#A3A3A3" local inactive_bg = "#2E2E2E" local inactive_fg = "#CFCFCF" diff --git a/lua/zenbones/specs/dark.lua b/lua/zenbones/specs/dark.lua index a313c90..3b0239c 100644 --- a/lua/zenbones/specs/dark.lua +++ b/lua/zenbones/specs/dark.lua @@ -60,7 +60,7 @@ local function generate(p, opt) LineNr { fg = Normal.bg.li(30) }, -- Line number for ":number" and ":#" commands, and when 'number' or 'relativenumber' option is set. SignColumn { LineNr }, -- column where |signs| are displayed FoldColumn { LineNr, gui = "bold" }, -- 'foldcolumn' - Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(69) }, -- line used for closed folds + Folded { bg = Normal.bg.li(16), fg = Normal.bg.li(64) }, -- line used for closed folds CursorLineNr { LineNr, fg = p.fg, gui = "bold" }, -- Like LineNr when 'cursorline' or 'relativenumber' is set for the cursor line. -- ModeMsg { }, -- 'showmode' message (e.g., "-- INSERT -- ") @@ -145,7 +145,7 @@ local function generate(p, opt) Special { fg = p.fg.da(12), gui = "bold" }, -- (preferred) any special symbol -- SpecialChar { }, -- special character in a constant -- Tag { }, -- you can use CTRL-] on this - Delimiter { fg = p.bg.li(52) }, -- character that needs attention + Delimiter { fg = p.bg.li(47) }, -- character that needs attention SpecialComment { Comment, gui = "bold" }, -- special things inside a comment -- Debug { }, -- debugging statements diff --git a/lua/zenbones/util.lua b/lua/zenbones/util.lua index bf860dd..c689502 100644 --- a/lua/zenbones/util.lua +++ b/lua/zenbones/util.lua @@ -36,7 +36,7 @@ function M.palette_extend(p, base_bg) else -- default p = vim.tbl_extend("keep", p, { - bg = hsluv(39, 9, 9), -- sand + bg = hsluv(39, 12, 9), -- sand fg = hsluv(230, 10, 76), -- stone rose = hsluv(6, 62, 60), leaf = hsluv(111, 47, 61),