From 26776f59770a96f8ebccdb3039bc264d23d9d85c Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Sun, 14 Nov 2021 04:09:37 +0000 Subject: [PATCH] chore: rebuild artifacts --- autoload/lightline/colorscheme/duckbones.vim | 4 +- .../colorscheme/forestbones_dark.vim | 4 +- .../colorscheme/forestbones_light.vim | 4 +- .../lightline/colorscheme/neobones_dark.vim | 4 +- .../lightline/colorscheme/neobones_light.vim | 4 +- autoload/lightline/colorscheme/nordbones.vim | 4 +- .../lightline/colorscheme/rosebones_dark.vim | 4 +- .../lightline/colorscheme/rosebones_light.vim | 4 +- .../lightline/colorscheme/seoulbones_dark.vim | 20 ++--- .../colorscheme/seoulbones_light.vim | 4 +- .../lightline/colorscheme/tokyobones_dark.vim | 4 +- .../colorscheme/tokyobones_light.vim | 4 +- autoload/lightline/colorscheme/vimbones.vim | 4 +- .../lightline/colorscheme/zenbones_dark.vim | 4 +- .../lightline/colorscheme/zenbones_light.vim | 4 +- autoload/lightline/colorscheme/zenburned.vim | 4 +- .../lightline/colorscheme/zenwritten_dark.vim | 4 +- .../colorscheme/zenwritten_light.vim | 4 +- colors/duckbones.vim | 16 ++-- colors/forestbones.vim | 38 ++++---- colors/neobones.vim | 38 ++++---- colors/nordbones.vim | 16 ++-- colors/rosebones.vim | 38 ++++---- colors/seoulbones.vim | 90 ++++++++++--------- colors/tokyobones.vim | 38 ++++---- colors/vimbones.vim | 22 +++-- colors/zenbones.vim | 38 ++++---- colors/zenburned.vim | 16 ++-- colors/zenwritten.vim | 38 ++++---- extras/alacritty/seoulbones_dark.yml | 8 +- extras/iterm/seoulbones_dark.itermcolors | 30 +++---- extras/kitty/seoulbones_dark.conf | 14 +-- extras/tmux/seoulbones_dark.tmux | 4 +- extras/wezterm/Seoulbones_dark.toml | 10 +-- lua/lualine/themes/seoulbones_dark.lua | 4 +- 35 files changed, 309 insertions(+), 237 deletions(-) diff --git a/autoload/lightline/colorscheme/duckbones.vim b/autoload/lightline/colorscheme/duckbones.vim index 7b28c80..7a13a0c 100644 --- a/autoload/lightline/colorscheme/duckbones.vim +++ b/autoload/lightline/colorscheme/duckbones.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#9A9FBC", "#5C6489", "bold" ], [ "#9A9FBC", "#3C415B" ] ] let s:p.normal.middle = [ [ "#EBEFC0", "#2B2F44" ] ] let s:p.normal.right = [ [ "#9A9FBC", "#3C415B" ], [ "#9A9FBC", "#3C415B" ] ] -let s:p.normal.warning = [ [ "#E39500", "#171513" ] ] -let s:p.normal.error = [ [ "#E03600", "#1B1413" ] ] +let s:p.normal.warning = [ [ "#E39500", "#1B1918" ] ] +let s:p.normal.error = [ [ "#E03600", "#1E1818" ] ] let s:p.inactive.left = [ [ "#F0F5C4", "#222536" ], [ "#F0F5C4", "#222536" ] ] let s:p.inactive.middle = [ [ "#F0F5C4", "#222536" ] ] diff --git a/autoload/lightline/colorscheme/forestbones_dark.vim b/autoload/lightline/colorscheme/forestbones_dark.vim index 31c53df..ae86e48 100644 --- a/autoload/lightline/colorscheme/forestbones_dark.vim +++ b/autoload/lightline/colorscheme/forestbones_dark.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#9CB4C6", "#6F818E", "bold" ], [ "#9CB4C6", "#53606A" ] ] let s:p.normal.middle = [ [ "#E7DCC4", "#46525B" ] ] let s:p.normal.right = [ [ "#9CB4C6", "#53606A" ], [ "#9CB4C6", "#53606A" ] ] -let s:p.normal.warning = [ [ "#DDBD7F", "#393733" ] ] -let s:p.normal.error = [ [ "#E67C7F", "#433333" ] ] +let s:p.normal.warning = [ [ "#DDBD7F", "#3D3B38" ] ] +let s:p.normal.error = [ [ "#E67C7F", "#443939" ] ] let s:p.inactive.left = [ [ "#EDE5D4", "#3E4850" ], [ "#EDE5D4", "#3E4850" ] ] let s:p.inactive.middle = [ [ "#EDE5D4", "#3E4850" ] ] diff --git a/autoload/lightline/colorscheme/forestbones_light.vim b/autoload/lightline/colorscheme/forestbones_light.vim index 654c1c6..6074262 100644 --- a/autoload/lightline/colorscheme/forestbones_light.vim +++ b/autoload/lightline/colorscheme/forestbones_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#5A5236", "#B7A874", "bold" ], [ "#5A5236", "#CFBE83" ] ] let s:p.normal.middle = [ [ "#4F5B62", "#E0CE8F" ] ] let s:p.normal.right = [ [ "#5A5236", "#CFBE83" ], [ "#5A5236", "#CFBE83" ] ] -let s:p.normal.warning = [ [ "#DEA000", "#F5E6D7" ] ] -let s:p.normal.error = [ [ "#F85550", "#F4E5E4" ] ] +let s:p.normal.warning = [ [ "#DEA000", "#F2E6DA" ] ] +let s:p.normal.error = [ [ "#F85550", "#F2E5E5" ] ] let s:p.inactive.left = [ [ "#758690", "#E9D795" ], [ "#758690", "#E9D795" ] ] let s:p.inactive.middle = [ [ "#758690", "#E9D795" ] ] diff --git a/autoload/lightline/colorscheme/neobones_dark.vim b/autoload/lightline/colorscheme/neobones_dark.vim index 2b034f8..81339af 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", "#1F1B19" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#22191A" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#221F1E" ] ] +let s:p.normal.error = [ [ "#DE6E7C", "#251E1E" ] ] let s:p.inactive.left = [ [ "#D1E0DA", "#1F2E37" ], [ "#D1E0DA", "#1F2E37" ] ] let s:p.inactive.middle = [ [ "#D1E0DA", "#1F2E37" ] ] diff --git a/autoload/lightline/colorscheme/neobones_light.vim b/autoload/lightline/colorscheme/neobones_light.vim index 1fe101d..fdff321 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", "#F1DBD6" ] ] -let s:p.normal.error = [ [ "#A8334C", "#F1DADD" ] ] +let s:p.normal.warning = [ [ "#944927", "#EEDCD8" ] ] +let s:p.normal.error = [ [ "#A8334C", "#EDDBDD" ] ] let s:p.inactive.left = [ [ "#4B663C", "#C8D5C9" ], [ "#4B663C", "#C8D5C9" ] ] let s:p.inactive.middle = [ [ "#4B663C", "#C8D5C9" ] ] diff --git a/autoload/lightline/colorscheme/nordbones.vim b/autoload/lightline/colorscheme/nordbones.vim index 0488e19..f1ff941 100644 --- a/autoload/lightline/colorscheme/nordbones.vim +++ b/autoload/lightline/colorscheme/nordbones.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#A8B1C5", "#727F98", "bold" ], [ "#A8B1C5", "#576175" ] ] let s:p.normal.middle = [ [ "#EBEEF3", "#485061" ] ] let s:p.normal.right = [ [ "#A8B1C5", "#576175" ], [ "#A8B1C5", "#576175" ] ] -let s:p.normal.warning = [ [ "#CF866F", "#403735" ] ] -let s:p.normal.error = [ [ "#C1616A", "#453536" ] ] +let s:p.normal.warning = [ [ "#CF866F", "#433C3B" ] ] +let s:p.normal.error = [ [ "#C1616A", "#463B3B" ] ] let s:p.inactive.left = [ [ "#F2F4F7", "#414959" ], [ "#F2F4F7", "#414959" ] ] let s:p.inactive.middle = [ [ "#F2F4F7", "#414959" ] ] diff --git a/autoload/lightline/colorscheme/rosebones_dark.vim b/autoload/lightline/colorscheme/rosebones_dark.vim index 0b14d48..867e7de 100644 --- a/autoload/lightline/colorscheme/rosebones_dark.vim +++ b/autoload/lightline/colorscheme/rosebones_dark.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#A4A1B7", "#6B6788", "bold" ], [ "#A4A1B7", "#4A4563" ] ] let s:p.normal.middle = [ [ "#E1D4D4", "#3A364E" ] ] let s:p.normal.right = [ [ "#A4A1B7", "#4A4563" ], [ "#A4A1B7", "#4A4563" ] ] -let s:p.normal.warning = [ [ "#F6C074", "#1F1D1B" ] ] -let s:p.normal.error = [ [ "#EB7193", "#241B1D" ] ] +let s:p.normal.warning = [ [ "#F6C074", "#232120" ] ] +let s:p.normal.error = [ [ "#EB7193", "#262021" ] ] let s:p.inactive.left = [ [ "#E9E0E0", "#2F2C40" ], [ "#E9E0E0", "#2F2C40" ] ] let s:p.inactive.middle = [ [ "#E9E0E0", "#2F2C40" ] ] diff --git a/autoload/lightline/colorscheme/rosebones_light.vim b/autoload/lightline/colorscheme/rosebones_light.vim index 82049cb..fff6167 100644 --- a/autoload/lightline/colorscheme/rosebones_light.vim +++ b/autoload/lightline/colorscheme/rosebones_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#605038", "#C5A778", "bold" ], [ "#605038", "#DEBC88" ] ] let s:p.normal.middle = [ [ "#724341", "#EACA9B" ] ] let s:p.normal.right = [ [ "#605038", "#DEBC88" ], [ "#605038", "#DEBC88" ] ] -let s:p.normal.warning = [ [ "#EC9D33", "#F6E9E0" ] ] -let s:p.normal.error = [ [ "#B5637A", "#F6E8EB" ] ] +let s:p.normal.warning = [ [ "#EC9D33", "#F4E9E2" ] ] +let s:p.normal.error = [ [ "#B5637A", "#F4E8EB" ] ] let s:p.inactive.left = [ [ "#AE6966", "#EED7B7" ], [ "#AE6966", "#EED7B7" ] ] let s:p.inactive.middle = [ [ "#AE6966", "#EED7B7" ] ] diff --git a/autoload/lightline/colorscheme/seoulbones_dark.vim b/autoload/lightline/colorscheme/seoulbones_dark.vim index eb8e75e..f6edbce 100644 --- a/autoload/lightline/colorscheme/seoulbones_dark.vim +++ b/autoload/lightline/colorscheme/seoulbones_dark.vim @@ -2,22 +2,22 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}} let s:p.normal.left = [ [ "#BBBBBB", "#8E8E8E", "bold" ], [ "#BBBBBB", "#727272" ] ] -let s:p.normal.middle = [ [ "#E2E2E2", "#666666" ] ] +let s:p.normal.middle = [ [ "#DDDDDD", "#666666" ] ] let s:p.normal.right = [ [ "#BBBBBB", "#727272" ], [ "#BBBBBB", "#727272" ] ] -let s:p.normal.warning = [ [ "#FFDF9B", "#53504A" ] ] -let s:p.normal.error = [ [ "#E388A3", "#5E4B50" ] ] +let s:p.normal.warning = [ [ "#FFDF9B", "#575451" ] ] +let s:p.normal.error = [ [ "#E388A3", "#5F5155" ] ] -let s:p.inactive.left = [ [ "#EBEBEB", "#5C5C5C" ], [ "#EBEBEB", "#5C5C5C" ] ] -let s:p.inactive.middle = [ [ "#EBEBEB", "#5C5C5C" ] ] -let s:p.inactive.right = [ [ "#EBEBEB", "#5C5C5C" ] ] +let s:p.inactive.left = [ [ "#E5E5E5", "#5C5C5C" ], [ "#E5E5E5", "#5C5C5C" ] ] +let s:p.inactive.middle = [ [ "#E5E5E5", "#5C5C5C" ] ] +let s:p.inactive.right = [ [ "#E5E5E5", "#5C5C5C" ] ] let s:p.insert.left = [ [ "#BBBBBB", "#5D809B", "bold" ], [ "#BBBBBB", "#727272" ] ] let s:p.replace.left = [ [ "#BBBBBB", "#82505E", "bold" ], [ "#BBBBBB", "#727272" ] ] let s:p.visual.left = [ [ "#BBBBBB", "#777777", "bold" ], [ "#BBBBBB", "#727272" ] ] -let s:p.tabline.left = [ [ "#E2E2E2", "#727272", "italic" ] ] -let s:p.tabline.middle = [ [ "#EBEBEB", "#5C5C5C" ] ] -let s:p.tabline.right = [ [ "#E2E2E2", "#727272" ] ] -let s:p.tabline.tabsel = [ [ "#E2E2E2", "#4B4B4B", "bold" ] ] +let s:p.tabline.left = [ [ "#DDDDDD", "#727272", "italic" ] ] +let s:p.tabline.middle = [ [ "#E5E5E5", "#5C5C5C" ] ] +let s:p.tabline.right = [ [ "#DDDDDD", "#727272" ] ] +let s:p.tabline.tabsel = [ [ "#DDDDDD", "#4B4B4B", "bold" ] ] let g:lightline#colorscheme#seoulbones_dark#palette = lightline#colorscheme#fill(s:p) diff --git a/autoload/lightline/colorscheme/seoulbones_light.vim b/autoload/lightline/colorscheme/seoulbones_light.vim index eb088e8..bc59b1e 100644 --- a/autoload/lightline/colorscheme/seoulbones_light.vim +++ b/autoload/lightline/colorscheme/seoulbones_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#4B4B4B", "#9E9E9E", "bold" ], [ "#4B4B4B", "#B0B0B0" ] ] let s:p.normal.middle = [ [ "#555555", "#BEBEBE" ] ] let s:p.normal.right = [ [ "#4B4B4B", "#B0B0B0" ], [ "#4B4B4B", "#B0B0B0" ] ] -let s:p.normal.warning = [ [ "#C48562", "#EDD1C6" ] ] -let s:p.normal.error = [ [ "#DC5284", "#EDD0D7" ] ] +let s:p.normal.warning = [ [ "#C48562", "#E9D3CA" ] ] +let s:p.normal.error = [ [ "#DC5284", "#E9D1D7" ] ] let s:p.inactive.left = [ [ "#818181", "#C9C9C9" ], [ "#818181", "#C9C9C9" ] ] let s:p.inactive.middle = [ [ "#818181", "#C9C9C9" ] ] diff --git a/autoload/lightline/colorscheme/tokyobones_dark.vim b/autoload/lightline/colorscheme/tokyobones_dark.vim index d376393..f7aa2df 100644 --- a/autoload/lightline/colorscheme/tokyobones_dark.vim +++ b/autoload/lightline/colorscheme/tokyobones_dark.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#A3A5B7", "#696B87", "bold" ], [ "#A3A5B7", "#484A61" ] ] let s:p.normal.middle = [ [ "#C0CAF5", "#36384A" ] ] let s:p.normal.right = [ [ "#A3A5B7", "#484A61" ], [ "#A3A5B7", "#484A61" ] ] -let s:p.normal.warning = [ [ "#E1B068", "#211F1D" ] ] -let s:p.normal.error = [ [ "#F77890", "#271D1E" ] ] +let s:p.normal.warning = [ [ "#E1B068", "#252322" ] ] +let s:p.normal.error = [ [ "#F77890", "#292223" ] ] let s:p.inactive.left = [ [ "#D2D9F8", "#2E2F3F" ], [ "#D2D9F8", "#2E2F3F" ] ] let s:p.inactive.middle = [ [ "#D2D9F8", "#2E2F3F" ] ] diff --git a/autoload/lightline/colorscheme/tokyobones_light.vim b/autoload/lightline/colorscheme/tokyobones_light.vim index 94154ac..1846374 100644 --- a/autoload/lightline/colorscheme/tokyobones_light.vim +++ b/autoload/lightline/colorscheme/tokyobones_light.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#464953", "#9395A2", "bold" ], [ "#464953", "#A6A8B3" ] ] let s:p.normal.middle = [ [ "#333A57", "#B4B6BE" ] ] let s:p.normal.right = [ [ "#464953", "#A6A8B3" ], [ "#464953", "#A6A8B3" ] ] -let s:p.normal.warning = [ [ "#8F5E14", "#E9C5A8" ] ] -let s:p.normal.error = [ [ "#8B4351", "#E8C3C8" ] ] +let s:p.normal.warning = [ [ "#8F5E14", "#E4C6B0" ] ] +let s:p.normal.error = [ [ "#8B4351", "#E3C5C9" ] ] let s:p.inactive.left = [ [ "#5F6B9B", "#BCBEC6" ], [ "#5F6B9B", "#BCBEC6" ] ] let s:p.inactive.middle = [ [ "#5F6B9B", "#BCBEC6" ] ] diff --git a/autoload/lightline/colorscheme/vimbones.vim b/autoload/lightline/colorscheme/vimbones.vim index af9a66b..f5fc61b 100644 --- a/autoload/lightline/colorscheme/vimbones.vim +++ b/autoload/lightline/colorscheme/vimbones.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#515143", "#A7A78D", "bold" ], [ "#515143", "#BABB9D" ] ] let s:p.normal.middle = [ [ "#353535", "#CBCBAB" ] ] let s:p.normal.right = [ [ "#515143", "#BABB9D" ], [ "#515143", "#BABB9D" ] ] -let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ] -let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ] +let s:p.normal.warning = [ [ "#944927", "#EFDFDC" ] ] +let s:p.normal.error = [ [ "#A8334C", "#EFDFE0" ] ] let s:p.inactive.left = [ [ "#686868", "#D6D6B5" ], [ "#686868", "#D6D6B5" ] ] let s:p.inactive.middle = [ [ "#686868", "#D6D6B5" ] ] diff --git a/autoload/lightline/colorscheme/zenbones_dark.vim b/autoload/lightline/colorscheme/zenbones_dark.vim index 6c3cb10..e960e35 100644 --- a/autoload/lightline/colorscheme/zenbones_dark.vim +++ b/autoload/lightline/colorscheme/zenbones_dark.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", "#211D1B" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#251B1C" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#242120" ] ] +let s:p.normal.error = [ [ "#DE6E7C", "#272020" ] ] let s:p.inactive.left = [ [ "#CAD0D4", "#322D2B" ], [ "#CAD0D4", "#322D2B" ] ] let s:p.inactive.middle = [ [ "#CAD0D4", "#322D2B" ] ] diff --git a/autoload/lightline/colorscheme/zenbones_light.vim b/autoload/lightline/colorscheme/zenbones_light.vim index da13d91..0792347 100644 --- a/autoload/lightline/colorscheme/zenbones_light.vim +++ b/autoload/lightline/colorscheme/zenbones_light.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", "#F2DEDA" ] ] -let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ] +let s:p.normal.warning = [ [ "#944927", "#EFDFDC" ] ] +let s:p.normal.error = [ [ "#A8334C", "#EFDFE0" ] ] let s:p.inactive.left = [ [ "#596A76", "#DAD3CF" ], [ "#596A76", "#DAD3CF" ] ] let s:p.inactive.middle = [ [ "#596A76", "#DAD3CF" ] ] diff --git a/autoload/lightline/colorscheme/zenburned.vim b/autoload/lightline/colorscheme/zenburned.vim index 81eaef8..e69063a 100644 --- a/autoload/lightline/colorscheme/zenburned.vim +++ b/autoload/lightline/colorscheme/zenburned.vim @@ -4,8 +4,8 @@ let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': let s:p.normal.left = [ [ "#B6B6B6", "#868686", "bold" ], [ "#B6B6B6", "#6A6A6A" ] ] let s:p.normal.middle = [ [ "#F0E4CF", "#5C5C5C" ] ] let s:p.normal.right = [ [ "#B6B6B6", "#6A6A6A" ], [ "#B6B6B6", "#6A6A6A" ] ] -let s:p.normal.warning = [ [ "#B77E64", "#4B433F" ] ] -let s:p.normal.error = [ [ "#E3716E", "#534040" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#4E4846" ] ] +let s:p.normal.error = [ [ "#E3716E", "#534646" ] ] let s:p.inactive.left = [ [ "#F5EDE0", "#525252" ], [ "#F5EDE0", "#525252" ] ] let s:p.inactive.middle = [ [ "#F5EDE0", "#525252" ] ] diff --git a/autoload/lightline/colorscheme/zenwritten_dark.vim b/autoload/lightline/colorscheme/zenwritten_dark.vim index bf9098a..605b3b8 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", "#211D1B" ] ] -let s:p.normal.error = [ [ "#DE6E7C", "#251B1C" ] ] +let s:p.normal.warning = [ [ "#B77E64", "#242120" ] ] +let s:p.normal.error = [ [ "#DE6E7C", "#272020" ] ] let s:p.inactive.left = [ [ "#CFCFCF", "#2E2E2E" ], [ "#CFCFCF", "#2E2E2E" ] ] let s:p.inactive.middle = [ [ "#CFCFCF", "#2E2E2E" ] ] diff --git a/autoload/lightline/colorscheme/zenwritten_light.vim b/autoload/lightline/colorscheme/zenwritten_light.vim index 7bf0597..2969abb 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", "#F2DEDA" ] ] -let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ] +let s:p.normal.warning = [ [ "#944927", "#EFDFDC" ] ] +let s:p.normal.error = [ [ "#A8334C", "#EFDFE0" ] ] let s:p.inactive.left = [ [ "#686868", "#D4D4D4" ], [ "#686868", "#D4D4D4" ] ] let s:p.inactive.middle = [ [ "#686868", "#D4D4D4" ] ] diff --git a/colors/duckbones.vim b/colors/duckbones.vim index 459ce33..5011e15 100644 --- a/colors/duckbones.vim +++ b/colors/duckbones.vim @@ -84,22 +84,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#E03600 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E03600 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#795CCC guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#795CCC gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#00A3CB guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#00A3CB gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#E39500 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#E39500 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#E03600 guibg=#1B1413 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#E03600 guibg=#1E1818 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#E39500 guibg=#171513 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#795CCC guibg=#1A191E guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#00A3CB guibg=#181A1B guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#E39500 guibg=#1B1918 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn diff --git a/colors/forestbones.vim b/colors/forestbones.vim index 384c21f..c71c549 100644 --- a/colors/forestbones.vim +++ b/colors/forestbones.vim @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#E67C7F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E67C7F gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#D69AB7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#7FBCB4 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#DDBD7F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#DDBD7F gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#E67C7F guibg=#433333 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#E67C7F guibg=#443939 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#DDBD7F guibg=#393733 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#D69AB7 guibg=#42393D guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#7FBCB4 guibg=#393C3C guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#DDBD7F guibg=#3D3B38 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -332,22 +336,26 @@ else highlight DiagnosticSignWarn guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#F85550 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#F85550 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#DF69BA guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#DF69BA gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#3A94C4 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#DEA000 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#DEA000 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#F85550 guibg=#F4E5E4 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#F85550 guibg=#F2E5E5 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#DEA000 guibg=#F5E6D7 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#DF69BA guibg=#F2E4EC guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#3A94C4 guibg=#E0E9F2 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#DEA000 guibg=#F2E6DA guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -442,11 +450,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#9A9071 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#C0B079 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#E16966 guibg=NONE guisp=#F85550 gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#E16966 guibg=NONE guisp=#F86B68 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#E16966 guibg=NONE guisp=#DEA000 gui=undercurl cterm=undercurl highlight Statement guifg=#8DA200 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link WhichKey Statement highlight! link markdownH2 Statement diff --git a/colors/neobones.vim b/colors/neobones.vim index 4f282b6..3e32bce 100644 --- a/colors/neobones.vim +++ b/colors/neobones.vim @@ -81,22 +81,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#DE6E7C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#B279A7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#8190D4 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#B77E64 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#22191A guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251E1E guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#1F1B19 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#B279A7 guibg=#231E22 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#8190D4 guibg=#1F1F24 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#221F1E guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -329,22 +333,26 @@ else highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#88507D gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#286486 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F1DADD guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#EDDBDD guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F1DBD6 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#88507D guibg=#EDDAE9 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D5E1ED guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EEDCD8 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -438,11 +446,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#878D88 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#A3AEA4 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#974352 guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#974352 guibg=NONE guisp=#C13C58 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#974352 guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight Statement guifg=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link PreProc Statement highlight! link WhichKey Statement diff --git a/colors/nordbones.vim b/colors/nordbones.vim index 34a119c..a0ce795 100644 --- a/colors/nordbones.vim +++ b/colors/nordbones.vim @@ -84,22 +84,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#C1616A guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#C1616A gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#B38DAC guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#B38DAC gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#8FBCBA gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#CF866F guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#CF866F gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#C1616A guibg=#453536 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#C1616A guibg=#463B3B guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#CF866F guibg=#403735 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#B38DAC guibg=#423C41 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#8FBCBA guibg=#3B3E3E guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#CF866F guibg=#433C3B guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn diff --git a/colors/rosebones.vim b/colors/rosebones.vim index e35050d..d4ebe4b 100644 --- a/colors/rosebones.vim +++ b/colors/rosebones.vim @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#EB7193 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#EB7193 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#C4A7E7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#9CCFD8 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#F6C074 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#F6C074 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#EB7193 guibg=#241B1D guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#EB7193 guibg=#262021 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#1F1D1B guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#C4A7E7 guibg=#232126 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#9CCFD8 guibg=#202222 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#232120 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -332,22 +336,26 @@ else highlight DiagnosticSignWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#B5637A guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#B5637A gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#917BA9 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#917BA9 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#5795A0 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#EC9D33 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#EC9D33 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#B5637A guibg=#F6E8EB guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#B5637A guibg=#F4E8EB guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F6E9E0 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#917BA9 guibg=#EEE9F3 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#5795A0 guibg=#DAEFF3 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F4E9E2 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -441,11 +449,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#A18E72 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#CEAF7E guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#A66B7B guibg=NONE guisp=#B5637A gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#A66B7B guibg=NONE guisp=#C27187 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#A66B7B guibg=NONE guisp=#EC9D33 gui=undercurl cterm=undercurl highlight Statement guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link PreProc Statement highlight! link WhichKey Statement diff --git a/colors/seoulbones.vim b/colors/seoulbones.vim index d862b5d..12aa5f2 100644 --- a/colors/seoulbones.vim +++ b/colors/seoulbones.vim @@ -21,7 +21,7 @@ if &background ==# 'dark' let g:terminal_color_4 = '#97BDDE' let g:terminal_color_5 = '#A5A6C5' let g:terminal_color_6 = '#6FBDBE' - let g:terminal_color_7 = '#E2E2E2' + let g:terminal_color_7 = '#DDDDDD' let g:terminal_color_8 = '#6C6465' let g:terminal_color_9 = '#EB99B1' let g:terminal_color_10 = '#8FCD92' @@ -29,38 +29,38 @@ if &background ==# 'dark' let g:terminal_color_12 = '#A2C8E9' let g:terminal_color_13 = '#B2B3DA' let g:terminal_color_14 = '#6BCACB' - let g:terminal_color_15 = '#ABABAB' + let g:terminal_color_15 = '#A8A8A8' highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link LightspeedUnlabeledMatch Bold - highlight BufferVisible guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight BufferVisibleIndex guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight BufferVisibleSign guifg=#EBEBEB guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight CmpItemAbbr guifg=#BEBEBE guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight CmpItemAbbrDeprecated guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight CmpItemAbbrMatch guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold - highlight CmpItemAbbrMatchFuzzy guifg=#C9C9C9 guibg=NONE guisp=NONE gui=bold cterm=bold - highlight CmpItemKind guifg=#A6A6A6 guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight CmpItemMenu guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight BufferVisible guifg=#E5E5E5 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight BufferVisibleIndex guifg=#E5E5E5 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight BufferVisibleSign guifg=#E5E5E5 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight CmpItemAbbr guifg=#BBBBBB guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight CmpItemAbbrDeprecated guifg=#797979 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight CmpItemAbbrMatch guifg=#DDDDDD guibg=NONE guisp=NONE gui=bold cterm=bold + highlight CmpItemAbbrMatchFuzzy guifg=#C4C4C4 guibg=NONE guisp=NONE gui=bold cterm=bold + highlight CmpItemKind guifg=#A3A3A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight CmpItemMenu guifg=#969696 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight CocMarkdownLink guifg=#6FBDBE guibg=NONE guisp=NONE gui=underline cterm=underline highlight ColorColumn guifg=NONE guibg=#857556 guisp=NONE gui=NONE cterm=NONE highlight! link LspReferenceRead ColorColumn highlight! link LspReferenceText ColorColumn highlight! link LspReferenceWrite ColorColumn highlight Comment guifg=#719871 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight Conceal guifg=#989898 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic + highlight Conceal guifg=#969696 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic highlight! link LightspeedMaskedChar Conceal - highlight Constant guifg=#A6A6A6 guibg=NONE guisp=NONE gui=italic cterm=italic + highlight Constant guifg=#A3A3A3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link TroubleSource Constant highlight! link WhichKeyValue Constant highlight! link helpHyperTextJump Constant highlight! link helpOption Constant - highlight Cursor guifg=#4B4B4B guibg=#E8E8E8 guisp=NONE gui=NONE cterm=NONE + highlight Cursor guifg=#4B4B4B guibg=#E2E2E2 guisp=NONE gui=NONE cterm=NONE highlight! link TermCursor Cursor highlight CursorLine guifg=NONE guibg=#525252 guisp=NONE gui=NONE cterm=NONE highlight! link CursorColumn CursorLine highlight! link NeogitDiffContextHighlight CursorLine highlight! link TelescopeSelection CursorLine - highlight CursorLineNr guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold cterm=bold + highlight CursorLineNr guifg=#DDDDDD guibg=NONE guisp=NONE gui=bold cterm=bold highlight Delimiter guifg=#9B9B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link markdownLinkTextDelimiter Delimiter highlight! link LspDiagnosticsDefaultError DiagnosticError @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#E388A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E388A3 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#A5A6C5 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#A5A6C5 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#97BDDE guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#97BDDE gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#FFDF9B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#FFDF9B gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#E388A3 guibg=#5E4B50 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#E388A3 guibg=#5F5155 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#FFDF9B guibg=#53504A guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#A5A6C5 guibg=#535461 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#97BDDE guibg=#525558 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#FFDF9B guibg=#575451 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -108,7 +112,7 @@ if &background ==# 'dark' highlight DiffChange guifg=NONE guibg=#466177 guisp=NONE gui=NONE cterm=NONE highlight DiffDelete guifg=NONE guibg=#82505E guisp=NONE gui=NONE cterm=NONE highlight! link NeogitDiffDeleteHighlight DiffDelete - highlight DiffText guifg=#E2E2E2 guibg=#5D809B guisp=NONE gui=NONE cterm=NONE + highlight DiffText guifg=#DDDDDD guibg=#5D809B guisp=NONE gui=NONE cterm=NONE highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold highlight Error guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link DiagnosticError Error @@ -127,7 +131,7 @@ if &background ==# 'dark' highlight GitSignsDelete guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link GitGutterDelete GitSignsDelete highlight HopNextKey2 guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight Identifier guifg=#E2E2E2 guibg=NONE guisp=NONE gui=NONE cterm=NONE + highlight Identifier guifg=#DDDDDD guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link TSVariable Identifier highlight! link markdownCode Identifier highlight IncSearch guifg=#4B4B4B guibg=#DCDCE8 guisp=NONE gui=bold cterm=bold @@ -154,13 +158,13 @@ if &background ==# 'dark' highlight! link WhichKeySeparator LineNr highlight MoreMsg guifg=#98BD99 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link Question MoreMsg - highlight NeogitHunkHeaderHighlight guifg=#E2E2E2 guibg=#525252 guisp=NONE gui=bold cterm=bold + highlight NeogitHunkHeaderHighlight guifg=#DDDDDD guibg=#525252 guisp=NONE gui=bold cterm=bold highlight! link NnnNormalNC NnnNormal highlight NnnVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight NonText guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link EndOfBuffer NonText highlight! link Whitespace NonText - highlight Normal guifg=#E2E2E2 guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE + highlight Normal guifg=#DDDDDD guibg=#4B4B4B guisp=NONE gui=NONE cterm=NONE highlight NormalFloat guifg=NONE guibg=#575757 guisp=NONE gui=NONE cterm=NONE highlight Number guifg=#F7E0B3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight! link Boolean Number @@ -169,7 +173,7 @@ if &background ==# 'dark' highlight! link TSVariableBuiltin Number highlight NvimTreeCursorLine guifg=NONE guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE highlight! link NvimTreeCursorColumn NvimTreeCursorLine - highlight NvimTreeNormal guifg=#E2E2E2 guibg=#505050 guisp=NONE gui=NONE cterm=NONE + highlight NvimTreeNormal guifg=#DDDDDD guibg=#505050 guisp=NONE gui=NONE cterm=NONE highlight! link NnnNormal NvimTreeNormal highlight NvimTreeRootFolder guifg=#97BDDE guibg=NONE guisp=NONE gui=bold cterm=bold highlight NvimTreeSpecialFile guifg=#A5A6C5 guibg=NONE guisp=NONE gui=underline cterm=underline @@ -180,7 +184,7 @@ if &background ==# 'dark' highlight PmenuSel guifg=NONE guibg=#727272 guisp=NONE gui=NONE cterm=NONE highlight PmenuThumb guifg=NONE guibg=#A0A0A0 guisp=NONE gui=NONE cterm=NONE highlight PreProc guifg=#D590A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE - highlight Search guifg=#E2E2E2 guibg=#8283AD guisp=NONE gui=NONE cterm=NONE + highlight Search guifg=#DDDDDD guibg=#8283AD guisp=NONE gui=NONE cterm=NONE highlight! link MatchParen Search highlight! link Sneak Search highlight! link LightspeedPendingOpArea SneakLabel @@ -204,12 +208,12 @@ if &background ==# 'dark' highlight! link WhichKey Statement highlight! link markdownH2 Statement highlight! link markdownH3 Statement - highlight StatusLine guifg=#E2E2E2 guibg=#666666 guisp=NONE gui=NONE cterm=NONE + highlight StatusLine guifg=#DDDDDD guibg=#666666 guisp=NONE gui=NONE cterm=NONE highlight! link TabLine StatusLine - highlight StatusLineNC guifg=#EBEBEB guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE + highlight StatusLineNC guifg=#E5E5E5 guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE highlight! link TabLineFill StatusLineNC highlight String guifg=#ABC4DB guibg=NONE guisp=NONE gui=italic cterm=italic - highlight TSConstant guifg=#BEBEBE guibg=NONE guisp=NONE gui=bold cterm=bold + highlight TSConstant guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold cterm=bold highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link BufferCurrent TabLineSel highlight TelescopeBorder guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE @@ -239,9 +243,9 @@ if &background ==# 'dark' highlight diffOldFile guifg=#E388A3 guibg=NONE guisp=NONE gui=italic cterm=italic highlight diffRemoved guifg=#E388A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link NvimTreeGitDeleted diffRemoved - highlight lCursor guifg=#4B4B4B guibg=#919191 guisp=NONE gui=NONE cterm=NONE + highlight lCursor guifg=#4B4B4B guibg=#8E8E8E guisp=NONE gui=NONE cterm=NONE highlight! link TermCursorNC lCursor - highlight markdownH1 guifg=#E2E2E2 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline + highlight markdownH1 guifg=#DDDDDD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline " dark end if !s:italics @@ -336,22 +340,26 @@ else highlight DiagnosticSignWarn guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#DC5284 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#DC5284 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#896788 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#896788 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#0084A3 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#0084A3 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#C48562 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#C48562 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#DC5284 guibg=#EDD0D7 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#DC5284 guibg=#E9D1D7 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#C48562 guibg=#EDD1C6 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#896788 guibg=#E8D0E7 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#0084A3 guibg=#C2DBE8 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#C48562 guibg=#E9D3CA guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -448,11 +456,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#A6A6A6 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#C66484 guibg=NONE guisp=#DC5284 gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#C66484 guibg=NONE guisp=#DF6B91 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#C66484 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#C66484 guibg=NONE guisp=#C48562 gui=undercurl cterm=undercurl highlight Statement guifg=#0084A3 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link WhichKey Statement highlight! link markdownH2 Statement diff --git a/colors/tokyobones.vim b/colors/tokyobones.vim index ecf3fb0..a85d207 100644 --- a/colors/tokyobones.vim +++ b/colors/tokyobones.vim @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#F77890 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#F77890 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#BB9BF7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#7BA2F7 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#E1B068 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#E1B068 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#F77890 guibg=#271D1E guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#F77890 guibg=#292223 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#211F1D guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#BB9BF7 guibg=#252329 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#7BA2F7 guibg=#222427 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#252322 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -332,22 +336,26 @@ else highlight DiagnosticSignWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#8B4351 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#8B4351 gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#5A4A79 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#34548C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#34548C gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#8F5E14 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#8F5E14 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#8B4351 guibg=#E8C3C8 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#8B4351 guibg=#E3C5C9 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E9C5A8 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#5A4A79 guibg=#D0C8E2 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#34548C guibg=#C4CCE2 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E4C6B0 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -441,11 +449,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#9B9DA9 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#7F4A54 guibg=NONE guisp=#8B4351 gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#7F4A54 guibg=NONE guisp=#A04E5F gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#7F4A54 guibg=NONE guisp=#8F5E14 gui=undercurl cterm=undercurl highlight Statement guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link WhichKey Statement highlight! link markdownH2 Statement diff --git a/colors/vimbones.vim b/colors/vimbones.vim index 893e3e3..49f82dd 100644 --- a/colors/vimbones.vim +++ b/colors/vimbones.vim @@ -84,22 +84,26 @@ if &background ==# 'light' highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#88507D gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#286486 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#EFDFE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#88507D guibg=#EFDEEB guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -194,11 +198,11 @@ if &background ==# 'light' highlight! link markdownH6 Special highlight SpecialComment guifg=#8C8C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#B0B093 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#974352 guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#974352 guibg=NONE guisp=#C13C58 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#974352 guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight Statement guifg=#156A29 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link WhichKey Statement highlight! link markdownH2 Statement diff --git a/colors/zenbones.vim b/colors/zenbones.vim index ff9e536..c2be933 100644 --- a/colors/zenbones.vim +++ b/colors/zenbones.vim @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#DE6E7C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#B279A7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#6099C0 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#B77E64 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251B1C guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#272020 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#B279A7 guibg=#252024 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#202223 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#242120 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -332,22 +336,26 @@ else highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#88507D gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#286486 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#EFDFE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#88507D guibg=#EFDEEB guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -441,11 +449,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#BBABA3 guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#974352 guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#974352 guibg=NONE guisp=#C13C58 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#974352 guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link PreProc Statement highlight! link WhichKey Statement diff --git a/colors/zenburned.vim b/colors/zenburned.vim index d2c265d..c9f395e 100644 --- a/colors/zenburned.vim +++ b/colors/zenburned.vim @@ -84,22 +84,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#E3716E guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#E3716E gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#B279A7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#6099C0 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#B77E64 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#E3716E guibg=#534040 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#E3716E guibg=#534646 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#4B433F guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#B279A7 guibg=#4F474D guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#46494C guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#4E4846 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn diff --git a/colors/zenwritten.vim b/colors/zenwritten.vim index 40f75b6..baab9b6 100644 --- a/colors/zenwritten.vim +++ b/colors/zenwritten.vim @@ -83,22 +83,26 @@ if &background ==# 'dark' highlight DiagnosticSignWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#DE6E7C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#DE6E7C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#B279A7 gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#6099C0 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#B77E64 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#251B1C guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#DE6E7C guibg=#272020 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#B279A7 guibg=#252024 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#6099C0 guibg=#202223 guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#242120 guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -332,22 +336,26 @@ else highlight DiagnosticSignWarn guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningSign DiagnosticSignWarn highlight! link LspDiagnosticsSignWarning DiagnosticSignWarn - highlight DiagnosticUnderlineError guifg=#A8334C guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineError guifg=NONE guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocErrorHighlight DiagnosticUnderlineError highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError - highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineHint guifg=NONE guibg=NONE guisp=#88507D gui=undercurl cterm=undercurl highlight! link CocHintHighlight DiagnosticUnderlineHint highlight! link LspDiagnosticsUnderlineHint DiagnosticUnderlineHint - highlight DiagnosticUnderlineInfo guifg=#286486 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineInfo guifg=NONE guibg=NONE guisp=#286486 gui=undercurl cterm=undercurl highlight! link CocInfoHighlight DiagnosticUnderlineInfo highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo - highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight DiagnosticUnderlineWarn guifg=NONE guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight! link CocWarningHighlight DiagnosticUnderlineWarn highlight! link LspDiagnosticsUnderlineWarning DiagnosticUnderlineWarn - highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#F2DEE0 guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextError guifg=#A8334C guibg=#EFDFE0 guisp=NONE gui=NONE cterm=NONE highlight! link CocErrorVirtualText DiagnosticVirtualTextError highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError - highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE + highlight DiagnosticVirtualTextHint guifg=#88507D guibg=#EFDEEB guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextHint DiagnosticVirtualTextHint + highlight DiagnosticVirtualTextInfo guifg=#286486 guibg=#D9E4EF guisp=NONE gui=NONE cterm=NONE + highlight! link LspDiagnosticsVirtualTextInformation DiagnosticVirtualTextInfo + highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#EFDFDC guisp=NONE gui=NONE cterm=NONE highlight! link CocWarningVitualText DiagnosticVirtualTextWarn highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn @@ -441,11 +449,11 @@ else highlight! link markdownH6 Special highlight SpecialComment guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE highlight SpecialKey guifg=#AEAEAE guibg=NONE guisp=NONE gui=italic cterm=italic - highlight SpellBad guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellBad guifg=#974352 guibg=NONE guisp=#A8334C gui=undercurl cterm=undercurl highlight! link CocSelectedText SpellBad - highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellCap guifg=#974352 guibg=NONE guisp=#C13C58 gui=undercurl cterm=undercurl highlight! link SpellLocal SpellCap - highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl + highlight SpellRare guifg=#974352 guibg=NONE guisp=#944927 gui=undercurl cterm=undercurl highlight Statement guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold highlight! link PreProc Statement highlight! link WhichKey Statement diff --git a/extras/alacritty/seoulbones_dark.yml b/extras/alacritty/seoulbones_dark.yml index 9f8fb11..f479d2c 100644 --- a/extras/alacritty/seoulbones_dark.yml +++ b/extras/alacritty/seoulbones_dark.yml @@ -1,11 +1,11 @@ # This file is auto-generated by shipwright.nvim colors: primary: - foreground: '#E2E2E2' + foreground: '#DDDDDD' background: '#4B4B4B' cursor: cursor: '#4B4B4B' - text: '#E8E8E8' + text: '#E2E2E2' normal: black: '#4B4B4B' red: '#E388A3' @@ -14,7 +14,7 @@ colors: blue: '#97BDDE' magenta: '#A5A6C5' cyan: '#6FBDBE' - white: '#E2E2E2' + white: '#DDDDDD' bright: black: '#6C6465' red: '#EB99B1' @@ -23,4 +23,4 @@ colors: blue: '#A2C8E9' magenta: '#B2B3DA' cyan: '#6BCACB' - white: '#ABABAB' + white: '#A8A8A8' diff --git a/extras/iterm/seoulbones_dark.itermcolors b/extras/iterm/seoulbones_dark.itermcolors index 173b9c8..4d0779b 100644 --- a/extras/iterm/seoulbones_dark.itermcolors +++ b/extras/iterm/seoulbones_dark.itermcolors @@ -98,13 +98,13 @@ Alpha Component 1 Blue Component - 0.6705882352941176 + 0.6588235294117647 Color Space sRGB Green Component - 0.6705882352941176 + 0.6588235294117647 Red Component - 0.6705882352941176 + 0.6588235294117647 Ansi 2 Color @@ -176,13 +176,13 @@ Alpha Component 1 Blue Component - 0.8862745098039215 + 0.8666666666666667 Color Space sRGB Green Component - 0.8862745098039215 + 0.8666666666666667 Red Component - 0.8862745098039215 + 0.8666666666666667 Ansi 8 Color @@ -254,13 +254,13 @@ Alpha Component 1 Blue Component - 0.9098039215686274 + 0.8862745098039215 Color Space sRGB Green Component - 0.9098039215686274 + 0.8862745098039215 Red Component - 0.9098039215686274 + 0.8862745098039215 Cursor Guide Color @@ -293,13 +293,13 @@ Alpha Component 1 Blue Component - 0.8862745098039215 + 0.8666666666666667 Color Space sRGB Green Component - 0.8862745098039215 + 0.8666666666666667 Red Component - 0.8862745098039215 + 0.8666666666666667 Link Color @@ -319,13 +319,13 @@ Alpha Component 1 Blue Component - 0.8862745098039215 + 0.8666666666666667 Color Space sRGB Green Component - 0.8862745098039215 + 0.8666666666666667 Red Component - 0.8862745098039215 + 0.8666666666666667 Selection Color diff --git a/extras/kitty/seoulbones_dark.conf b/extras/kitty/seoulbones_dark.conf index c4f5c29..1bf747c 100644 --- a/extras/kitty/seoulbones_dark.conf +++ b/extras/kitty/seoulbones_dark.conf @@ -4,20 +4,20 @@ ## author: Michael Chris Lopez ## license: MIT ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/seoulbones_dark.conf -foreground #E2E2E2 +foreground #DDDDDD background #4B4B4B -selection_foreground #E2E2E2 +selection_foreground #DDDDDD selection_background #777777 # Cursor colors -cursor #E8E8E8 +cursor #E2E2E2 cursor_text_color #4B4B4B # URL underline color when hovering with mouse # kitty window border colors # OS Window titlebar colors # Tab bar colors -active_tab_foreground #E2E2E2 +active_tab_foreground #DDDDDD active_tab_background #8283AD -inactive_tab_foreground #E2E2E2 +inactive_tab_foreground #DDDDDD inactive_tab_background #666666 # Colors for marks (marked text in the terminal) # The basic 16 colors @@ -43,6 +43,6 @@ color13 #B2B3DA color6 #6FBDBE color14 #6BCACB # white -color7 #E2E2E2 -color15 #ABABAB +color7 #DDDDDD +color15 #A8A8A8 # You can set the remaining 240 colors as color16 to color255. diff --git a/extras/tmux/seoulbones_dark.tmux b/extras/tmux/seoulbones_dark.tmux index eb185fa..4730c34 100644 --- a/extras/tmux/seoulbones_dark.tmux +++ b/extras/tmux/seoulbones_dark.tmux @@ -1,9 +1,9 @@ # This file is auto-generated by shipwright.nvim set -g status-left ' #[fg=#A5A6C5,bold]#{s/root//:client_key_table} ' set -g status-right '#[fg=#A5A6C5,bold] [#S]#[fg=#A5A6C5,bold] [%d/%m] #[fg=#A5A6C5,bold][%I:%M%p] ' -set -g status-style fg='#A5A6C5',bg='#E2E2E2' +set -g status-style fg='#A5A6C5',bg='#DDDDDD' -set -g window-status-current-style fg='#A5A6C5',bg='#E2E2E2',bold +set -g window-status-current-style fg='#A5A6C5',bg='#DDDDDD',bold set -g pane-border-style fg='#A5A6C5' set -g pane-active-border-style fg='#A5A6C5' diff --git a/extras/wezterm/Seoulbones_dark.toml b/extras/wezterm/Seoulbones_dark.toml index bdd79b3..730c594 100644 --- a/extras/wezterm/Seoulbones_dark.toml +++ b/extras/wezterm/Seoulbones_dark.toml @@ -1,11 +1,11 @@ # This file is auto-generated by shipwright.nvim [colors] -foreground = "#E2E2E2" +foreground = "#DDDDDD" background = "#4B4B4B" cursor_fg = "#4B4B4B" -cursor_bg = "#E8E8E8" +cursor_bg = "#E2E2E2" cursor_border = "#4B4B4B" -selection_fg = "#E2E2E2" +selection_fg = "#DDDDDD" selection_bg = "#777777" -ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#E2E2E2"] -brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#ABABAB"] +ansi = ["#4B4B4B", "#E388A3", "#98BD99", "#FFDF9B", "#97BDDE", "#A5A6C5", "#6FBDBE", "#DDDDDD"] +brights = ["#6C6465", "#EB99B1", "#8FCD92", "#FFE5B3", "#A2C8E9", "#B2B3DA", "#6BCACB", "#A8A8A8"] diff --git a/lua/lualine/themes/seoulbones_dark.lua b/lua/lualine/themes/seoulbones_dark.lua index ffb46f9..648b061 100644 --- a/lua/lualine/themes/seoulbones_dark.lua +++ b/lua/lualine/themes/seoulbones_dark.lua @@ -1,13 +1,13 @@ -- This file is auto-generated by shipwright.nvim local common_fg = "#BBBBBB" local inactive_bg = "#5C5C5C" -local inactive_fg = "#EBEBEB" +local inactive_fg = "#E5E5E5" return { normal = { a = { bg = "#8E8E8E", fg = common_fg, gui = "bold" }, b = { bg = "#727272", fg = common_fg }, - c = { bg = "#666666", fg = "#E2E2E2" }, + c = { bg = "#666666", fg = "#DDDDDD" }, }, insert = {