From e4f235fe8085b8ccdf117edd3940fecb365c2442 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 22 Oct 2021 18:52:22 +0800 Subject: [PATCH] more visible visual selection --- autoload/lightline/colorscheme/neobones_dark.vim | 2 +- autoload/lightline/colorscheme/neobones_light.vim | 2 +- autoload/lightline/colorscheme/zenbones.vim | 2 +- autoload/lightline/colorscheme/zenflesh.vim | 2 +- autoload/lightline/colorscheme/zenwritten_dark.vim | 2 +- autoload/lightline/colorscheme/zenwritten_light.vim | 2 +- colors/zenbones.vim | 2 +- colors/zenflesh.vim | 2 +- extras/iterm/neobones_dark.itermcolors | 6 +++--- extras/iterm/neobones_light.itermcolors | 6 +++--- extras/iterm/zenbones.itermcolors | 6 +++--- extras/iterm/zenbones_bright.itermcolors | 6 +++--- extras/iterm/zenbones_dim.itermcolors | 6 +++--- extras/iterm/zenflesh.itermcolors | 6 +++--- extras/iterm/zenflesh_stark.itermcolors | 6 +++--- extras/iterm/zenflesh_warm.itermcolors | 6 +++--- extras/iterm/zenwritten_dark.itermcolors | 6 +++--- extras/iterm/zenwritten_light.itermcolors | 6 +++--- extras/kitty/neobones_dark.conf | 2 +- extras/kitty/neobones_light.conf | 2 +- extras/kitty/zenbones.conf | 2 +- extras/kitty/zenbones_bright.conf | 2 +- extras/kitty/zenbones_dim.conf | 2 +- extras/kitty/zenflesh.conf | 2 +- extras/kitty/zenflesh_stark.conf | 2 +- extras/kitty/zenflesh_warm.conf | 2 +- extras/kitty/zenwritten_dark.conf | 2 +- extras/kitty/zenwritten_light.conf | 2 +- extras/tmux/neobones_dark.tmux | 4 ++-- extras/tmux/neobones_light.tmux | 4 ++-- extras/tmux/zenbones.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/tmux/zenwritten_light.tmux | 4 ++-- extras/wezterm/Neobones_dark.toml | 2 +- extras/wezterm/Neobones_light.toml | 2 +- extras/wezterm/Zenbones.toml | 2 +- extras/wezterm/Zenbones_bright.toml | 2 +- extras/wezterm/Zenbones_dim.toml | 2 +- extras/wezterm/Zenflesh.toml | 2 +- extras/wezterm/Zenflesh_stark.toml | 2 +- extras/wezterm/Zenflesh_warm.toml | 2 +- extras/wezterm/Zenwritten_dark.toml | 2 +- extras/wezterm/Zenwritten_light.toml | 2 +- lua/lualine/themes/neobones_dark.lua | 2 +- lua/lualine/themes/neobones_light.lua | 2 +- lua/lualine/themes/zenbones.lua | 2 +- lua/lualine/themes/zenflesh.lua | 2 +- lua/lualine/themes/zenwritten_dark.lua | 2 +- lua/lualine/themes/zenwritten_light.lua | 2 +- lua/zenbones/specs/dark.lua | 2 +- lua/zenbones/specs/light.lua | 2 +- 56 files changed, 86 insertions(+), 86 deletions(-) diff --git a/autoload/lightline/colorscheme/neobones_dark.vim b/autoload/lightline/colorscheme/neobones_dark.vim index 5288830..a7fa29e 100644 --- a/autoload/lightline/colorscheme/neobones_dark.vim +++ b/autoload/lightline/colorscheme/neobones_dark.vim @@ -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", "#222423", "bold" ], [ "#7BA9C5", "#334A57" ] ] +let s:p.visual.left = [ [ "#7BA9C5", "#3A3E3D", "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 2b18f14..dce2549 100644 --- a/autoload/lightline/colorscheme/neobones_light.vim +++ b/autoload/lightline/colorscheme/neobones_light.vim @@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#4B663C", "#C8D5C9" ] ] let s:p.insert.left = [ [ "#4A4F4A", "#A6BBCF", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ] let s:p.replace.left = [ [ "#4A4F4A", "#EAD5D7", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ] -let s:p.visual.left = [ [ "#4A4F4A", "#B1EA90", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ] +let s:p.visual.left = [ [ "#4A4F4A", "#ADE48C", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ] let s:p.tabline.left = [ [ "#202E18", "#ADB9AF", "italic" ] ] let s:p.tabline.middle = [ [ "#4B663C", "#C8D5C9" ] ] diff --git a/autoload/lightline/colorscheme/zenbones.vim b/autoload/lightline/colorscheme/zenbones.vim index a70f1ff..893c826 100644 --- a/autoload/lightline/colorscheme/zenbones.vim +++ b/autoload/lightline/colorscheme/zenbones.vim @@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#596A76", "#DAD3CF" ] ] let s:p.insert.left = [ [ "#564E4A", "#A9BED1", "bold" ], [ "#564E4A", "#C4B6AF" ] ] let s:p.replace.left = [ [ "#564E4A", "#EBD8DA", "bold" ], [ "#564E4A", "#C4B6AF" ] ] -let s:p.visual.left = [ [ "#564E4A", "#D2DFE7", "bold" ], [ "#564E4A", "#C4B6AF" ] ] +let s:p.visual.left = [ [ "#564E4A", "#CBD9E3", "bold" ], [ "#564E4A", "#C4B6AF" ] ] let s:p.tabline.left = [ [ "#2C363C", "#C4B6AF", "italic" ] ] let s:p.tabline.middle = [ [ "#596A76", "#DAD3CF" ] ] diff --git a/autoload/lightline/colorscheme/zenflesh.vim b/autoload/lightline/colorscheme/zenflesh.vim index 3428423..f89c73f 100644 --- a/autoload/lightline/colorscheme/zenflesh.vim +++ b/autoload/lightline/colorscheme/zenflesh.vim @@ -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", "#242627", "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" ] ] diff --git a/autoload/lightline/colorscheme/zenwritten_dark.vim b/autoload/lightline/colorscheme/zenwritten_dark.vim index 60f7c64..7d57a99 100644 --- a/autoload/lightline/colorscheme/zenwritten_dark.vim +++ b/autoload/lightline/colorscheme/zenwritten_dark.vim @@ -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", "#262626", "bold" ], [ "#A3A3A3", "#494949" ] ] +let s:p.visual.left = [ [ "#A3A3A3", "#404040", "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 ee52402..49c9ad0 100644 --- a/autoload/lightline/colorscheme/zenwritten_light.vim +++ b/autoload/lightline/colorscheme/zenwritten_light.vim @@ -13,7 +13,7 @@ let s:p.inactive.right = [ [ "#686868", "#D4D4D4" ] ] let s:p.insert.left = [ [ "#505050", "#A9BED1", "bold" ], [ "#505050", "#B9B9B9" ] ] let s:p.replace.left = [ [ "#505050", "#EBD8DA", "bold" ], [ "#505050", "#B9B9B9" ] ] -let s:p.visual.left = [ [ "#505050", "#DDDDDD", "bold" ], [ "#505050", "#B9B9B9" ] ] +let s:p.visual.left = [ [ "#505050", "#D7D7D7", "bold" ], [ "#505050", "#B9B9B9" ] ] let s:p.tabline.left = [ [ "#353535", "#B9B9B9", "italic" ] ] let s:p.tabline.middle = [ [ "#686868", "#D4D4D4" ] ] diff --git a/colors/zenbones.vim b/colors/zenbones.vim index 4478b28..e6e7d13 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -113,7 +113,7 @@ highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline highlight Type guifg=#6A5549 guibg=NONE guisp=NONE gui=NONE highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline highlight VertSplit guifg=#A79891 guibg=NONE guisp=NONE gui=NONE -highlight Visual guifg=NONE guibg=#D2DFE7 guisp=NONE gui=NONE +highlight Visual guifg=NONE guibg=#CBD9E3 guisp=NONE gui=NONE highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index 58163e3..8185b44 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -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=#242627 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 diff --git a/extras/iterm/neobones_dark.itermcolors b/extras/iterm/neobones_dark.itermcolors index fb0e127..7e14ea5 100644 --- a/extras/iterm/neobones_dark.itermcolors +++ b/extras/iterm/neobones_dark.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.1372549019607843 + 0.2392156862745098 Color Space sRGB Green Component - 0.1411764705882353 + 0.2431372549019608 Red Component - 0.1333333333333333 + 0.2274509803921569 Tab Color diff --git a/extras/iterm/neobones_light.itermcolors b/extras/iterm/neobones_light.itermcolors index 268e0b9..be7dc23 100644 --- a/extras/iterm/neobones_light.itermcolors +++ b/extras/iterm/neobones_light.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.5647058823529412 + 0.5490196078431373 Color Space sRGB Green Component - 0.9176470588235294 + 0.8941176470588236 Red Component - 0.6941176470588235 + 0.6784313725490196 Tab Color diff --git a/extras/iterm/zenbones.itermcolors b/extras/iterm/zenbones.itermcolors index bad4302..faad52e 100644 --- a/extras/iterm/zenbones.itermcolors +++ b/extras/iterm/zenbones.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.9058823529411765 + 0.8901960784313725 Color Space sRGB Green Component - 0.8745098039215686 + 0.8509803921568627 Red Component - 0.8235294117647058 + 0.7960784313725490 Tab Color diff --git a/extras/iterm/zenbones_bright.itermcolors b/extras/iterm/zenbones_bright.itermcolors index c833797..97257cf 100644 --- a/extras/iterm/zenbones_bright.itermcolors +++ b/extras/iterm/zenbones_bright.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.9294117647058824 + 0.9137254901960784 Color Space sRGB Green Component - 0.9058823529411765 + 0.8823529411764706 Red Component - 0.8705882352941177 + 0.8392156862745098 Tab Color diff --git a/extras/iterm/zenbones_dim.itermcolors b/extras/iterm/zenbones_dim.itermcolors index d69c425..e0f605b 100644 --- a/extras/iterm/zenbones_dim.itermcolors +++ b/extras/iterm/zenbones_dim.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.8862745098039215 + 0.8705882352941177 Color Space sRGB Green Component - 0.8431372549019608 + 0.8196078431372549 Red Component - 0.7803921568627451 + 0.7529411764705882 Tab Color diff --git a/extras/iterm/zenflesh.itermcolors b/extras/iterm/zenflesh.itermcolors index c38a191..e66b5cb 100644 --- a/extras/iterm/zenflesh.itermcolors +++ b/extras/iterm/zenflesh.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.1529411764705882 + 0.2588235294117647 Color Space sRGB Green Component - 0.1490196078431373 + 0.2509803921568627 Red Component - 0.1411764705882353 + 0.2392156862745098 Tab Color diff --git a/extras/iterm/zenflesh_stark.itermcolors b/extras/iterm/zenflesh_stark.itermcolors index 6036190..156b2ef 100644 --- a/extras/iterm/zenflesh_stark.itermcolors +++ b/extras/iterm/zenflesh_stark.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.1294117647058824 + 0.2313725490196079 Color Space sRGB Green Component - 0.1254901960784314 + 0.2235294117647059 Red Component - 0.1176470588235294 + 0.2156862745098039 Tab Color diff --git a/extras/iterm/zenflesh_warm.itermcolors b/extras/iterm/zenflesh_warm.itermcolors index dd07fbb..0dab92f 100644 --- a/extras/iterm/zenflesh_warm.itermcolors +++ b/extras/iterm/zenflesh_warm.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.1803921568627451 + 0.2862745098039216 Color Space sRGB Green Component - 0.1725490196078431 + 0.2784313725490196 Red Component - 0.1647058823529412 + 0.2666666666666667 Tab Color diff --git a/extras/iterm/zenwritten_dark.itermcolors b/extras/iterm/zenwritten_dark.itermcolors index f397395..126e0ed 100644 --- a/extras/iterm/zenwritten_dark.itermcolors +++ b/extras/iterm/zenwritten_dark.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.1490196078431373 + 0.2509803921568627 Color Space sRGB Green Component - 0.1490196078431373 + 0.2509803921568627 Red Component - 0.1490196078431373 + 0.2509803921568627 Tab Color diff --git a/extras/iterm/zenwritten_light.itermcolors b/extras/iterm/zenwritten_light.itermcolors index 678ec49..9d85e6c 100644 --- a/extras/iterm/zenwritten_light.itermcolors +++ b/extras/iterm/zenwritten_light.itermcolors @@ -332,13 +332,13 @@ Alpha Component 1 Blue Component - 0.8666666666666667 + 0.8431372549019608 Color Space sRGB Green Component - 0.8666666666666667 + 0.8431372549019608 Red Component - 0.8666666666666667 + 0.8431372549019608 Tab Color diff --git a/extras/kitty/neobones_dark.conf b/extras/kitty/neobones_dark.conf index 46e9f39..f5584ab 100644 --- a/extras/kitty/neobones_dark.conf +++ b/extras/kitty/neobones_dark.conf @@ -7,7 +7,7 @@ background #0F191F foreground #C6D5CF -selection_background #222423 +selection_background #3A3E3D selection_foreground #C6D5CF url_color #92A0E2 cursor #C6D5CF diff --git a/extras/kitty/neobones_light.conf b/extras/kitty/neobones_light.conf index 76ce9d8..cd4a2be 100644 --- a/extras/kitty/neobones_light.conf +++ b/extras/kitty/neobones_light.conf @@ -7,7 +7,7 @@ background #E5EDE6 foreground #202E18 -selection_background #B1EA90 +selection_background #ADE48C selection_foreground #202E18 url_color #1D5573 cursor #202E18 diff --git a/extras/kitty/zenbones.conf b/extras/kitty/zenbones.conf index 8fcb908..70f86e9 100644 --- a/extras/kitty/zenbones.conf +++ b/extras/kitty/zenbones.conf @@ -7,7 +7,7 @@ background #F0EDEC foreground #2C363C -selection_background #D2DFE7 +selection_background #CBD9E3 selection_foreground #2C363C url_color #1D5573 cursor #2C363C diff --git a/extras/kitty/zenbones_bright.conf b/extras/kitty/zenbones_bright.conf index bfeadcb..b26d514 100644 --- a/extras/kitty/zenbones_bright.conf +++ b/extras/kitty/zenbones_bright.conf @@ -7,7 +7,7 @@ background #F8F6F5 foreground #2C363C -selection_background #DEE7ED +selection_background #D6E1E9 selection_foreground #2C363C url_color #1D5573 cursor #2C363C diff --git a/extras/kitty/zenbones_dim.conf b/extras/kitty/zenbones_dim.conf index a289640..61b8042 100644 --- a/extras/kitty/zenbones_dim.conf +++ b/extras/kitty/zenbones_dim.conf @@ -7,7 +7,7 @@ background #E8E4E3 foreground #2C363C -selection_background #C7D7E2 +selection_background #C0D1DE selection_foreground #2C363C url_color #1D5573 cursor #2C363C diff --git a/extras/kitty/zenflesh.conf b/extras/kitty/zenflesh.conf index 2b7be1f..62f5bbd 100644 --- a/extras/kitty/zenflesh.conf +++ b/extras/kitty/zenflesh.conf @@ -7,7 +7,7 @@ background #1C1917 foreground #B4BDC3 -selection_background #242627 +selection_background #3D4042 selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 diff --git a/extras/kitty/zenflesh_stark.conf b/extras/kitty/zenflesh_stark.conf index 3bb5770..082698c 100644 --- a/extras/kitty/zenflesh_stark.conf +++ b/extras/kitty/zenflesh_stark.conf @@ -7,7 +7,7 @@ background #171210 foreground #B4BDC3 -selection_background #1E2021 +selection_background #37393B selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 diff --git a/extras/kitty/zenflesh_warm.conf b/extras/kitty/zenflesh_warm.conf index a0cfdc2..620f783 100644 --- a/extras/kitty/zenflesh_warm.conf +++ b/extras/kitty/zenflesh_warm.conf @@ -7,7 +7,7 @@ background #221F1D foreground #B4BDC3 -selection_background #2A2C2E +selection_background #444749 selection_foreground #B4BDC3 url_color #61ABDA cursor #B4BDC3 diff --git a/extras/kitty/zenwritten_dark.conf b/extras/kitty/zenwritten_dark.conf index 996ff9e..1688a57 100644 --- a/extras/kitty/zenwritten_dark.conf +++ b/extras/kitty/zenwritten_dark.conf @@ -7,7 +7,7 @@ background #191919 foreground #BBBBBB -selection_background #262626 +selection_background #404040 selection_foreground #BBBBBB url_color #61ABDA cursor #BBBBBB diff --git a/extras/kitty/zenwritten_light.conf b/extras/kitty/zenwritten_light.conf index 31be07c..5588f81 100644 --- a/extras/kitty/zenwritten_light.conf +++ b/extras/kitty/zenwritten_light.conf @@ -7,7 +7,7 @@ background #EEEEEE foreground #353535 -selection_background #DDDDDD +selection_background #D7D7D7 selection_foreground #353535 url_color #1D5573 cursor #353535 diff --git a/extras/tmux/neobones_dark.tmux b/extras/tmux/neobones_dark.tmux index 00012c4..244424d 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='#222423' +set -g message-style fg='#0F191F',bg='#3A3E3D' 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='#222423' +set -g mode-style fg='#0F191F',bg='#3A3E3D' diff --git a/extras/tmux/neobones_light.tmux b/extras/tmux/neobones_light.tmux index 0b089d6..5fbe4b8 100644 --- a/extras/tmux/neobones_light.tmux +++ b/extras/tmux/neobones_light.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#202E18',bold set -g pane-border-style fg='#88507D' set -g pane-active-border-style fg='#88507D' -set -g message-style fg='#E5EDE6',bg='#B1EA90' +set -g message-style fg='#E5EDE6',bg='#ADE48C' set -g display-panes-active-colour '#88507D' set -g display-panes-colour '#88507D' set -g clock-mode-colour '#88507D' -set -g mode-style fg='#E5EDE6',bg='#B1EA90' +set -g mode-style fg='#E5EDE6',bg='#ADE48C' diff --git a/extras/tmux/zenbones.tmux b/extras/tmux/zenbones.tmux index 6286526..4afd13c 100644 --- a/extras/tmux/zenbones.tmux +++ b/extras/tmux/zenbones.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='#CBD9E3' 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='#CBD9E3' diff --git a/extras/tmux/zenbones_bright.tmux b/extras/tmux/zenbones_bright.tmux index 53f398b..4798bb9 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='#DEE7ED' +set -g message-style fg='#F0EDEC',bg='#D6E1E9' 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='#DEE7ED' +set -g mode-style fg='#F0EDEC',bg='#D6E1E9' diff --git a/extras/tmux/zenbones_dim.tmux b/extras/tmux/zenbones_dim.tmux index fde984e..8042c0a 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='#C7D7E2' +set -g message-style fg='#F0EDEC',bg='#C0D1DE' 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='#C7D7E2' +set -g mode-style fg='#F0EDEC',bg='#C0D1DE' diff --git a/extras/tmux/zenflesh.tmux b/extras/tmux/zenflesh.tmux index a9c7728..07af8ae 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='#242627' +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='#242627' +set -g mode-style fg='#1C1917',bg='#3D4042' diff --git a/extras/tmux/zenflesh_stark.tmux b/extras/tmux/zenflesh_stark.tmux index 36e14f9..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='#1C1917',bg='#1E2021' +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='#1E2021' +set -g mode-style fg='#1C1917',bg='#37393B' diff --git a/extras/tmux/zenflesh_warm.tmux b/extras/tmux/zenflesh_warm.tmux index b59473d..b9549b6 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='#2A2C2E' +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='#2A2C2E' +set -g mode-style fg='#1C1917',bg='#444749' diff --git a/extras/tmux/zenwritten_dark.tmux b/extras/tmux/zenwritten_dark.tmux index 5bbed96..a58be0a 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='#262626' +set -g message-style fg='#191919',bg='#404040' 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='#262626' +set -g mode-style fg='#191919',bg='#404040' diff --git a/extras/tmux/zenwritten_light.tmux b/extras/tmux/zenwritten_light.tmux index 6190712..a4fa2ff 100644 --- a/extras/tmux/zenwritten_light.tmux +++ b/extras/tmux/zenwritten_light.tmux @@ -8,11 +8,11 @@ set -g window-status-current-style fg='#88507D',bg='#353535',bold set -g pane-border-style fg='#88507D' set -g pane-active-border-style fg='#88507D' -set -g message-style fg='#EEEEEE',bg='#DDDDDD' +set -g message-style fg='#EEEEEE',bg='#D7D7D7' set -g display-panes-active-colour '#88507D' set -g display-panes-colour '#88507D' set -g clock-mode-colour '#88507D' -set -g mode-style fg='#EEEEEE',bg='#DDDDDD' +set -g mode-style fg='#EEEEEE',bg='#D7D7D7' diff --git a/extras/wezterm/Neobones_dark.toml b/extras/wezterm/Neobones_dark.toml index 0bd568c..f36b69c 100644 --- a/extras/wezterm/Neobones_dark.toml +++ b/extras/wezterm/Neobones_dark.toml @@ -6,7 +6,7 @@ background = "#0F191F" cursor_bg = "#CEDDD7" cursor_border = "#0F191F" cursor_fg = "#0F191F" -selection_bg = "#222423" +selection_bg = "#3A3E3D" 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 03a4077..f68c497 100644 --- a/extras/wezterm/Neobones_light.toml +++ b/extras/wezterm/Neobones_light.toml @@ -6,7 +6,7 @@ background = "#E5EDE6" cursor_bg = "#202E18" cursor_border = "#E5EDE6" cursor_fg = "#E5EDE6" -selection_bg = "#B1EA90" +selection_bg = "#ADE48C" selection_fg = "#202E18" ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"] diff --git a/extras/wezterm/Zenbones.toml b/extras/wezterm/Zenbones.toml index ae1c071..dc1d1b1 100644 --- a/extras/wezterm/Zenbones.toml +++ b/extras/wezterm/Zenbones.toml @@ -6,7 +6,7 @@ background = "#F0EDEC" cursor_bg = "#2C363C" cursor_border = "#F0EDEC" cursor_fg = "#F0EDEC" -selection_bg = "#D2DFE7" +selection_bg = "#CBD9E3" selection_fg = "#2C363C" ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"] diff --git a/extras/wezterm/Zenbones_bright.toml b/extras/wezterm/Zenbones_bright.toml index 0acd004..73cbdf3 100644 --- a/extras/wezterm/Zenbones_bright.toml +++ b/extras/wezterm/Zenbones_bright.toml @@ -6,7 +6,7 @@ background = "#F8F6F5" cursor_bg = "#2C363C" cursor_border = "#F0EDEC" cursor_fg = "#F0EDEC" -selection_bg = "#DEE7ED" +selection_bg = "#D6E1E9" 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 2b78bad..b4db2a3 100644 --- a/extras/wezterm/Zenbones_dim.toml +++ b/extras/wezterm/Zenbones_dim.toml @@ -6,7 +6,7 @@ background = "#E8E4E3" cursor_bg = "#2C363C" cursor_border = "#F0EDEC" cursor_fg = "#F0EDEC" -selection_bg = "#C7D7E2" +selection_bg = "#C0D1DE" 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 e717810..4657541 100644 --- a/extras/wezterm/Zenflesh.toml +++ b/extras/wezterm/Zenflesh.toml @@ -6,7 +6,7 @@ background = "#1C1917" cursor_bg = "#C4CACF" cursor_border = "#1C1917" cursor_fg = "#1C1917" -selection_bg = "#242627" +selection_bg = "#3D4042" 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 7590224..036d0bd 100644 --- a/extras/wezterm/Zenflesh_stark.toml +++ b/extras/wezterm/Zenflesh_stark.toml @@ -6,7 +6,7 @@ background = "#171210" cursor_bg = "#C4CACF" cursor_border = "#1C1917" cursor_fg = "#1C1917" -selection_bg = "#1E2021" +selection_bg = "#37393B" 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 4bc5244..ee2e889 100644 --- a/extras/wezterm/Zenflesh_warm.toml +++ b/extras/wezterm/Zenflesh_warm.toml @@ -6,7 +6,7 @@ background = "#221F1D" cursor_bg = "#C4CACF" cursor_border = "#1C1917" cursor_fg = "#1C1917" -selection_bg = "#2A2C2E" +selection_bg = "#444749" 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 7888d6f..29ece13 100644 --- a/extras/wezterm/Zenwritten_dark.toml +++ b/extras/wezterm/Zenwritten_dark.toml @@ -6,7 +6,7 @@ background = "#191919" cursor_bg = "#C9C9C9" cursor_border = "#191919" cursor_fg = "#191919" -selection_bg = "#262626" +selection_bg = "#404040" 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 2944926..33cbbf4 100644 --- a/extras/wezterm/Zenwritten_light.toml +++ b/extras/wezterm/Zenwritten_light.toml @@ -6,7 +6,7 @@ background = "#EEEEEE" cursor_bg = "#353535" cursor_border = "#EEEEEE" cursor_fg = "#EEEEEE" -selection_bg = "#DDDDDD" +selection_bg = "#D7D7D7" selection_fg = "#353535" ansi = ["#EEEEEE", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#353535"] diff --git a/lua/lualine/themes/neobones_dark.lua b/lua/lualine/themes/neobones_dark.lua index 68f103d..0603b89 100644 --- a/lua/lualine/themes/neobones_dark.lua +++ b/lua/lualine/themes/neobones_dark.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#222423", fg = common_fg, gui = "bold" }, + a = { bg = "#3A3E3D", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/neobones_light.lua b/lua/lualine/themes/neobones_light.lua index cc400fc..8958c4a 100644 --- a/lua/lualine/themes/neobones_light.lua +++ b/lua/lualine/themes/neobones_light.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#B1EA90", fg = common_fg, gui = "bold" }, + a = { bg = "#ADE48C", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenbones.lua b/lua/lualine/themes/zenbones.lua index e82557b..01a459f 100644 --- a/lua/lualine/themes/zenbones.lua +++ b/lua/lualine/themes/zenbones.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#D2DFE7", fg = common_fg, gui = "bold" }, + a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenflesh.lua b/lua/lualine/themes/zenflesh.lua index 864627a..7ee10cd 100644 --- a/lua/lualine/themes/zenflesh.lua +++ b/lua/lualine/themes/zenflesh.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#242627", fg = common_fg, gui = "bold" }, + a = { bg = "#3D4042", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenwritten_dark.lua b/lua/lualine/themes/zenwritten_dark.lua index 3a88c3b..2eb689e 100644 --- a/lua/lualine/themes/zenwritten_dark.lua +++ b/lua/lualine/themes/zenwritten_dark.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#262626", fg = common_fg, gui = "bold" }, + a = { bg = "#404040", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/lualine/themes/zenwritten_light.lua b/lua/lualine/themes/zenwritten_light.lua index 8033fbd..57dc5d5 100644 --- a/lua/lualine/themes/zenwritten_light.lua +++ b/lua/lualine/themes/zenwritten_light.lua @@ -19,7 +19,7 @@ return { }, visual = { - a = { bg = "#DDDDDD", fg = common_fg, gui = "bold" }, + a = { bg = "#D7D7D7", fg = common_fg, gui = "bold" }, }, replace = { diff --git a/lua/zenbones/specs/dark.lua b/lua/zenbones/specs/dark.lua index e638959..e6e8b46 100644 --- a/lua/zenbones/specs/dark.lua +++ b/lua/zenbones/specs/dark.lua @@ -91,7 +91,7 @@ local function generate(p, opt) TabLineSel { gui = "bold" }, -- tab pages line, active tab page label VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows - Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 6) }, -- Visual mode selection + Visual { bg = p.fg.de(18).lightness(Normal.bg.l + 18) }, -- Visual mode selection -- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection". NonText { fg = Normal.bg.li(26) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|. diff --git a/lua/zenbones/specs/light.lua b/lua/zenbones/specs/light.lua index 1eba778..3df85aa 100644 --- a/lua/zenbones/specs/light.lua +++ b/lua/zenbones/specs/light.lua @@ -91,7 +91,7 @@ local function generate(p, opt) TabLineSel { gui = "bold" }, -- tab pages line, active tab page label VertSplit { fg = LineNr.fg, bg = opt.solid_vert_split and StatusLineNC.bg or "NONE" }, -- the column separating vertically split windows - Visual { bg = p.fg.lightness(Normal.bg.l - 6) }, -- Visual mode selection + Visual { bg = p.fg.lightness(Normal.bg.l - 8) }, -- Visual mode selection -- VisualNOS { }, -- Visual mode selection when vim is "Not Owning the Selection". NonText { fg = Normal.bg.da(22) }, -- '@' at the end of the window, characters from 'showbreak' and other characters that do not really exist in the text (e.g., ">" displayed when a double-wide character doesn't fit at the end of the line). See also |hl-EndOfBuffer|.