diff --git a/colors/zenbones.vim b/colors/zenbones.vim index e6e7d13..352083d 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -33,11 +33,17 @@ highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold 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 CmpItemAbbr guifg=#44525B guibg=NONE guisp=NONE gui=NONE +highlight CmpItemAbbrDeprecated guifg=#728794 guibg=NONE guisp=NONE gui=NONE +highlight CmpItemAbbrMatch guifg=#2C363C guibg=NONE guisp=NONE gui=bold +highlight CmpItemAbbrMatchFuzzy guifg=#3E4B53 guibg=NONE guisp=NONE gui=bold +highlight CmpItemKind guifg=#556570 guibg=NONE guisp=NONE gui=NONE +highlight CmpItemMenu guifg=#5E6F7B guibg=NONE guisp=NONE gui=NONE highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE highlight Comment guifg=#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 Conceal guifg=#4F5E68 guibg=NONE guisp=NONE gui=bold,italic +highlight Constant guifg=#556570 guibg=NONE guisp=NONE gui=italic 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 @@ -94,7 +100,7 @@ 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=#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 Special guifg=#4F5E68 guibg=NONE guisp=NONE gui=bold highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold highlight SpecialKey guifg=#C0B0A8 guibg=NONE guisp=NONE gui=italic highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl diff --git a/colors/zenflesh.vim b/colors/zenflesh.vim index 8185b44..042e77b 100644 --- a/colors/zenflesh.vim +++ b/colors/zenflesh.vim @@ -33,10 +33,16 @@ highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold highlight BufferVisible guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE +highlight CmpItemAbbr guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE +highlight CmpItemAbbrDeprecated guifg=#64696D guibg=NONE guisp=NONE gui=NONE +highlight CmpItemAbbrMatch guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold +highlight CmpItemAbbrMatchFuzzy guifg=#9FA7AD guibg=NONE guisp=NONE gui=bold +highlight CmpItemKind guifg=#868C91 guibg=NONE guisp=NONE gui=NONE +highlight CmpItemMenu guifg=#797F84 guibg=NONE guisp=NONE gui=NONE highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline highlight ColorColumn guifg=NONE guibg=#55392C guisp=NONE gui=NONE highlight Comment guifg=#6E6763 guibg=NONE guisp=NONE gui=italic -highlight Conceal guifg=#8D9499 guibg=NONE guisp=NONE gui=bold,italic +highlight Conceal guifg=#797F84 guibg=NONE guisp=NONE gui=bold,italic highlight Constant guifg=#868C91 guibg=NONE guisp=NONE gui=italic highlight Cursor guifg=#1C1917 guibg=#C4CACF guisp=NONE gui=NONE highlight CursorLine guifg=NONE guibg=#25211F guisp=NONE gui=NONE @@ -94,7 +100,7 @@ highlight PmenuSel guifg=NONE guibg=#4F4844 guisp=NONE gui=NONE highlight PmenuThumb guifg=NONE guibg=#8E817B guisp=NONE gui=NONE highlight Search guifg=#B4BDC3 guibg=#65435E guisp=NONE gui=NONE highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE -highlight Special guifg=#9CA4AA guibg=NONE guisp=NONE gui=bold +highlight Special guifg=#8D9499 guibg=NONE guisp=NONE gui=bold 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 diff --git a/extras/iterm/zenbones_bright.itermcolors b/extras/iterm/zenbones_bright.itermcolors index 97257cf..0166fc4 100644 --- a/extras/iterm/zenbones_bright.itermcolors +++ b/extras/iterm/zenbones_bright.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9254901960784314 + 0.9607843137254902 Color Space sRGB Green Component - 0.9294117647058824 + 0.9647058823529412 Red Component - 0.9411764705882353 + 0.9725490196078431 Foreground Color diff --git a/extras/iterm/zenbones_dim.itermcolors b/extras/iterm/zenbones_dim.itermcolors index e0f605b..0b8f9da 100644 --- a/extras/iterm/zenbones_dim.itermcolors +++ b/extras/iterm/zenbones_dim.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.9254901960784314 + 0.8901960784313725 Color Space sRGB Green Component - 0.9294117647058824 + 0.8941176470588236 Red Component - 0.9411764705882353 + 0.9098039215686274 Foreground Color diff --git a/extras/iterm/zenflesh_stark.itermcolors b/extras/iterm/zenflesh_stark.itermcolors index 156b2ef..272db0f 100644 --- a/extras/iterm/zenflesh_stark.itermcolors +++ b/extras/iterm/zenflesh_stark.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0901960784313725 + 0.0627450980392157 Color Space sRGB Green Component - 0.0980392156862745 + 0.0705882352941176 Red Component - 0.1098039215686274 + 0.0901960784313725 Foreground Color diff --git a/extras/iterm/zenflesh_warm.itermcolors b/extras/iterm/zenflesh_warm.itermcolors index 0dab92f..f8211b3 100644 --- a/extras/iterm/zenflesh_warm.itermcolors +++ b/extras/iterm/zenflesh_warm.itermcolors @@ -280,13 +280,13 @@ Alpha Component 1 Blue Component - 0.0901960784313725 + 0.1137254901960784 Color Space sRGB Green Component - 0.0980392156862745 + 0.1215686274509804 Red Component - 0.1098039215686274 + 0.1333333333333333 Foreground Color diff --git a/extras/wezterm/Zenbones_bright.toml b/extras/wezterm/Zenbones_bright.toml index 73cbdf3..25cf4e8 100644 --- a/extras/wezterm/Zenbones_bright.toml +++ b/extras/wezterm/Zenbones_bright.toml @@ -4,8 +4,8 @@ foreground = "#2C363C" background = "#F8F6F5" cursor_bg = "#2C363C" -cursor_border = "#F0EDEC" -cursor_fg = "#F0EDEC" +cursor_border = "#F8F6F5" +cursor_fg = "#F8F6F5" selection_bg = "#D6E1E9" selection_fg = "#2C363C" diff --git a/extras/wezterm/Zenbones_dim.toml b/extras/wezterm/Zenbones_dim.toml index b4db2a3..f6bd5e0 100644 --- a/extras/wezterm/Zenbones_dim.toml +++ b/extras/wezterm/Zenbones_dim.toml @@ -4,8 +4,8 @@ foreground = "#2C363C" background = "#E8E4E3" cursor_bg = "#2C363C" -cursor_border = "#F0EDEC" -cursor_fg = "#F0EDEC" +cursor_border = "#E8E4E3" +cursor_fg = "#E8E4E3" selection_bg = "#C0D1DE" selection_fg = "#2C363C" diff --git a/extras/wezterm/Zenflesh_stark.toml b/extras/wezterm/Zenflesh_stark.toml index 036d0bd..3f80563 100644 --- a/extras/wezterm/Zenflesh_stark.toml +++ b/extras/wezterm/Zenflesh_stark.toml @@ -4,8 +4,8 @@ foreground = "#B4BDC3" background = "#171210" cursor_bg = "#C4CACF" -cursor_border = "#1C1917" -cursor_fg = "#1C1917" +cursor_border = "#171210" +cursor_fg = "#171210" selection_bg = "#37393B" selection_fg = "#B4BDC3" diff --git a/extras/wezterm/Zenflesh_warm.toml b/extras/wezterm/Zenflesh_warm.toml index ee2e889..ed9f050 100644 --- a/extras/wezterm/Zenflesh_warm.toml +++ b/extras/wezterm/Zenflesh_warm.toml @@ -4,8 +4,8 @@ foreground = "#B4BDC3" background = "#221F1D" cursor_bg = "#C4CACF" -cursor_border = "#1C1917" -cursor_fg = "#1C1917" +cursor_border = "#221F1D" +cursor_fg = "#221F1D" selection_bg = "#444749" selection_fg = "#B4BDC3"