From 635f71ae819fefa37de5f46050ec00da9e5d3da2 Mon Sep 17 00:00:00 2001 From: Michael Chris Lopez Date: Fri, 5 Nov 2021 15:31:28 +0800 Subject: [PATCH] remove bright/stark variants --- extras/alacritty/neobones_dark.yml | 11 +- extras/alacritty/neobones_light.yml | 11 +- extras/alacritty/zenbones.yml | 27 -- extras/alacritty/zenbones_bright.yml | 27 -- extras/alacritty/zenbones_dark.yml | 27 +- extras/alacritty/zenbones_dim.yml | 27 -- extras/alacritty/zenbones_light.yml | 21 +- extras/iterm/zenbones_bright.itermcolors | 357 ----------------------- extras/iterm/zenbones_dark.itermcolors | 357 ----------------------- extras/iterm/zenbones_dim.itermcolors | 357 ----------------------- extras/iterm/zenbones_light.itermcolors | 357 ----------------------- extras/kitty/neobones_dark.conf | 62 ++-- extras/kitty/neobones_light.conf | 62 ++-- extras/kitty/zenbones.conf | 40 --- extras/kitty/zenbones_bright.conf | 40 --- extras/kitty/zenbones_dark.conf | 70 +++-- extras/kitty/zenbones_dim.conf | 40 --- extras/kitty/zenbones_light.conf | 66 +++-- extras/tmux/zenbones_bright.tmux | 18 -- extras/tmux/zenbones_dark.tmux | 18 -- extras/tmux/zenbones_dim.tmux | 18 -- extras/tmux/zenbones_light.tmux | 18 -- extras/wezterm/Zenbones_bright.toml | 13 - extras/wezterm/Zenbones_dark.toml | 13 - extras/wezterm/Zenbones_dim.toml | 13 - extras/wezterm/Zenbones_light.toml | 13 - 26 files changed, 179 insertions(+), 1904 deletions(-) delete mode 100644 extras/alacritty/zenbones.yml delete mode 100644 extras/alacritty/zenbones_bright.yml delete mode 100644 extras/alacritty/zenbones_dim.yml delete mode 100644 extras/iterm/zenbones_bright.itermcolors delete mode 100644 extras/iterm/zenbones_dark.itermcolors delete mode 100644 extras/iterm/zenbones_dim.itermcolors delete mode 100644 extras/iterm/zenbones_light.itermcolors delete mode 100644 extras/kitty/zenbones.conf delete mode 100644 extras/kitty/zenbones_bright.conf delete mode 100644 extras/kitty/zenbones_dim.conf delete mode 100644 extras/tmux/zenbones_bright.tmux delete mode 100644 extras/tmux/zenbones_dark.tmux delete mode 100644 extras/tmux/zenbones_dim.tmux delete mode 100644 extras/tmux/zenbones_light.tmux delete mode 100644 extras/wezterm/Zenbones_bright.toml delete mode 100644 extras/wezterm/Zenbones_dark.toml delete mode 100644 extras/wezterm/Zenbones_dim.toml delete mode 100644 extras/wezterm/Zenbones_light.toml diff --git a/extras/alacritty/neobones_dark.yml b/extras/alacritty/neobones_dark.yml index 4e2f7c0..5605819 100644 --- a/extras/alacritty/neobones_dark.yml +++ b/extras/alacritty/neobones_dark.yml @@ -1,11 +1,11 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# neobones_dark alacritty colors +# This file is auto-generated by shipwright.nvim colors: - # Default colors primary: - background: '#0F191F' foreground: '#C6D5CF' - # Normal colors + background: '#0F191F' + cursor: + foreground: '#0F191F' + background: '#CEDDD7' normal: black: '#0F191F' red: '#DE6E7C' @@ -15,7 +15,6 @@ colors: magenta: '#B279A7' cyan: '#66A5AD' white: '#C6D5CF' - # Bright colors bright: black: '#263945' red: '#E8838F' diff --git a/extras/alacritty/neobones_light.yml b/extras/alacritty/neobones_light.yml index 77938ac..dab7dda 100644 --- a/extras/alacritty/neobones_light.yml +++ b/extras/alacritty/neobones_light.yml @@ -1,11 +1,11 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# neobones_light alacritty colors +# This file is auto-generated by shipwright.nvim colors: - # Default colors primary: - background: '#E5EDE6' foreground: '#202E18' - # Normal colors + background: '#E5EDE6' + cursor: + foreground: '#E5EDE6' + background: '#202E18' normal: black: '#E5EDE6' red: '#A8334C' @@ -15,7 +15,6 @@ colors: magenta: '#88507D' cyan: '#3B8992' white: '#202E18' - # Bright colors bright: black: '#B3C6B6' red: '#94253E' diff --git a/extras/alacritty/zenbones.yml b/extras/alacritty/zenbones.yml deleted file mode 100644 index 9b907d8..0000000 --- a/extras/alacritty/zenbones.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenbones alacritty colors -colors: - # Default colors - primary: - background: '#F0EDEC' - foreground: '#2C363C' - # Normal colors - normal: - black: '#F0EDEC' - red: '#A8334C' - green: '#4F6C31' - yellow: '#944927' - blue: '#286486' - magenta: '#88507D' - cyan: '#3B8992' - white: '#2C363C' - # Bright colors - bright: - black: '#CFC1BA' - red: '#94253E' - green: '#3F5A22' - yellow: '#803D1C' - blue: '#1D5573' - magenta: '#7B3B70' - cyan: '#2B747C' - white: '#4F5E68' diff --git a/extras/alacritty/zenbones_bright.yml b/extras/alacritty/zenbones_bright.yml deleted file mode 100644 index c35f969..0000000 --- a/extras/alacritty/zenbones_bright.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenbones_bright alacritty colors -colors: - # Default colors - primary: - background: '#F8F6F5' - foreground: '#2C363C' - # Normal colors - normal: - black: '#F0EDEC' - red: '#A8334C' - green: '#4F6C31' - yellow: '#944927' - blue: '#286486' - magenta: '#88507D' - cyan: '#3B8992' - white: '#2C363C' - # Bright colors - bright: - black: '#CFC1BA' - red: '#94253E' - green: '#3F5A22' - yellow: '#803D1C' - blue: '#1D5573' - magenta: '#7B3B70' - cyan: '#2B747C' - white: '#4F5E68' diff --git a/extras/alacritty/zenbones_dark.yml b/extras/alacritty/zenbones_dark.yml index da966e4..7b994dd 100644 --- a/extras/alacritty/zenbones_dark.yml +++ b/extras/alacritty/zenbones_dark.yml @@ -1,27 +1,26 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenbones_dark alacritty colors +# This file is auto-generated by shipwright.nvim colors: - # Default colors primary: - background: '#1C1917' foreground: '#B4BDC3' - # Normal colors + background: '#1C1917' + cursor: + foreground: '#1C1917' + background: '#C4CACF' normal: - black: '#0F191F' + black: '#1C1917' red: '#DE6E7C' - green: '#90FF6B' + green: '#819B69' yellow: '#B77E64' - blue: '#8190D4' + blue: '#6099C0' magenta: '#B279A7' cyan: '#66A5AD' - white: '#C6D5CF' - # Bright colors + white: '#B4BDC3' bright: - black: '#263945' + black: '#403833' red: '#E8838F' - green: '#A0FF85' + green: '#8BAE68' yellow: '#D68C67' - blue: '#92A0E2' + blue: '#61ABDA' magenta: '#CF86C1' cyan: '#65B8C1' - white: '#98A39E' + white: '#888F94' diff --git a/extras/alacritty/zenbones_dim.yml b/extras/alacritty/zenbones_dim.yml deleted file mode 100644 index 9b376cb..0000000 --- a/extras/alacritty/zenbones_dim.yml +++ /dev/null @@ -1,27 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenbones_dim alacritty colors -colors: - # Default colors - primary: - background: '#E8E4E3' - foreground: '#2C363C' - # Normal colors - normal: - black: '#F0EDEC' - red: '#A8334C' - green: '#4F6C31' - yellow: '#944927' - blue: '#286486' - magenta: '#88507D' - cyan: '#3B8992' - white: '#2C363C' - # Bright colors - bright: - black: '#CFC1BA' - red: '#94253E' - green: '#3F5A22' - yellow: '#803D1C' - blue: '#1D5573' - magenta: '#7B3B70' - cyan: '#2B747C' - white: '#4F5E68' diff --git a/extras/alacritty/zenbones_light.yml b/extras/alacritty/zenbones_light.yml index 3c4112a..6703b61 100644 --- a/extras/alacritty/zenbones_light.yml +++ b/extras/alacritty/zenbones_light.yml @@ -1,27 +1,26 @@ -# This file is auto-generated from lua/zenbones/template/alacritty.lua -# zenbones_light alacritty colors +# This file is auto-generated by shipwright.nvim colors: - # Default colors primary: - background: '#F0EDEC' foreground: '#2C363C' - # Normal colors + background: '#F0EDEC' + cursor: + foreground: '#F0EDEC' + background: '#2C363C' normal: - black: '#E5EDE6' + black: '#F0EDEC' red: '#A8334C' - green: '#567A30' + green: '#4F6C31' yellow: '#944927' blue: '#286486' magenta: '#88507D' cyan: '#3B8992' - white: '#202E18' - # Bright colors + white: '#2C363C' bright: - black: '#B3C6B6' + black: '#CFC1BA' red: '#94253E' green: '#3F5A22' yellow: '#803D1C' blue: '#1D5573' magenta: '#7B3B70' cyan: '#2B747C' - white: '#415934' + white: '#4F5E68' diff --git a/extras/iterm/zenbones_bright.itermcolors b/extras/iterm/zenbones_bright.itermcolors deleted file mode 100644 index 0166fc4..0000000 --- a/extras/iterm/zenbones_bright.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.9254901960784314 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9411764705882353 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.2980392156862745 - Color Space - sRGB - Green Component - 0.2000000000000000 - Red Component - 0.6588235294117647 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.1333333333333333 - Color Space - sRGB - Green Component - 0.3529411764705883 - Red Component - 0.2470588235294118 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.1098039215686274 - Color Space - sRGB - Green Component - 0.2392156862745098 - Red Component - 0.5019607843137255 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.4392156862745098 - Color Space - sRGB - Green Component - 0.2313725490196079 - Red Component - 0.4823529411764706 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4549019607843137 - Red Component - 0.1686274509803922 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.4078431372549020 - Color Space - sRGB - Green Component - 0.3686274509803922 - Red Component - 0.3098039215686275 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.1921568627450981 - Color Space - sRGB - Green Component - 0.4235294117647059 - Red Component - 0.3098039215686275 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.1529411764705882 - Color Space - sRGB - Green Component - 0.2862745098039216 - Red Component - 0.5803921568627451 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.5254901960784314 - Color Space - sRGB - Green Component - 0.3921568627450980 - Red Component - 0.1568627450980392 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.4901960784313725 - Color Space - sRGB - Green Component - 0.3137254901960784 - Red Component - 0.5333333333333333 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.5725490196078431 - Color Space - sRGB - Green Component - 0.5372549019607843 - Red Component - 0.2313725490196079 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.7294117647058823 - Color Space - sRGB - Green Component - 0.7568627450980392 - Red Component - 0.8117647058823529 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.2431372549019608 - Color Space - sRGB - Green Component - 0.1450980392156863 - Red Component - 0.5803921568627451 - - Background Color - - Alpha Component - 1 - Blue Component - 0.9607843137254902 - Color Space - sRGB - Green Component - 0.9647058823529412 - Red Component - 0.9725490196078431 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.5294117647058824 - Color Space - sRGB - Green Component - 0.5568627450980392 - Red Component - 0.6117647058823530 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.7294117647058823 - Color Space - sRGB - Green Component - 0.7568627450980392 - Red Component - 0.8117647058823529 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.9215686274509803 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9450980392156862 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.9607843137254902 - Color Space - sRGB - Green Component - 0.9647058823529412 - Red Component - 0.9725490196078431 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Link Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.9137254901960784 - Color Space - sRGB - Green Component - 0.8823529411764706 - Red Component - 0.8392156862745098 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.9607843137254902 - Color Space - sRGB - Green Component - 0.9647058823529412 - Red Component - 0.9725490196078431 - - - \ No newline at end of file diff --git a/extras/iterm/zenbones_dark.itermcolors b/extras/iterm/zenbones_dark.itermcolors deleted file mode 100644 index 194311a..0000000 --- a/extras/iterm/zenbones_dark.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.1215686274509804 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.0588235294117647 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4313725490196079 - Red Component - 0.8705882352941177 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.5215686274509804 - Color Space - sRGB - Green Component - 1.0000000000000000 - Red Component - 0.6274509803921569 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.4039215686274510 - Color Space - sRGB - Green Component - 0.5490196078431373 - Red Component - 0.8392156862745098 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.8862745098039215 - Color Space - sRGB - Green Component - 0.6274509803921569 - Red Component - 0.5725490196078431 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.5254901960784314 - Red Component - 0.8117647058823529 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.7568627450980392 - Color Space - sRGB - Green Component - 0.7215686274509804 - Red Component - 0.3960784313725490 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.6196078431372549 - Color Space - sRGB - Green Component - 0.6392156862745098 - Red Component - 0.5960784313725490 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.4196078431372549 - Color Space - sRGB - Green Component - 1.0000000000000000 - Red Component - 0.5647058823529412 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.3921568627450980 - Color Space - sRGB - Green Component - 0.4941176470588236 - Red Component - 0.7176470588235294 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.8313725490196079 - Color Space - sRGB - Green Component - 0.5647058823529412 - Red Component - 0.5058823529411764 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.6549019607843137 - Color Space - sRGB - Green Component - 0.4745098039215686 - Red Component - 0.6980392156862745 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.6784313725490196 - Color Space - sRGB - Green Component - 0.6470588235294118 - Red Component - 0.4000000000000000 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.8117647058823529 - Color Space - sRGB - Green Component - 0.8352941176470589 - Red Component - 0.7764705882352941 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.2705882352941176 - Color Space - sRGB - Green Component - 0.2235294117647059 - Red Component - 0.1490196078431373 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.5607843137254902 - Color Space - sRGB - Green Component - 0.5137254901960784 - Red Component - 0.9098039215686274 - - Background Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.3882352941176471 - Color Space - sRGB - Green Component - 0.4039215686274510 - Red Component - 0.4313725490196079 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.2705882352941176 - Color Space - sRGB - Green Component - 0.2235294117647059 - Red Component - 0.1490196078431373 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.8117647058823529 - Color Space - sRGB - Green Component - 0.7921568627450980 - Red Component - 0.7686274509803922 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.1215686274509804 - Color Space - sRGB - Green Component - 0.1294117647058824 - Red Component - 0.1450980392156863 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Link Color - - Alpha Component - 1 - Blue Component - 0.8862745098039215 - Color Space - sRGB - Green Component - 0.6274509803921569 - Red Component - 0.5725490196078431 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.7647058823529411 - Color Space - sRGB - Green Component - 0.7411764705882353 - Red Component - 0.7058823529411765 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.2588235294117647 - Color Space - sRGB - Green Component - 0.2509803921568627 - Red Component - 0.2392156862745098 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.0901960784313725 - Color Space - sRGB - Green Component - 0.0980392156862745 - Red Component - 0.1098039215686274 - - - \ No newline at end of file diff --git a/extras/iterm/zenbones_dim.itermcolors b/extras/iterm/zenbones_dim.itermcolors deleted file mode 100644 index 0b8f9da..0000000 --- a/extras/iterm/zenbones_dim.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.9254901960784314 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9411764705882353 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.2980392156862745 - Color Space - sRGB - Green Component - 0.2000000000000000 - Red Component - 0.6588235294117647 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.1333333333333333 - Color Space - sRGB - Green Component - 0.3529411764705883 - Red Component - 0.2470588235294118 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.1098039215686274 - Color Space - sRGB - Green Component - 0.2392156862745098 - Red Component - 0.5019607843137255 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.4392156862745098 - Color Space - sRGB - Green Component - 0.2313725490196079 - Red Component - 0.4823529411764706 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4549019607843137 - Red Component - 0.1686274509803922 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.4078431372549020 - Color Space - sRGB - Green Component - 0.3686274509803922 - Red Component - 0.3098039215686275 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.1921568627450981 - Color Space - sRGB - Green Component - 0.4235294117647059 - Red Component - 0.3098039215686275 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.1529411764705882 - Color Space - sRGB - Green Component - 0.2862745098039216 - Red Component - 0.5803921568627451 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.5254901960784314 - Color Space - sRGB - Green Component - 0.3921568627450980 - Red Component - 0.1568627450980392 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.4901960784313725 - Color Space - sRGB - Green Component - 0.3137254901960784 - Red Component - 0.5333333333333333 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.5725490196078431 - Color Space - sRGB - Green Component - 0.5372549019607843 - Red Component - 0.2313725490196079 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.7294117647058823 - Color Space - sRGB - Green Component - 0.7568627450980392 - Red Component - 0.8117647058823529 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.2431372549019608 - Color Space - sRGB - Green Component - 0.1450980392156863 - Red Component - 0.5803921568627451 - - Background Color - - Alpha Component - 1 - Blue Component - 0.8901960784313725 - Color Space - sRGB - Green Component - 0.8941176470588236 - Red Component - 0.9098039215686274 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.5019607843137255 - Color Space - sRGB - Green Component - 0.5215686274509804 - Red Component - 0.5529411764705883 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.7294117647058823 - Color Space - sRGB - Green Component - 0.7568627450980392 - Red Component - 0.8117647058823529 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.8509803921568627 - Color Space - sRGB - Green Component - 0.8627450980392157 - Red Component - 0.8823529411764706 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.8901960784313725 - Color Space - sRGB - Green Component - 0.8941176470588236 - Red Component - 0.9098039215686274 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Link Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.8705882352941177 - Color Space - sRGB - Green Component - 0.8196078431372549 - Red Component - 0.7529411764705882 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.8901960784313725 - Color Space - sRGB - Green Component - 0.8941176470588236 - Red Component - 0.9098039215686274 - - - \ No newline at end of file diff --git a/extras/iterm/zenbones_light.itermcolors b/extras/iterm/zenbones_light.itermcolors deleted file mode 100644 index c027e3e..0000000 --- a/extras/iterm/zenbones_light.itermcolors +++ /dev/null @@ -1,357 +0,0 @@ - - - - - Ansi 0 Color - - Alpha Component - 1 - Blue Component - 0.9019607843137255 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.8980392156862745 - - Ansi 1 Color - - Alpha Component - 1 - Blue Component - 0.2980392156862745 - Color Space - sRGB - Green Component - 0.2000000000000000 - Red Component - 0.6588235294117647 - - Ansi 10 Color - - Alpha Component - 1 - Blue Component - 0.1333333333333333 - Color Space - sRGB - Green Component - 0.3529411764705883 - Red Component - 0.2470588235294118 - - Ansi 11 Color - - Alpha Component - 1 - Blue Component - 0.1098039215686274 - Color Space - sRGB - Green Component - 0.2392156862745098 - Red Component - 0.5019607843137255 - - Ansi 12 Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Ansi 13 Color - - Alpha Component - 1 - Blue Component - 0.4392156862745098 - Color Space - sRGB - Green Component - 0.2313725490196079 - Red Component - 0.4823529411764706 - - Ansi 14 Color - - Alpha Component - 1 - Blue Component - 0.4862745098039216 - Color Space - sRGB - Green Component - 0.4549019607843137 - Red Component - 0.1686274509803922 - - Ansi 15 Color - - Alpha Component - 1 - Blue Component - 0.2039215686274510 - Color Space - sRGB - Green Component - 0.3490196078431372 - Red Component - 0.2549019607843137 - - Ansi 2 Color - - Alpha Component - 1 - Blue Component - 0.1882352941176471 - Color Space - sRGB - Green Component - 0.4784313725490196 - Red Component - 0.3372549019607843 - - Ansi 3 Color - - Alpha Component - 1 - Blue Component - 0.1529411764705882 - Color Space - sRGB - Green Component - 0.2862745098039216 - Red Component - 0.5803921568627451 - - Ansi 4 Color - - Alpha Component - 1 - Blue Component - 0.5254901960784314 - Color Space - sRGB - Green Component - 0.3921568627450980 - Red Component - 0.1568627450980392 - - Ansi 5 Color - - Alpha Component - 1 - Blue Component - 0.4901960784313725 - Color Space - sRGB - Green Component - 0.3137254901960784 - Red Component - 0.5333333333333333 - - Ansi 6 Color - - Alpha Component - 1 - Blue Component - 0.5725490196078431 - Color Space - sRGB - Green Component - 0.5372549019607843 - Red Component - 0.2313725490196079 - - Ansi 7 Color - - Alpha Component - 1 - Blue Component - 0.0941176470588235 - Color Space - sRGB - Green Component - 0.1803921568627451 - Red Component - 0.1254901960784314 - - Ansi 8 Color - - Alpha Component - 1 - Blue Component - 0.7137254901960784 - Color Space - sRGB - Green Component - 0.7764705882352941 - Red Component - 0.7019607843137254 - - Ansi 9 Color - - Alpha Component - 1 - Blue Component - 0.2431372549019608 - Color Space - sRGB - Green Component - 0.1450980392156863 - Red Component - 0.5803921568627451 - - Background Color - - Alpha Component - 1 - Blue Component - 0.9254901960784314 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9411764705882353 - - Badge Color - - Alpha Component - 1 - Blue Component - 0.5215686274509804 - Color Space - sRGB - Green Component - 0.5372549019607843 - Red Component - 0.5803921568627451 - - Bold Color - - Alpha Component - 1 - Blue Component - 0.7137254901960784 - Color Space - sRGB - Green Component - 0.7764705882352941 - Red Component - 0.7019607843137254 - - Cursor Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Cursor Guide Color - - Alpha Component - 1 - Blue Component - 0.8862745098039215 - Color Space - sRGB - Green Component - 0.8941176470588236 - Red Component - 0.9137254901960784 - - Cursor Text Color - - Alpha Component - 1 - Blue Component - 0.9254901960784314 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9411764705882353 - - Foreground Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Link Color - - Alpha Component - 1 - Blue Component - 0.4509803921568628 - Color Space - sRGB - Green Component - 0.3333333333333333 - Red Component - 0.1137254901960784 - - Selected Text Color - - Alpha Component - 1 - Blue Component - 0.2352941176470588 - Color Space - sRGB - Green Component - 0.2117647058823529 - Red Component - 0.1725490196078431 - - Selection Color - - Alpha Component - 1 - Blue Component - 0.8901960784313725 - Color Space - sRGB - Green Component - 0.8509803921568627 - Red Component - 0.7960784313725490 - - Tab Color - - Alpha Component - 1 - Blue Component - 0.9254901960784314 - Color Space - sRGB - Green Component - 0.9294117647058824 - Red Component - 0.9411764705882353 - - - \ No newline at end of file diff --git a/extras/kitty/neobones_dark.conf b/extras/kitty/neobones_dark.conf index f5584ab..9a33d3c 100644 --- a/extras/kitty/neobones_dark.conf +++ b/extras/kitty/neobones_dark.conf @@ -1,40 +1,48 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua +# This file is auto-generated by shipwright.nvim # vim:ft=kitty ## name: neobones_dark -## license: MIT ## author: Michael Chris Lopez +## license: MIT ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_dark.conf - -background #0F191F -foreground #C6D5CF -selection_background #3A3E3D -selection_foreground #C6D5CF -url_color #92A0E2 -cursor #C6D5CF - -# Tabs -active_tab_background #62415B -active_tab_foreground #C6D5CF -inactive_tab_background #273944 -inactive_tab_foreground #C6D5CF -#tab_bar_background ${tab_bar_background} - -# normal +foreground #C6D5CF +background #0F191F +selection_foreground #C6D5CF +selection_background #3A3E3D +# Cursor colors +cursor #CEDDD7 +cursor_text_color #0F191F +# URL underline color when hovering with mouse +# kitty window border colors +# OS Window titlebar colors +# Tab bar colors +active_tab_foreground #C6D5CF +active_tab_background #62415B +inactive_tab_foreground #C6D5CF +inactive_tab_background #273944 +# Colors for marks (marked text in the terminal) +# The basic 16 colors +# black color0 #0F191F -color1 #DE6E7C -color2 #90FF6B -color3 #B77E64 -color4 #8190D4 -color5 #B279A7 -color6 #66A5AD -color7 #C6D5CF - -# bright color8 #263945 +# red +color1 #DE6E7C color9 #E8838F +# green +color2 #90FF6B color10 #A0FF85 +# yellow +color3 #B77E64 color11 #D68C67 +# blue +color4 #8190D4 color12 #92A0E2 +# magenta +color5 #B279A7 color13 #CF86C1 +# cyan +color6 #66A5AD color14 #65B8C1 +# white +color7 #C6D5CF color15 #98A39E +# You can set the remaining 240 colors as color16 to color255. diff --git a/extras/kitty/neobones_light.conf b/extras/kitty/neobones_light.conf index cd4a2be..d8b7f70 100644 --- a/extras/kitty/neobones_light.conf +++ b/extras/kitty/neobones_light.conf @@ -1,40 +1,48 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua +# This file is auto-generated by shipwright.nvim # vim:ft=kitty ## name: neobones_light -## license: MIT ## author: Michael Chris Lopez +## license: MIT ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/neobones_light.conf - -background #E5EDE6 -foreground #202E18 -selection_background #ADE48C -selection_foreground #202E18 -url_color #1D5573 -cursor #202E18 - -# Tabs -active_tab_background #DCB5D4 -active_tab_foreground #202E18 -inactive_tab_background #BDCABF -inactive_tab_foreground #202E18 -#tab_bar_background ${tab_bar_background} - -# normal +foreground #202E18 +background #E5EDE6 +selection_foreground #202E18 +selection_background #ADE48C +# Cursor colors +cursor #202E18 +cursor_text_color #E5EDE6 +# URL underline color when hovering with mouse +# kitty window border colors +# OS Window titlebar colors +# Tab bar colors +active_tab_foreground #202E18 +active_tab_background #DCB5D4 +inactive_tab_foreground #202E18 +inactive_tab_background #BDCABF +# Colors for marks (marked text in the terminal) +# The basic 16 colors +# black color0 #E5EDE6 -color1 #A8334C -color2 #567A30 -color3 #944927 -color4 #286486 -color5 #88507D -color6 #3B8992 -color7 #202E18 - -# bright color8 #B3C6B6 +# red +color1 #A8334C color9 #94253E +# green +color2 #567A30 color10 #3F5A22 +# yellow +color3 #944927 color11 #803D1C +# blue +color4 #286486 color12 #1D5573 +# magenta +color5 #88507D color13 #7B3B70 +# cyan +color6 #3B8992 color14 #2B747C +# white +color7 #202E18 color15 #415934 +# You can set the remaining 240 colors as color16 to color255. diff --git a/extras/kitty/zenbones.conf b/extras/kitty/zenbones.conf deleted file mode 100644 index 70f86e9..0000000 --- a/extras/kitty/zenbones.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenbones -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones.conf - -background #F0EDEC -foreground #2C363C -selection_background #CBD9E3 -selection_foreground #2C363C -url_color #1D5573 -cursor #2C363C - -# Tabs -active_tab_background #DEB9D6 -active_tab_foreground #2C363C -inactive_tab_background #D1C7C3 -inactive_tab_foreground #2C363C -#tab_bar_background ${tab_bar_background} - -# normal -color0 #F0EDEC -color1 #A8334C -color2 #4F6C31 -color3 #944927 -color4 #286486 -color5 #88507D -color6 #3B8992 -color7 #2C363C - -# bright -color8 #CFC1BA -color9 #94253E -color10 #3F5A22 -color11 #803D1C -color12 #1D5573 -color13 #7B3B70 -color14 #2B747C -color15 #4F5E68 diff --git a/extras/kitty/zenbones_bright.conf b/extras/kitty/zenbones_bright.conf deleted file mode 100644 index b26d514..0000000 --- a/extras/kitty/zenbones_bright.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenbones_bright -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_bright.conf - -background #F8F6F5 -foreground #2C363C -selection_background #D6E1E9 -selection_foreground #2C363C -url_color #1D5573 -cursor #2C363C - -# Tabs -active_tab_background #E2C3DB -active_tab_foreground #2C363C -inactive_tab_background #D8CCC7 -inactive_tab_foreground #2C363C -#tab_bar_background ${tab_bar_background} - -# normal -color0 #F0EDEC -color1 #A8334C -color2 #4F6C31 -color3 #944927 -color4 #286486 -color5 #88507D -color6 #3B8992 -color7 #2C363C - -# bright -color8 #CFC1BA -color9 #94253E -color10 #3F5A22 -color11 #803D1C -color12 #1D5573 -color13 #7B3B70 -color14 #2B747C -color15 #4F5E68 diff --git a/extras/kitty/zenbones_dark.conf b/extras/kitty/zenbones_dark.conf index 89e7064..902cebc 100644 --- a/extras/kitty/zenbones_dark.conf +++ b/extras/kitty/zenbones_dark.conf @@ -1,40 +1,48 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua +# This file is auto-generated by shipwright.nvim # vim:ft=kitty ## name: zenbones_dark -## license: MIT ## author: Michael Chris Lopez +## license: MIT ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_dark.conf - -background #1C1917 -foreground #B4BDC3 -selection_background #3D4042 -selection_foreground #B4BDC3 -url_color #92A0E2 -cursor #B4BDC3 - -# Tabs -active_tab_background #65435E -active_tab_foreground #B4BDC3 -inactive_tab_background #3E3835 -inactive_tab_foreground #B4BDC3 -#tab_bar_background ${tab_bar_background} - -# normal -color0 #0F191F +foreground #B4BDC3 +background #1C1917 +selection_foreground #B4BDC3 +selection_background #3D4042 +# Cursor colors +cursor #C4CACF +cursor_text_color #1C1917 +# URL underline color when hovering with mouse +# kitty window border colors +# OS Window titlebar colors +# Tab bar colors +active_tab_foreground #B4BDC3 +active_tab_background #65435E +inactive_tab_foreground #B4BDC3 +inactive_tab_background #3E3835 +# Colors for marks (marked text in the terminal) +# The basic 16 colors +# black +color0 #1C1917 +color8 #403833 +# red color1 #DE6E7C -color2 #90FF6B -color3 #B77E64 -color4 #8190D4 -color5 #B279A7 -color6 #66A5AD -color7 #C6D5CF - -# bright -color8 #263945 color9 #E8838F -color10 #A0FF85 +# green +color2 #819B69 +color10 #8BAE68 +# yellow +color3 #B77E64 color11 #D68C67 -color12 #92A0E2 +# blue +color4 #6099C0 +color12 #61ABDA +# magenta +color5 #B279A7 color13 #CF86C1 +# cyan +color6 #66A5AD color14 #65B8C1 -color15 #98A39E +# white +color7 #B4BDC3 +color15 #888F94 +# You can set the remaining 240 colors as color16 to color255. diff --git a/extras/kitty/zenbones_dim.conf b/extras/kitty/zenbones_dim.conf deleted file mode 100644 index 61b8042..0000000 --- a/extras/kitty/zenbones_dim.conf +++ /dev/null @@ -1,40 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua -# vim:ft=kitty -## name: zenbones_dim -## license: MIT -## author: Michael Chris Lopez -## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_dim.conf - -background #E8E4E3 -foreground #2C363C -selection_background #C0D1DE -selection_foreground #2C363C -url_color #1D5573 -cursor #2C363C - -# Tabs -active_tab_background #D9AFD0 -active_tab_foreground #2C363C -inactive_tab_background #CABFBA -inactive_tab_foreground #2C363C -#tab_bar_background ${tab_bar_background} - -# normal -color0 #F0EDEC -color1 #A8334C -color2 #4F6C31 -color3 #944927 -color4 #286486 -color5 #88507D -color6 #3B8992 -color7 #2C363C - -# bright -color8 #CFC1BA -color9 #94253E -color10 #3F5A22 -color11 #803D1C -color12 #1D5573 -color13 #7B3B70 -color14 #2B747C -color15 #4F5E68 diff --git a/extras/kitty/zenbones_light.conf b/extras/kitty/zenbones_light.conf index 905c35a..70896f7 100644 --- a/extras/kitty/zenbones_light.conf +++ b/extras/kitty/zenbones_light.conf @@ -1,40 +1,48 @@ -# This file is auto-generated from lua/zenbones/template/kitty.lua +# This file is auto-generated by shipwright.nvim # vim:ft=kitty ## name: zenbones_light -## license: MIT ## author: Michael Chris Lopez +## license: MIT ## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_light.conf - -background #F0EDEC -foreground #2C363C -selection_background #CBD9E3 -selection_foreground #2C363C -url_color #1D5573 -cursor #2C363C - -# Tabs -active_tab_background #DEB9D6 -active_tab_foreground #2C363C -inactive_tab_background #D1C7C3 -inactive_tab_foreground #2C363C -#tab_bar_background ${tab_bar_background} - -# normal -color0 #E5EDE6 +foreground #2C363C +background #F0EDEC +selection_foreground #2C363C +selection_background #CBD9E3 +# Cursor colors +cursor #2C363C +cursor_text_color #F0EDEC +# URL underline color when hovering with mouse +# kitty window border colors +# OS Window titlebar colors +# Tab bar colors +active_tab_foreground #2C363C +active_tab_background #DEB9D6 +inactive_tab_foreground #2C363C +inactive_tab_background #D1C7C3 +# Colors for marks (marked text in the terminal) +# The basic 16 colors +# black +color0 #F0EDEC +color8 #CFC1BA +# red color1 #A8334C -color2 #567A30 -color3 #944927 -color4 #286486 -color5 #88507D -color6 #3B8992 -color7 #202E18 - -# bright -color8 #B3C6B6 color9 #94253E +# green +color2 #4F6C31 color10 #3F5A22 +# yellow +color3 #944927 color11 #803D1C +# blue +color4 #286486 color12 #1D5573 +# magenta +color5 #88507D color13 #7B3B70 +# cyan +color6 #3B8992 color14 #2B747C -color15 #415934 +# white +color7 #2C363C +color15 #4F5E68 +# You can set the remaining 240 colors as color16 to color255. diff --git a/extras/tmux/zenbones_bright.tmux b/extras/tmux/zenbones_bright.tmux deleted file mode 100644 index 4798bb9..0000000 --- a/extras/tmux/zenbones_bright.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] ' -set -g status-style fg='#88507D',bg='#2C363C' - -set -g window-status-current-style fg='#88507D',bg='#2C363C',bold - -set -g pane-border-style fg='#88507D' -set -g pane-active-border-style fg='#88507D' - -set -g message-style fg='#F0EDEC',bg='#D6E1E9' - -set -g display-panes-active-colour '#88507D' -set -g display-panes-colour '#88507D' - -set -g clock-mode-colour '#88507D' - -set -g mode-style fg='#F0EDEC',bg='#D6E1E9' diff --git a/extras/tmux/zenbones_dark.tmux b/extras/tmux/zenbones_dark.tmux deleted file mode 100644 index 6b54c1e..0000000 --- a/extras/tmux/zenbones_dark.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] ' -set -g status-style fg='#B279A7',bg='#C6D5CF' - -set -g window-status-current-style fg='#B279A7',bg='#C6D5CF',bold - -set -g pane-border-style fg='#B279A7' -set -g pane-active-border-style fg='#B279A7' - -set -g message-style fg='#0F191F',bg='#3D4042' - -set -g display-panes-active-colour '#B279A7' -set -g display-panes-colour '#B279A7' - -set -g clock-mode-colour '#B279A7' - -set -g mode-style fg='#0F191F',bg='#3D4042' diff --git a/extras/tmux/zenbones_dim.tmux b/extras/tmux/zenbones_dim.tmux deleted file mode 100644 index 8042c0a..0000000 --- a/extras/tmux/zenbones_dim.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] ' -set -g status-style fg='#88507D',bg='#2C363C' - -set -g window-status-current-style fg='#88507D',bg='#2C363C',bold - -set -g pane-border-style fg='#88507D' -set -g pane-active-border-style fg='#88507D' - -set -g message-style fg='#F0EDEC',bg='#C0D1DE' - -set -g display-panes-active-colour '#88507D' -set -g display-panes-colour '#88507D' - -set -g clock-mode-colour '#88507D' - -set -g mode-style fg='#F0EDEC',bg='#C0D1DE' diff --git a/extras/tmux/zenbones_light.tmux b/extras/tmux/zenbones_light.tmux deleted file mode 100644 index d73c3bb..0000000 --- a/extras/tmux/zenbones_light.tmux +++ /dev/null @@ -1,18 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/tmux.lua -set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} ' -set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] ' -set -g status-style fg='#88507D',bg='#202E18' - -set -g window-status-current-style fg='#88507D',bg='#202E18',bold - -set -g pane-border-style fg='#88507D' -set -g pane-active-border-style fg='#88507D' - -set -g message-style fg='#E5EDE6',bg='#CBD9E3' - -set -g display-panes-active-colour '#88507D' -set -g display-panes-colour '#88507D' - -set -g clock-mode-colour '#88507D' - -set -g mode-style fg='#E5EDE6',bg='#CBD9E3' diff --git a/extras/wezterm/Zenbones_bright.toml b/extras/wezterm/Zenbones_bright.toml deleted file mode 100644 index 25cf4e8..0000000 --- a/extras/wezterm/Zenbones_bright.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenbones_bright -[colors] -foreground = "#2C363C" -background = "#F8F6F5" -cursor_bg = "#2C363C" -cursor_border = "#F8F6F5" -cursor_fg = "#F8F6F5" -selection_bg = "#D6E1E9" -selection_fg = "#2C363C" - -ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"] -brights = ["#CFC1BA", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4F5E68"] diff --git a/extras/wezterm/Zenbones_dark.toml b/extras/wezterm/Zenbones_dark.toml deleted file mode 100644 index aeee76b..0000000 --- a/extras/wezterm/Zenbones_dark.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenbones_dark -[colors] -foreground = "#B4BDC3" -background = "#1C1917" -cursor_bg = "#C4CACF" -cursor_border = "#1C1917" -cursor_fg = "#1C1917" -selection_bg = "#3D4042" -selection_fg = "#B4BDC3" - -ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#8190D4", "#B279A7", "#66A5AD", "#C6D5CF"] -brights = ["#263945", "#E8838F", "#A0FF85", "#D68C67", "#92A0E2", "#CF86C1", "#65B8C1", "#98A39E"] diff --git a/extras/wezterm/Zenbones_dim.toml b/extras/wezterm/Zenbones_dim.toml deleted file mode 100644 index f6bd5e0..0000000 --- a/extras/wezterm/Zenbones_dim.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenbones_dim -[colors] -foreground = "#2C363C" -background = "#E8E4E3" -cursor_bg = "#2C363C" -cursor_border = "#E8E4E3" -cursor_fg = "#E8E4E3" -selection_bg = "#C0D1DE" -selection_fg = "#2C363C" - -ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"] -brights = ["#CFC1BA", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4F5E68"] diff --git a/extras/wezterm/Zenbones_light.toml b/extras/wezterm/Zenbones_light.toml deleted file mode 100644 index 8afb414..0000000 --- a/extras/wezterm/Zenbones_light.toml +++ /dev/null @@ -1,13 +0,0 @@ -# This file is auto-generated from lua/zenbones/template/wezterm.lua -# Zenbones_light -[colors] -foreground = "#2C363C" -background = "#F0EDEC" -cursor_bg = "#2C363C" -cursor_border = "#F0EDEC" -cursor_fg = "#F0EDEC" -selection_bg = "#CBD9E3" -selection_fg = "#2C363C" - -ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"] -brights = ["#B3C6B6", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]