From 23800763b64575e94c31aaed48fec47d9012e8e9 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 22 Oct 2021 18:20:38 +0800 Subject: [PATCH] rebuild extras --- .../lightline/colorscheme/neobones_dark.vim | 6 +++--- .../lightline/colorscheme/neobones_light.vim | 4 ++-- autoload/lightline/colorscheme/zenbones.vim | 4 ++-- autoload/lightline/colorscheme/zenflesh.vim | 6 +++--- .../lightline/colorscheme/zenwritten_dark.vim | 6 +++--- .../lightline/colorscheme/zenwritten_light.vim | 4 ++-- colors/zenbones.vim | 14 +++++++------- colors/zenflesh.vim | 16 ++++++++-------- extras/iterm/neobones_dark.itermcolors | 12 ++++++------ extras/iterm/neobones_light.itermcolors | 6 +++--- extras/iterm/zenbones.itermcolors | 6 +++--- extras/iterm/zenbones_bright.itermcolors | 18 +++++++++--------- extras/iterm/zenbones_dim.itermcolors | 18 +++++++++--------- extras/iterm/zenflesh.itermcolors | 12 ++++++------ extras/iterm/zenflesh_stark.itermcolors | 18 +++++++++--------- extras/iterm/zenflesh_warm.itermcolors | 18 +++++++++--------- extras/iterm/zenwritten_dark.itermcolors | 12 ++++++------ extras/iterm/zenwritten_light.itermcolors | 6 +++--- extras/kitty/neobones_dark.conf | 4 ++-- extras/kitty/neobones_light.conf | 2 +- extras/kitty/zenbones.conf | 2 +- extras/kitty/zenbones_bright.conf | 6 +++--- extras/kitty/zenbones_dim.conf | 6 +++--- extras/kitty/zenflesh.conf | 4 ++-- extras/kitty/zenflesh_stark.conf | 6 +++--- extras/kitty/zenflesh_warm.conf | 6 +++--- extras/kitty/zenwritten_dark.conf | 4 ++-- extras/kitty/zenwritten_light.conf | 2 +- extras/tmux/neobones_dark.tmux | 4 ++-- extras/tmux/zenbones_bright.tmux | 4 ++-- extras/tmux/zenbones_dim.tmux | 4 ++-- extras/tmux/zenflesh.tmux | 4 ++-- extras/tmux/zenflesh_stark.tmux | 4 ++-- extras/tmux/zenflesh_warm.tmux | 4 ++-- extras/tmux/zenwritten_dark.tmux | 4 ++-- extras/wezterm/Neobones_dark.toml | 6 +++--- extras/wezterm/Neobones_light.toml | 4 ++-- extras/wezterm/Zenbones.toml | 4 ++-- extras/wezterm/Zenbones_bright.toml | 6 +++--- extras/wezterm/Zenbones_dim.toml | 6 +++--- extras/wezterm/Zenflesh.toml | 6 +++--- extras/wezterm/Zenflesh_stark.toml | 6 +++--- extras/wezterm/Zenflesh_warm.toml | 6 +++--- extras/wezterm/Zenwritten_dark.toml | 6 +++--- extras/wezterm/Zenwritten_light.toml | 4 ++-- lua/lualine/themes/neobones_dark.lua | 4 ++-- lua/lualine/themes/neobones_light.lua | 2 +- lua/lualine/themes/zenbones.lua | 2 +- lua/lualine/themes/zenflesh.lua | 4 ++-- lua/lualine/themes/zenwritten_dark.lua | 4 ++-- lua/lualine/themes/zenwritten_light.lua | 2 +- 51 files changed, 164 insertions(+), 164 deletions(-) diff --git a/autoload/lightline/colorscheme/neobones_dark.vim b/autoload/lightline/colorscheme/neobones_dark.vim index 503aa0a..5288830 100644 --- a/autoload/lightline/colorscheme/neobones_dark.vim +++ b/autoload/lightline/colorscheme/neobones_dark.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#7BA9C5", "#4F6F82", "bold" ], [ "#7BA9C5", "#334A57" ] ] let s:p.normal.middle = [ [ "#C6D5CF", "#273944" ] ] let s:p.normal.right = [ [ "#7BA9C5", "#334A57" ], [ "#7BA9C5", "#334A57" ] ] -let s:p.normal.warning = [ [ "#B77E64", "#362C28" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#1F1B19" ] ] +let s:p.normal.error = [ [ "#DE6E7C", "#22191A" ] ] let s:p.inactive.left = [ [ "#D1E0DA", "#1F2E37" ], [ "#D1E0DA", "#1F2E37" ] ] let s:p.inactive.middle = [ [ "#D1E0DA", "#1F2E37" ] ] @@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#D1E0DA", "#1F2E37" ] ] let s:p.insert.left = [ [ "#7BA9C5", "#343F6D", "bold" ], [ "#7BA9C5", "#334A57" ] ] let s:p.replace.left = [ [ "#7BA9C5", "#3B2023", "bold" ], [ "#7BA9C5", "#334A57" ] ] -let s:p.visual.left = [ [ "#7BA9C5", "#3D413F", "bold" ], [ "#7BA9C5", "#334A57" ] ] +let s:p.visual.left = [ [ "#7BA9C5", "#222423", "bold" ], [ "#7BA9C5", "#334A57" ] ] let s:p.tabline.left = [ [ "#C6D5CF", "#334A57", "italic" ] ] let s:p.tabline.middle = [ [ "#D1E0DA", "#1F2E37" ] ] diff --git a/autoload/lightline/colorscheme/neobones_light.vim b/autoload/lightline/colorscheme/neobones_light.vim index 2453b28..2b18f14 100644 --- a/autoload/lightline/colorscheme/neobones_light.vim +++ b/autoload/lightline/colorscheme/neobones_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#4A4F4A", "#9BA69D", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ] let s:p.normal.middle = [ [ "#202E18", "#BDCABF" ] ] let s:p.normal.right = [ [ "#4A4F4A", "#ADB9AF" ], [ "#4A4F4A", "#ADB9AF" ] ] -let s:p.normal.warning = [ [ "#944927", "#F0E6E4" ] ] -let s:p.normal.error = [ [ "#A8334C", "#E7DDDE" ] ] +let s:p.normal.warning = [ [ "#944927", "#F1DBD6" ] ] +let s:p.normal.error = [ [ "#A8334C", "#F1DADD" ] ] let s:p.inactive.left = [ [ "#4B663C", "#C8D5C9" ], [ "#4B663C", "#C8D5C9" ] ] let s:p.inactive.middle = [ [ "#4B663C", "#C8D5C9" ] ] diff --git a/autoload/lightline/colorscheme/zenbones.vim b/autoload/lightline/colorscheme/zenbones.vim index 8718d56..a70f1ff 100644 --- a/autoload/lightline/colorscheme/zenbones.vim +++ b/autoload/lightline/colorscheme/zenbones.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#564E4A", "#B2A39B", "bold" ], [ "#564E4A", "#C4B6AF" ] ] let s:p.normal.middle = [ [ "#2C363C", "#D1C7C3" ] ] let s:p.normal.right = [ [ "#564E4A", "#C4B6AF" ], [ "#564E4A", "#C4B6AF" ] ] -let s:p.normal.warning = [ [ "#944927", "#F0E6E4" ] ] -let s:p.normal.error = [ [ "#A8334C", "#E7DDDE" ] ] +let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ] +let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ] let s:p.inactive.left = [ [ "#596A76", "#DAD3CF" ], [ "#596A76", "#DAD3CF" ] ] let s:p.inactive.middle = [ [ "#596A76", "#DAD3CF" ] ] diff --git a/autoload/lightline/colorscheme/zenflesh.vim b/autoload/lightline/colorscheme/zenflesh.vim index cd50f67..3428423 100644 --- a/autoload/lightline/colorscheme/zenflesh.vim +++ b/autoload/lightline/colorscheme/zenflesh.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': 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.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" ] ] @@ -13,7 +13,7 @@ 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", "#37393B", "bold" ], [ "#AFA099", "#4F4844" ] ] +let s:p.visual.left = [ [ "#AFA099", "#242627", "bold" ], [ "#AFA099", "#4F4844" ] ] let s:p.tabline.left = [ [ "#B4BDC3", "#4F4844", "italic" ] ] let s:p.tabline.middle = [ [ "#CAD0D4", "#322D2B" ] ] diff --git a/autoload/lightline/colorscheme/zenwritten_dark.vim b/autoload/lightline/colorscheme/zenwritten_dark.vim index 4accee4..60f7c64 100644 --- a/autoload/lightline/colorscheme/zenwritten_dark.vim +++ b/autoload/lightline/colorscheme/zenwritten_dark.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#A3A3A3", "#6A6A6A", "bold" ], [ "#A3A3A3", "#494949" ] ] let s:p.normal.middle = [ [ "#BBBBBB", "#393939" ] ] let s:p.normal.right = [ [ "#A3A3A3", "#494949" ], [ "#A3A3A3", "#494949" ] ] -let s:p.normal.warning = [ [ "#B77E64", "#362C28" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#3A2A2C" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#211D1B" ] ] +let s:p.normal.error = [ [ "#DE6E7C", "#251B1C" ] ] let s:p.inactive.left = [ [ "#CFCFCF", "#2E2E2E" ], [ "#CFCFCF", "#2E2E2E" ] ] let s:p.inactive.middle = [ [ "#CFCFCF", "#2E2E2E" ] ] @@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#CFCFCF", "#2E2E2E" ] ] let s:p.insert.left = [ [ "#A3A3A3", "#324757", "bold" ], [ "#A3A3A3", "#494949" ] ] let s:p.replace.left = [ [ "#A3A3A3", "#3E2225", "bold" ], [ "#A3A3A3", "#494949" ] ] -let s:p.visual.left = [ [ "#A3A3A3", "#393939", "bold" ], [ "#A3A3A3", "#494949" ] ] +let s:p.visual.left = [ [ "#A3A3A3", "#262626", "bold" ], [ "#A3A3A3", "#494949" ] ] let s:p.tabline.left = [ [ "#BBBBBB", "#494949", "italic" ] ] let s:p.tabline.middle = [ [ "#CFCFCF", "#2E2E2E" ] ] diff --git a/autoload/lightline/colorscheme/zenwritten_light.vim b/autoload/lightline/colorscheme/zenwritten_light.vim index 999ef6a..ee52402 100644 --- a/autoload/lightline/colorscheme/zenwritten_light.vim +++ b/autoload/lightline/colorscheme/zenwritten_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#505050", "#A6A6A6", "bold" ], [ "#505050", "#B9B9B9" ] ] let s:p.normal.middle = [ [ "#353535", "#C9C9C9" ] ] let s:p.normal.right = [ [ "#505050", "#B9B9B9" ], [ "#505050", "#B9B9B9" ] ] -let s:p.normal.warning = [ [ "#944927", "#F0E6E4" ] ] -let s:p.normal.error = [ [ "#A8334C", "#E7DDDE" ] ] +let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ] +let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ] let s:p.inactive.left = [ [ "#686868", "#D4D4D4" ], [ "#686868", "#D4D4D4" ] ] let s:p.inactive.middle = [ [ "#686868", "#D4D4D4" ] ] diff --git a/colors/zenbones.vim b/colors/zenbones.vim index d3e62c2..4478b28 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -34,11 +34,11 @@ highlight BufferVisible guifg=#596A76 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleIndex guifg=#596A76 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleSign guifg=#596A76 guibg=NONE guisp=NONE gui=NONE highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline -highlight ColorColumn guifg=NONE guibg=#EFD8D3 guisp=NONE gui=NONE +highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic highlight Conceal guifg=#4D5C65 guibg=NONE guisp=NONE gui=bold,italic highlight Constant guifg=#53636D guibg=NONE guisp=NONE gui=italic -highlight Cursor guifg=#F2F0EF guibg=#2C363C guisp=NONE gui=NONE +highlight Cursor guifg=#F0EDEC guibg=#2C363C guisp=NONE gui=NONE highlight CursorLine guifg=NONE guibg=#E9E4E2 guisp=NONE gui=NONE highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE @@ -48,8 +48,8 @@ highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=under 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=#E7DDDE guisp=NONE gui=NONE -highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F0E6E4 guisp=NONE gui=NONE +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 @@ -65,7 +65,7 @@ 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=#44525B guibg=NONE guisp=NONE gui=NONE -highlight IncSearch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold +highlight IncSearch guifg=#F0EDEC guibg=#C074B2 guisp=NONE gui=bold highlight IndentBlanklineChar guifg=#D4CDCA guibg=NONE guisp=NONE gui=NONE highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic highlight LightspeedGreyWash guifg=#948985 guibg=NONE guisp=NONE gui=NONE @@ -92,7 +92,7 @@ highlight Pmenu guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE highlight PmenuSbar guifg=NONE guibg=#B2A39B guisp=NONE gui=NONE highlight PmenuSel guifg=NONE guibg=#C4B6AF guisp=NONE gui=NONE highlight PmenuThumb guifg=NONE guibg=#F7F6F5 guisp=NONE gui=NONE -highlight Search guifg=#2C363C guibg=#D2A6C8 guisp=NONE gui=NONE +highlight Search guifg=#2C363C guibg=#DEB9D6 guisp=NONE gui=NONE highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE highlight Special guifg=#51606B guibg=NONE guisp=NONE gui=bold highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold @@ -124,7 +124,7 @@ 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=#F2F0EF guibg=#4D5C65 guisp=NONE gui=NONE +highlight lCursor guifg=#F0EDEC guibg=#4D5C65 guisp=NONE gui=NONE highlight markdownH1 guifg=#2C363C guibg=NONE guisp=NONE gui=bold,underline highlight! link Boolean Number highlight! link BufferCurrent TabLineSel diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index 8922c11..58163e3 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -34,11 +34,11 @@ 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 CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline -highlight ColorColumn guifg=NONE guibg=#675047 guisp=NONE gui=NONE +highlight ColorColumn guifg=NONE guibg=#55392C guisp=NONE gui=NONE 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=#181513 guibg=#C4CACF guisp=NONE gui=NONE +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 @@ -48,8 +48,8 @@ highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=under 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=#3A2A2C guisp=NONE gui=NONE -highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#362C28 guisp=NONE gui=NONE +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 @@ -65,7 +65,7 @@ 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=#B279A7 guisp=NONE gui=bold +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 @@ -92,7 +92,7 @@ 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 Search guifg=#B4BDC3 guibg=#65435E 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=#6E6763 guibg=NONE guisp=NONE gui=bold @@ -113,7 +113,7 @@ 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=#5C534F guibg=NONE guisp=NONE gui=NONE -highlight Visual guifg=NONE guibg=#37393B guisp=NONE gui=NONE +highlight Visual guifg=NONE guibg=#242627 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 @@ -124,7 +124,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=#181513 guibg=#797F84 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 diff --git a/extras/iterm/neobones_dark.itermcolors b/extras/iterm/neobones_dark.itermcolors index 42341c7..fb0e127 100644 --- a/extras/iterm/neobones_dark.itermcolors +++ b/extras/iterm/neobones_dark.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.1019607843137255 + 0.1215686274509804 Color Space sRGB Green Component - 0.0784313725490196 + 0.0980392156862745 Red Component - 0.0470588235294118 + 0.0588235294117647 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.2470588235294118 + 0.1372549019607843 Color Space sRGB Green Component - 0.2549019607843137 + 0.1411764705882353 Red Component - 0.2392156862745098 + 0.1333333333333333 Tab Color diff --git a/extras/iterm/neobones_light.itermcolors b/extras/iterm/neobones_light.itermcolors index dce680c..268e0b9 100644 --- a/extras/iterm/neobones_light.itermcolors +++ b/extras/iterm/neobones_light.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9176470588235294 + 0.9019607843137255 Color Space sRGB Green Component - 0.9372549019607843 + 0.9294117647058824 Red Component - 0.9137254901960784 + 0.8980392156862745 Foreground Color diff --git a/extras/iterm/zenbones.itermcolors b/extras/iterm/zenbones.itermcolors index f05710c..bad4302 100644 --- a/extras/iterm/zenbones.itermcolors +++ b/extras/iterm/zenbones.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9372549019607843 + 0.9254901960784314 Color Space sRGB Green Component - 0.9411764705882353 + 0.9294117647058824 Red Component - 0.9490196078431372 + 0.9411764705882353 Foreground Color diff --git a/extras/iterm/zenbones_bright.itermcolors b/extras/iterm/zenbones_bright.itermcolors index 6c5ca55..c833797 100644 --- a/extras/iterm/zenbones_bright.itermcolors +++ b/extras/iterm/zenbones_bright.itermcolors @@ -228,13 +228,13 @@ Alpha Component 1 Blue Component - 0.5215686274509804 + 0.5294117647058824 Color Space sRGB Green Component - 0.5372549019607843 + 0.5568627450980392 Red Component - 0.5803921568627451 + 0.6117647058823530 Bold Color @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9372549019607843 + 0.9254901960784314 Color Space sRGB Green Component - 0.9411764705882353 + 0.9294117647058824 Red Component - 0.9490196078431372 + 0.9411764705882353 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.9058823529411765 + 0.9294117647058824 Color Space sRGB Green Component - 0.8745098039215686 + 0.9058823529411765 Red Component - 0.8235294117647058 + 0.8705882352941177 Tab Color diff --git a/extras/iterm/zenbones_dim.itermcolors b/extras/iterm/zenbones_dim.itermcolors index a95dbcc..d69c425 100644 --- a/extras/iterm/zenbones_dim.itermcolors +++ b/extras/iterm/zenbones_dim.itermcolors @@ -228,13 +228,13 @@ Alpha Component 1 Blue Component - 0.5215686274509804 + 0.5019607843137255 Color Space sRGB Green Component - 0.5372549019607843 + 0.5215686274509804 Red Component - 0.5803921568627451 + 0.5529411764705883 Bold Color @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9372549019607843 + 0.9254901960784314 Color Space sRGB Green Component - 0.9411764705882353 + 0.9294117647058824 Red Component - 0.9490196078431372 + 0.9411764705882353 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.9058823529411765 + 0.8862745098039215 Color Space sRGB Green Component - 0.8745098039215686 + 0.8431372549019608 Red Component - 0.8235294117647058 + 0.7803921568627451 Tab Color diff --git a/extras/iterm/zenflesh.itermcolors b/extras/iterm/zenflesh.itermcolors index ae565e5..c38a191 100644 --- a/extras/iterm/zenflesh.itermcolors +++ b/extras/iterm/zenflesh.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0745098039215686 + 0.0901960784313725 Color Space sRGB Green Component - 0.0823529411764706 + 0.0980392156862745 Red Component - 0.0941176470588235 + 0.1098039215686274 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.2313725490196079 + 0.1529411764705882 Color Space sRGB Green Component - 0.2235294117647059 + 0.1490196078431373 Red Component - 0.2156862745098039 + 0.1411764705882353 Tab Color diff --git a/extras/iterm/zenflesh_stark.itermcolors b/extras/iterm/zenflesh_stark.itermcolors index 6f0832e..6036190 100644 --- a/extras/iterm/zenflesh_stark.itermcolors +++ b/extras/iterm/zenflesh_stark.itermcolors @@ -228,13 +228,13 @@ Alpha Component 1 Blue Component - 0.3882352941176471 + 0.3568627450980392 Color Space sRGB Green Component - 0.4039215686274510 + 0.3803921568627451 Red Component - 0.4313725490196079 + 0.4235294117647059 Bold Color @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0745098039215686 + 0.0901960784313725 Color Space sRGB Green Component - 0.0823529411764706 + 0.0980392156862745 Red Component - 0.0941176470588235 + 0.1098039215686274 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.2313725490196079 + 0.1294117647058824 Color Space sRGB Green Component - 0.2235294117647059 + 0.1254901960784314 Red Component - 0.2156862745098039 + 0.1176470588235294 Tab Color diff --git a/extras/iterm/zenflesh_warm.itermcolors b/extras/iterm/zenflesh_warm.itermcolors index a021cb5..dd07fbb 100644 --- a/extras/iterm/zenflesh_warm.itermcolors +++ b/extras/iterm/zenflesh_warm.itermcolors @@ -228,13 +228,13 @@ Alpha Component 1 Blue Component - 0.3882352941176471 + 0.4000000000000000 Color Space sRGB Green Component - 0.4039215686274510 + 0.4117647058823529 Red Component - 0.4313725490196079 + 0.4392156862745098 Bold Color @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0745098039215686 + 0.0901960784313725 Color Space sRGB Green Component - 0.0823529411764706 + 0.0980392156862745 Red Component - 0.0941176470588235 + 0.1098039215686274 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.2313725490196079 + 0.1803921568627451 Color Space sRGB Green Component - 0.2235294117647059 + 0.1725490196078431 Red Component - 0.2156862745098039 + 0.1647058823529412 Tab Color diff --git a/extras/iterm/zenwritten_dark.itermcolors b/extras/iterm/zenwritten_dark.itermcolors index 1bcbb2a..f397395 100644 --- a/extras/iterm/zenwritten_dark.itermcolors +++ b/extras/iterm/zenwritten_dark.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0823529411764706 + 0.0980392156862745 Color Space sRGB Green Component - 0.0823529411764706 + 0.0980392156862745 Red Component - 0.0823529411764706 + 0.0980392156862745 Foreground Color @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.2235294117647059 + 0.1490196078431373 Color Space sRGB Green Component - 0.2235294117647059 + 0.1490196078431373 Red Component - 0.2235294117647059 + 0.1490196078431373 Tab Color diff --git a/extras/iterm/zenwritten_light.itermcolors b/extras/iterm/zenwritten_light.itermcolors index d5d949e..678ec49 100644 --- a/extras/iterm/zenwritten_light.itermcolors +++ b/extras/iterm/zenwritten_light.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9450980392156862 + 0.9333333333333333 Color Space sRGB Green Component - 0.9450980392156862 + 0.9333333333333333 Red Component - 0.9450980392156862 + 0.9333333333333333 Foreground Color diff --git a/extras/kitty/neobones_dark.conf b/extras/kitty/neobones_dark.conf index 1a11f71..46e9f39 100644 --- a/extras/kitty/neobones_dark.conf +++ b/extras/kitty/neobones_dark.conf @@ -7,13 +7,13 @@ background #0F191F foreground #C6D5CF -selection_background #3D413F +selection_background #222423 selection_foreground #C6D5CF url_color #92A0E2 cursor #C6D5CF # Tabs -active_tab_background #73516C +active_tab_background #62415B active_tab_foreground #C6D5CF inactive_tab_background #273944 inactive_tab_foreground #C6D5CF diff --git a/extras/kitty/neobones_light.conf b/extras/kitty/neobones_light.conf index efd4e7c..76ce9d8 100644 --- a/extras/kitty/neobones_light.conf +++ b/extras/kitty/neobones_light.conf @@ -13,7 +13,7 @@ url_color #1D5573 cursor #202E18 # Tabs -active_tab_background #D2A6C8 +active_tab_background #DCB5D4 active_tab_foreground #202E18 inactive_tab_background #BDCABF inactive_tab_foreground #202E18 diff --git a/extras/kitty/zenbones.conf b/extras/kitty/zenbones.conf index c6c9cdb..8fcb908 100644 --- a/extras/kitty/zenbones.conf +++ b/extras/kitty/zenbones.conf @@ -13,7 +13,7 @@ url_color #1D5573 cursor #2C363C # Tabs -active_tab_background #D2A6C8 +active_tab_background #DEB9D6 active_tab_foreground #2C363C inactive_tab_background #D1C7C3 inactive_tab_foreground #2C363C diff --git a/extras/kitty/zenbones_bright.conf b/extras/kitty/zenbones_bright.conf index 1279d2e..bfeadcb 100644 --- a/extras/kitty/zenbones_bright.conf +++ b/extras/kitty/zenbones_bright.conf @@ -7,15 +7,15 @@ background #F8F6F5 foreground #2C363C -selection_background #D2DFE7 +selection_background #DEE7ED selection_foreground #2C363C url_color #1D5573 cursor #2C363C # Tabs -active_tab_background #D2A6C8 +active_tab_background #E2C3DB active_tab_foreground #2C363C -inactive_tab_background #D1C7C3 +inactive_tab_background #D8CCC7 inactive_tab_foreground #2C363C #tab_bar_background ${tab_bar_background} diff --git a/extras/kitty/zenbones_dim.conf b/extras/kitty/zenbones_dim.conf index a49972c..a289640 100644 --- a/extras/kitty/zenbones_dim.conf +++ b/extras/kitty/zenbones_dim.conf @@ -7,15 +7,15 @@ background #E8E4E3 foreground #2C363C -selection_background #D2DFE7 +selection_background #C7D7E2 selection_foreground #2C363C url_color #1D5573 cursor #2C363C # Tabs -active_tab_background #D2A6C8 +active_tab_background #D9AFD0 active_tab_foreground #2C363C -inactive_tab_background #D1C7C3 +inactive_tab_background #CABFBA inactive_tab_foreground #2C363C #tab_bar_background ${tab_bar_background} diff --git a/extras/kitty/zenflesh.conf b/extras/kitty/zenflesh.conf index 859c7a2..2b7be1f 100644 --- a/extras/kitty/zenflesh.conf +++ b/extras/kitty/zenflesh.conf @@ -7,13 +7,13 @@ background #1C1917 foreground #B4BDC3 -selection_background #37393B +selection_background #242627 selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 # Tabs -active_tab_background #73516C +active_tab_background #65435E active_tab_foreground #B4BDC3 inactive_tab_background #3E3835 inactive_tab_foreground #B4BDC3 diff --git a/extras/kitty/zenflesh_stark.conf b/extras/kitty/zenflesh_stark.conf index 925553c..3bb5770 100644 --- a/extras/kitty/zenflesh_stark.conf +++ b/extras/kitty/zenflesh_stark.conf @@ -7,15 +7,15 @@ background #171210 foreground #B4BDC3 -selection_background #37393B +selection_background #1E2021 selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 # Tabs -active_tab_background #73516C +active_tab_background #5C3D56 active_tab_foreground #B4BDC3 -inactive_tab_background #3E3835 +inactive_tab_background #39312C inactive_tab_foreground #B4BDC3 #tab_bar_background ${tab_bar_background} diff --git a/extras/kitty/zenflesh_warm.conf b/extras/kitty/zenflesh_warm.conf index 469da7a..a0cfdc2 100644 --- a/extras/kitty/zenflesh_warm.conf +++ b/extras/kitty/zenflesh_warm.conf @@ -7,15 +7,15 @@ background #221F1D foreground #B4BDC3 -selection_background #37393B +selection_background #2A2C2E selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 # Tabs -active_tab_background #73516C +active_tab_background #6E4966 active_tab_foreground #B4BDC3 -inactive_tab_background #3E3835 +inactive_tab_background #423C39 inactive_tab_foreground #B4BDC3 #tab_bar_background ${tab_bar_background} diff --git a/extras/kitty/zenwritten_dark.conf b/extras/kitty/zenwritten_dark.conf index 2a97fa9..996ff9e 100644 --- a/extras/kitty/zenwritten_dark.conf +++ b/extras/kitty/zenwritten_dark.conf @@ -7,13 +7,13 @@ background #191919 foreground #BBBBBB -selection_background #393939 +selection_background #262626 selection_foreground #BBBBBB url_color #61ABDA cursor #BBBBBB # Tabs -active_tab_background #73516C +active_tab_background #65435E active_tab_foreground #BBBBBB inactive_tab_background #393939 inactive_tab_foreground #BBBBBB diff --git a/extras/kitty/zenwritten_light.conf b/extras/kitty/zenwritten_light.conf index a751ac4..31be07c 100644 --- a/extras/kitty/zenwritten_light.conf +++ b/extras/kitty/zenwritten_light.conf @@ -13,7 +13,7 @@ url_color #1D5573 cursor #353535 # Tabs -active_tab_background #D2A6C8 +active_tab_background #DEB9D6 active_tab_foreground #353535 inactive_tab_background #C9C9C9 inactive_tab_foreground #353535 diff --git a/extras/tmux/neobones_dark.tmux b/extras/tmux/neobones_dark.tmux index 90296a3..00012c4 100644 --- a/extras/tmux/neobones_dark.tmux +++ b/extras/tmux/neobones_dark.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#C6D5CF',bold set -g pane-border-style fg='#B279A7' set -g pane-active-border-style fg='#B279A7' -set -g message-style fg='#0F191F',bg='#3D413F' +set -g message-style fg='#0F191F',bg='#222423' set -g display-panes-active-colour '#B279A7' set -g display-panes-colour '#B279A7' set -g clock-mode-colour '#B279A7' -set -g mode-style fg='#0F191F',bg='#3D413F' +set -g mode-style fg='#0F191F',bg='#222423' diff --git a/extras/tmux/zenbones_bright.tmux b/extras/tmux/zenbones_bright.tmux index 6286526..53f398b 100644 --- a/extras/tmux/zenbones_bright.tmux +++ b/extras/tmux/zenbones_bright.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#2C363C',bold set -g pane-border-style fg='#88507D' set -g pane-active-border-style fg='#88507D' -set -g message-style fg='#F0EDEC',bg='#D2DFE7' +set -g message-style fg='#F0EDEC',bg='#DEE7ED' set -g display-panes-active-colour '#88507D' set -g display-panes-colour '#88507D' set -g clock-mode-colour '#88507D' -set -g mode-style fg='#F0EDEC',bg='#D2DFE7' +set -g mode-style fg='#F0EDEC',bg='#DEE7ED' diff --git a/extras/tmux/zenbones_dim.tmux b/extras/tmux/zenbones_dim.tmux index 6286526..fde984e 100644 --- a/extras/tmux/zenbones_dim.tmux +++ b/extras/tmux/zenbones_dim.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#2C363C',bold set -g pane-border-style fg='#88507D' set -g pane-active-border-style fg='#88507D' -set -g message-style fg='#F0EDEC',bg='#D2DFE7' +set -g message-style fg='#F0EDEC',bg='#C7D7E2' set -g display-panes-active-colour '#88507D' set -g display-panes-colour '#88507D' set -g clock-mode-colour '#88507D' -set -g mode-style fg='#F0EDEC',bg='#D2DFE7' +set -g mode-style fg='#F0EDEC',bg='#C7D7E2' diff --git a/extras/tmux/zenflesh.tmux b/extras/tmux/zenflesh.tmux index b11a5e5..a9c7728 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='#1C1917',bg='#37393B' +set -g message-style fg='#1C1917',bg='#242627' 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' +set -g mode-style fg='#1C1917',bg='#242627' diff --git a/extras/tmux/zenflesh_stark.tmux b/extras/tmux/zenflesh_stark.tmux index b11a5e5..36e14f9 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='#1C1917',bg='#37393B' +set -g message-style fg='#1C1917',bg='#1E2021' 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' +set -g mode-style fg='#1C1917',bg='#1E2021' diff --git a/extras/tmux/zenflesh_warm.tmux b/extras/tmux/zenflesh_warm.tmux index b11a5e5..b59473d 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='#1C1917',bg='#37393B' +set -g message-style fg='#1C1917',bg='#2A2C2E' 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' +set -g mode-style fg='#1C1917',bg='#2A2C2E' diff --git a/extras/tmux/zenwritten_dark.tmux b/extras/tmux/zenwritten_dark.tmux index 5d965df..5bbed96 100644 --- a/extras/tmux/zenwritten_dark.tmux +++ b/extras/tmux/zenwritten_dark.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#B279A7',bg='#BBBBBB',bold set -g pane-border-style fg='#B279A7' set -g pane-active-border-style fg='#B279A7' -set -g message-style fg='#191919',bg='#393939' +set -g message-style fg='#191919',bg='#262626' set -g display-panes-active-colour '#B279A7' set -g display-panes-colour '#B279A7' set -g clock-mode-colour '#B279A7' -set -g mode-style fg='#191919',bg='#393939' +set -g mode-style fg='#191919',bg='#262626' diff --git a/extras/wezterm/Neobones_dark.toml b/extras/wezterm/Neobones_dark.toml index 996dbf1..0bd568c 100644 --- a/extras/wezterm/Neobones_dark.toml +++ b/extras/wezterm/Neobones_dark.toml @@ -4,9 +4,9 @@ foreground = "#C6D5CF" background = "#0F191F" cursor_bg = "#CEDDD7" -cursor_border = "#0C141A" -cursor_fg = "#0C141A" -selection_bg = "#3D413F" +cursor_border = "#0F191F" +cursor_fg = "#0F191F" +selection_bg = "#222423" selection_fg = "#C6D5CF" ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#8190D4", "#B279A7", "#66A5AD", "#C6D5CF"] diff --git a/extras/wezterm/Neobones_light.toml b/extras/wezterm/Neobones_light.toml index b4d6e73..03a4077 100644 --- a/extras/wezterm/Neobones_light.toml +++ b/extras/wezterm/Neobones_light.toml @@ -4,8 +4,8 @@ foreground = "#202E18" background = "#E5EDE6" cursor_bg = "#202E18" -cursor_border = "#E9EFEA" -cursor_fg = "#E9EFEA" +cursor_border = "#E5EDE6" +cursor_fg = "#E5EDE6" selection_bg = "#B1EA90" selection_fg = "#202E18" diff --git a/extras/wezterm/Zenbones.toml b/extras/wezterm/Zenbones.toml index afb64a5..ae1c071 100644 --- a/extras/wezterm/Zenbones.toml +++ b/extras/wezterm/Zenbones.toml @@ -4,8 +4,8 @@ foreground = "#2C363C" background = "#F0EDEC" cursor_bg = "#2C363C" -cursor_border = "#F2F0EF" -cursor_fg = "#F2F0EF" +cursor_border = "#F0EDEC" +cursor_fg = "#F0EDEC" selection_bg = "#D2DFE7" selection_fg = "#2C363C" diff --git a/extras/wezterm/Zenbones_bright.toml b/extras/wezterm/Zenbones_bright.toml index 2a80b1e..0acd004 100644 --- a/extras/wezterm/Zenbones_bright.toml +++ b/extras/wezterm/Zenbones_bright.toml @@ -4,9 +4,9 @@ foreground = "#2C363C" background = "#F8F6F5" cursor_bg = "#2C363C" -cursor_border = "#F2F0EF" -cursor_fg = "#F2F0EF" -selection_bg = "#D2DFE7" +cursor_border = "#F0EDEC" +cursor_fg = "#F0EDEC" +selection_bg = "#DEE7ED" selection_fg = "#2C363C" ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"] diff --git a/extras/wezterm/Zenbones_dim.toml b/extras/wezterm/Zenbones_dim.toml index 097d2cc..2b78bad 100644 --- a/extras/wezterm/Zenbones_dim.toml +++ b/extras/wezterm/Zenbones_dim.toml @@ -4,9 +4,9 @@ foreground = "#2C363C" background = "#E8E4E3" cursor_bg = "#2C363C" -cursor_border = "#F2F0EF" -cursor_fg = "#F2F0EF" -selection_bg = "#D2DFE7" +cursor_border = "#F0EDEC" +cursor_fg = "#F0EDEC" +selection_bg = "#C7D7E2" selection_fg = "#2C363C" ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"] diff --git a/extras/wezterm/Zenflesh.toml b/extras/wezterm/Zenflesh.toml index bbc735e..e717810 100644 --- a/extras/wezterm/Zenflesh.toml +++ b/extras/wezterm/Zenflesh.toml @@ -4,9 +4,9 @@ foreground = "#B4BDC3" background = "#1C1917" cursor_bg = "#C4CACF" -cursor_border = "#181513" -cursor_fg = "#181513" -selection_bg = "#37393B" +cursor_border = "#1C1917" +cursor_fg = "#1C1917" +selection_bg = "#242627" selection_fg = "#B4BDC3" ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] diff --git a/extras/wezterm/Zenflesh_stark.toml b/extras/wezterm/Zenflesh_stark.toml index df083c8..7590224 100644 --- a/extras/wezterm/Zenflesh_stark.toml +++ b/extras/wezterm/Zenflesh_stark.toml @@ -4,9 +4,9 @@ foreground = "#B4BDC3" background = "#171210" cursor_bg = "#C4CACF" -cursor_border = "#181513" -cursor_fg = "#181513" -selection_bg = "#37393B" +cursor_border = "#1C1917" +cursor_fg = "#1C1917" +selection_bg = "#1E2021" selection_fg = "#B4BDC3" ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] diff --git a/extras/wezterm/Zenflesh_warm.toml b/extras/wezterm/Zenflesh_warm.toml index 529d6aa..4bc5244 100644 --- a/extras/wezterm/Zenflesh_warm.toml +++ b/extras/wezterm/Zenflesh_warm.toml @@ -4,9 +4,9 @@ foreground = "#B4BDC3" background = "#221F1D" cursor_bg = "#C4CACF" -cursor_border = "#181513" -cursor_fg = "#181513" -selection_bg = "#37393B" +cursor_border = "#1C1917" +cursor_fg = "#1C1917" +selection_bg = "#2A2C2E" selection_fg = "#B4BDC3" ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"] diff --git a/extras/wezterm/Zenwritten_dark.toml b/extras/wezterm/Zenwritten_dark.toml index 0e6c20c..7888d6f 100644 --- a/extras/wezterm/Zenwritten_dark.toml +++ b/extras/wezterm/Zenwritten_dark.toml @@ -4,9 +4,9 @@ foreground = "#BBBBBB" background = "#191919" cursor_bg = "#C9C9C9" -cursor_border = "#151515" -cursor_fg = "#151515" -selection_bg = "#393939" +cursor_border = "#191919" +cursor_fg = "#191919" +selection_bg = "#262626" selection_fg = "#BBBBBB" ansi = ["#191919", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#BBBBBB"] diff --git a/extras/wezterm/Zenwritten_light.toml b/extras/wezterm/Zenwritten_light.toml index 22d11a2..2944926 100644 --- a/extras/wezterm/Zenwritten_light.toml +++ b/extras/wezterm/Zenwritten_light.toml @@ -4,8 +4,8 @@ foreground = "#353535" background = "#EEEEEE" cursor_bg = "#353535" -cursor_border = "#F1F1F1" -cursor_fg = "#F1F1F1" +cursor_border = "#EEEEEE" +cursor_fg = "#EEEEEE" selection_bg = "#DDDDDD" selection_fg = "#353535" diff --git a/lua/lualine/themes/neobones_dark.lua b/lua/lualine/themes/neobones_dark.lua index c9274bd..68f103d 100644 --- a/lua/lualine/themes/neobones_dark.lua +++ b/lua/lualine/themes/neobones_dark.lua @@ -15,11 +15,11 @@ return { }, command = { - a = { bg = "#73516C", fg = common_fg, gui = "bold" }, + a = { bg = "#62415B", fg = common_fg, gui = "bold" }, }, visual = { - a = { bg = "#3D413F", fg = common_fg, gui = "bold" }, + a = { bg = "#222423", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/neobones_light.lua b/lua/lualine/themes/neobones_light.lua index 1773c1d..cc400fc 100644 --- a/lua/lualine/themes/neobones_light.lua +++ b/lua/lualine/themes/neobones_light.lua @@ -15,7 +15,7 @@ return { }, command = { - a = { bg = "#D2A6C8", fg = common_fg, gui = "bold" }, + a = { bg = "#DCB5D4", fg = common_fg, gui = "bold" }, }, visual = { diff --git a/lua/lualine/themes/zenbones.lua b/lua/lualine/themes/zenbones.lua index 1d08b80..e82557b 100644 --- a/lua/lualine/themes/zenbones.lua +++ b/lua/lualine/themes/zenbones.lua @@ -15,7 +15,7 @@ return { }, command = { - a = { bg = "#D2A6C8", fg = common_fg, gui = "bold" }, + a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" }, }, visual = { diff --git a/lua/lualine/themes/zenflesh.lua b/lua/lualine/themes/zenflesh.lua index 2842ca8..864627a 100644 --- a/lua/lualine/themes/zenflesh.lua +++ b/lua/lualine/themes/zenflesh.lua @@ -15,11 +15,11 @@ return { }, command = { - a = { bg = "#73516C", fg = common_fg, gui = "bold" }, + a = { bg = "#65435E", fg = common_fg, gui = "bold" }, }, visual = { - a = { bg = "#37393B", fg = common_fg, gui = "bold" }, + a = { bg = "#242627", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenwritten_dark.lua b/lua/lualine/themes/zenwritten_dark.lua index ff04309..3a88c3b 100644 --- a/lua/lualine/themes/zenwritten_dark.lua +++ b/lua/lualine/themes/zenwritten_dark.lua @@ -15,11 +15,11 @@ return { }, command = { - a = { bg = "#73516C", fg = common_fg, gui = "bold" }, + a = { bg = "#65435E", fg = common_fg, gui = "bold" }, }, visual = { - a = { bg = "#393939", fg = common_fg, gui = "bold" }, + a = { bg = "#262626", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenwritten_light.lua b/lua/lualine/themes/zenwritten_light.lua index fb5b35f..8033fbd 100644 --- a/lua/lualine/themes/zenwritten_light.lua +++ b/lua/lualine/themes/zenwritten_light.lua @@ -15,7 +15,7 @@ return { }, command = { - a = { bg = "#D2A6C8", fg = common_fg, gui = "bold" }, + a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" }, }, visual = {