From c4fe7f75c9f31cba6bf32d78f7df0b8f5d19de26 Mon Sep 17 00:00:00 2001
From: "github-actions[bot]"
<41898282+github-actions[bot]@users.noreply.github.com>
Date: Sat, 6 Nov 2021 06:18:54 +0000
Subject: [PATCH] chore: rebuild artifacts
---
.../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/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 | 23 ++
.../lightline/colorscheme/zenwritten_dark.vim | 4 +-
.../colorscheme/zenwritten_light.vim | 4 +-
.../zenbones/generated/forestbones_dark.vim | 252 +++++++++++++
.../zenbones/generated/forestbones_light.vim | 252 +++++++++++++
autoload/zenbones/generated/neobones_dark.vim | 253 +++++++++++++
.../zenbones/generated/neobones_light.vim | 253 +++++++++++++
autoload/zenbones/generated/nordbones.vim | 253 +++++++++++++
.../zenbones/generated/rosebones_dark.vim | 252 +++++++++++++
.../zenbones/generated/rosebones_light.vim | 252 +++++++++++++
.../zenbones/generated/tokyobones_dark.vim | 253 +++++++++++++
.../zenbones/generated/tokyobones_light.vim | 253 +++++++++++++
autoload/zenbones/generated/vimbones.vim | 252 +++++++++++++
autoload/zenbones/generated/zenbones_dark.vim | 252 +++++++++++++
.../zenbones/generated/zenbones_light.vim | 252 +++++++++++++
autoload/zenbones/generated/zenburned.vim | 252 +++++++++++++
.../zenbones/generated/zenwritten_dark.vim | 252 +++++++++++++
.../zenbones/generated/zenwritten_light.vim | 252 +++++++++++++
extras/alacritty/vimbones.yml | 11 +-
extras/alacritty/zenburned.yml | 26 ++
extras/alacritty/zenwritten_dark.yml | 11 +-
extras/alacritty/zenwritten_light.yml | 11 +-
extras/iterm/neobones_dark.itermcolors | 2 +-
extras/iterm/neobones_light.itermcolors | 2 +-
extras/iterm/vimbones.itermcolors | 2 +-
extras/iterm/zenbones_dark.itermcolors | 357 ++++++++++++++++++
extras/iterm/zenbones_light.itermcolors | 357 ++++++++++++++++++
extras/iterm/zenburned.itermcolors | 357 ++++++++++++++++++
extras/iterm/zenwritten_dark.itermcolors | 2 +-
extras/iterm/zenwritten_light.itermcolors | 2 +-
extras/kitty/vimbones.conf | 62 +--
extras/kitty/zenburned.conf | 48 +++
extras/kitty/zenwritten_dark.conf | 62 +--
extras/kitty/zenwritten_light.conf | 62 +--
extras/tmux/neobones_dark.tmux | 3 +-
extras/tmux/neobones_light.tmux | 3 +-
extras/tmux/vimbones.tmux | 3 +-
extras/tmux/zenbones_dark.tmux | 19 +
extras/tmux/zenbones_light.tmux | 19 +
extras/tmux/zenburned.tmux | 19 +
extras/tmux/zenwritten_dark.tmux | 3 +-
extras/tmux/zenwritten_light.tmux | 3 +-
extras/wezterm/Neobones_dark.toml | 16 +-
extras/wezterm/Neobones_light.toml | 16 +-
extras/wezterm/Vimbones.toml | 16 +-
extras/wezterm/Zenbones_dark.toml | 11 +
extras/wezterm/Zenbones_light.toml | 11 +
extras/wezterm/Zenburned.toml | 11 +
extras/wezterm/Zenwritten_dark.toml | 16 +-
extras/wezterm/Zenwritten_light.toml | 16 +-
lua/lualine/themes/forestbones_dark.lua | 2 +-
lua/lualine/themes/forestbones_light.lua | 2 +-
lua/lualine/themes/neobones_dark.lua | 2 +-
lua/lualine/themes/neobones_light.lua | 2 +-
lua/lualine/themes/nordbones.lua | 2 +-
lua/lualine/themes/rosebones_dark.lua | 2 +-
lua/lualine/themes/rosebones_light.lua | 2 +-
lua/lualine/themes/tokyobones_dark.lua | 2 +-
lua/lualine/themes/tokyobones_light.lua | 2 +-
lua/lualine/themes/vimbones.lua | 2 +-
lua/lualine/themes/zenbones_dark.lua | 2 +-
lua/lualine/themes/zenbones_light.lua | 2 +-
lua/lualine/themes/zenburned.lua | 34 ++
lua/lualine/themes/zenwritten_dark.lua | 2 +-
lua/lualine/themes/zenwritten_light.lua | 2 +-
77 files changed, 5289 insertions(+), 196 deletions(-)
create mode 100644 autoload/lightline/colorscheme/zenburned.vim
create mode 100644 autoload/zenbones/generated/forestbones_dark.vim
create mode 100644 autoload/zenbones/generated/forestbones_light.vim
create mode 100644 autoload/zenbones/generated/neobones_dark.vim
create mode 100644 autoload/zenbones/generated/neobones_light.vim
create mode 100644 autoload/zenbones/generated/nordbones.vim
create mode 100644 autoload/zenbones/generated/rosebones_dark.vim
create mode 100644 autoload/zenbones/generated/rosebones_light.vim
create mode 100644 autoload/zenbones/generated/tokyobones_dark.vim
create mode 100644 autoload/zenbones/generated/tokyobones_light.vim
create mode 100644 autoload/zenbones/generated/vimbones.vim
create mode 100644 autoload/zenbones/generated/zenbones_dark.vim
create mode 100644 autoload/zenbones/generated/zenbones_light.vim
create mode 100644 autoload/zenbones/generated/zenburned.vim
create mode 100644 autoload/zenbones/generated/zenwritten_dark.vim
create mode 100644 autoload/zenbones/generated/zenwritten_light.vim
create mode 100644 extras/alacritty/zenburned.yml
create mode 100644 extras/iterm/zenbones_dark.itermcolors
create mode 100644 extras/iterm/zenbones_light.itermcolors
create mode 100644 extras/iterm/zenburned.itermcolors
create mode 100644 extras/kitty/zenburned.conf
create mode 100644 extras/tmux/zenbones_dark.tmux
create mode 100644 extras/tmux/zenbones_light.tmux
create mode 100644 extras/tmux/zenburned.tmux
create mode 100644 extras/wezterm/Zenbones_dark.toml
create mode 100644 extras/wezterm/Zenbones_light.toml
create mode 100644 extras/wezterm/Zenburned.toml
create mode 100644 lua/lualine/themes/zenburned.lua
diff --git a/autoload/lightline/colorscheme/forestbones_dark.vim b/autoload/lightline/colorscheme/forestbones_dark.vim
index 2664832..31c53df 100644
--- a/autoload/lightline/colorscheme/forestbones_dark.vim
+++ b/autoload/lightline/colorscheme/forestbones_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#9CB4C6", "#6F818E", "bold" ], [ "#9CB4C6", "#53606A" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#EDE5D4", "#3E4850" ] ]
let s:p.tabline.right = [ [ "#E7DCC4", "#53606A" ] ]
let s:p.tabline.tabsel = [ [ "#E7DCC4", "#2C343A", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#forestbones_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/forestbones_light.vim b/autoload/lightline/colorscheme/forestbones_light.vim
index 90cb935..654c1c6 100644
--- a/autoload/lightline/colorscheme/forestbones_light.vim
+++ b/autoload/lightline/colorscheme/forestbones_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#5A5236", "#B7A874", "bold" ], [ "#5A5236", "#CFBE83" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#758690", "#E9D795" ] ]
let s:p.tabline.right = [ [ "#4F5B62", "#CFBE83" ] ]
let s:p.tabline.tabsel = [ [ "#4F5B62", "#FAF3E1", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#forestbones_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/neobones_dark.vim b/autoload/lightline/colorscheme/neobones_dark.vim
index a7fa29e..2b034f8 100644
--- a/autoload/lightline/colorscheme/neobones_dark.vim
+++ b/autoload/lightline/colorscheme/neobones_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#7BA9C5", "#4F6F82", "bold" ], [ "#7BA9C5", "#334A57" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#D1E0DA", "#1F2E37" ] ]
let s:p.tabline.right = [ [ "#C6D5CF", "#334A57" ] ]
let s:p.tabline.tabsel = [ [ "#C6D5CF", "#0F191F", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#neobones_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/neobones_light.vim b/autoload/lightline/colorscheme/neobones_light.vim
index dce2549..1fe101d 100644
--- a/autoload/lightline/colorscheme/neobones_light.vim
+++ b/autoload/lightline/colorscheme/neobones_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#4A4F4A", "#9BA69D", "bold" ], [ "#4A4F4A", "#ADB9AF" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#4B663C", "#C8D5C9" ] ]
let s:p.tabline.right = [ [ "#202E18", "#ADB9AF" ] ]
let s:p.tabline.tabsel = [ [ "#202E18", "#E5EDE6", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#neobones_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/nordbones.vim b/autoload/lightline/colorscheme/nordbones.vim
index fbaafe6..0488e19 100644
--- a/autoload/lightline/colorscheme/nordbones.vim
+++ b/autoload/lightline/colorscheme/nordbones.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#A8B1C5", "#727F98", "bold" ], [ "#A8B1C5", "#576175" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#F2F4F7", "#414959" ] ]
let s:p.tabline.right = [ [ "#EBEEF3", "#576175" ] ]
let s:p.tabline.tabsel = [ [ "#EBEEF3", "#2F3541", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#nordbones#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/rosebones_dark.vim b/autoload/lightline/colorscheme/rosebones_dark.vim
index 6486e15..0b14d48 100644
--- a/autoload/lightline/colorscheme/rosebones_dark.vim
+++ b/autoload/lightline/colorscheme/rosebones_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#A4A1B7", "#6B6788", "bold" ], [ "#A4A1B7", "#4A4563" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#E9E0E0", "#2F2C40" ] ]
let s:p.tabline.right = [ [ "#E1D4D4", "#4A4563" ] ]
let s:p.tabline.tabsel = [ [ "#E1D4D4", "#1A1825", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#rosebones_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/rosebones_light.vim b/autoload/lightline/colorscheme/rosebones_light.vim
index 8f06eff..82049cb 100644
--- a/autoload/lightline/colorscheme/rosebones_light.vim
+++ b/autoload/lightline/colorscheme/rosebones_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#605038", "#C5A778", "bold" ], [ "#605038", "#DEBC88" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#AE6966", "#EED7B7" ] ]
let s:p.tabline.right = [ [ "#724341", "#DEBC88" ] ]
let s:p.tabline.tabsel = [ [ "#724341", "#FBF6F0", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#rosebones_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/tokyobones_dark.vim b/autoload/lightline/colorscheme/tokyobones_dark.vim
index 45f36f3..d376393 100644
--- a/autoload/lightline/colorscheme/tokyobones_dark.vim
+++ b/autoload/lightline/colorscheme/tokyobones_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#A3A5B7", "#696B87", "bold" ], [ "#A3A5B7", "#484A61" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#D2D9F8", "#2E2F3F" ] ]
let s:p.tabline.right = [ [ "#C0CAF5", "#484A61" ] ]
let s:p.tabline.tabsel = [ [ "#C0CAF5", "#1A1B26", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#tokyobones_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/tokyobones_light.vim b/autoload/lightline/colorscheme/tokyobones_light.vim
index db9c9c7..94154ac 100644
--- a/autoload/lightline/colorscheme/tokyobones_light.vim
+++ b/autoload/lightline/colorscheme/tokyobones_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#464953", "#9395A2", "bold" ], [ "#464953", "#A6A8B3" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#5F6B9B", "#BCBEC6" ] ]
let s:p.tabline.right = [ [ "#333A57", "#A6A8B3" ] ]
let s:p.tabline.tabsel = [ [ "#333A57", "#D6D7DC", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#tokyobones_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/vimbones.vim b/autoload/lightline/colorscheme/vimbones.vim
index 6e92735..af9a66b 100644
--- a/autoload/lightline/colorscheme/vimbones.vim
+++ b/autoload/lightline/colorscheme/vimbones.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#515143", "#A7A78D", "bold" ], [ "#515143", "#BABB9D" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#686868", "#D6D6B5" ] ]
let s:p.tabline.right = [ [ "#353535", "#BABB9D" ] ]
let s:p.tabline.tabsel = [ [ "#353535", "#F0F0CA", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#vimbones#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/zenbones_dark.vim b/autoload/lightline/colorscheme/zenbones_dark.vim
index f89c73f..6c3cb10 100644
--- a/autoload/lightline/colorscheme/zenbones_dark.vim
+++ b/autoload/lightline/colorscheme/zenbones_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#AFA099", "#736863", "bold" ], [ "#AFA099", "#4F4844" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#CAD0D4", "#322D2B" ] ]
let s:p.tabline.right = [ [ "#B4BDC3", "#4F4844" ] ]
let s:p.tabline.tabsel = [ [ "#B4BDC3", "#1C1917", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#zenbones_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/zenbones_light.vim b/autoload/lightline/colorscheme/zenbones_light.vim
index 893c826..da13d91 100644
--- a/autoload/lightline/colorscheme/zenbones_light.vim
+++ b/autoload/lightline/colorscheme/zenbones_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#564E4A", "#B2A39B", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#596A76", "#DAD3CF" ] ]
let s:p.tabline.right = [ [ "#2C363C", "#C4B6AF" ] ]
let s:p.tabline.tabsel = [ [ "#2C363C", "#F0EDEC", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#zenbones_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/zenburned.vim b/autoload/lightline/colorscheme/zenburned.vim
new file mode 100644
index 0000000..81eaef8
--- /dev/null
+++ b/autoload/lightline/colorscheme/zenburned.vim
@@ -0,0 +1,23 @@
+" This file is auto-generated by shipwright.nvim
+let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
+
+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.inactive.left = [ [ "#F5EDE0", "#525252" ], [ "#F5EDE0", "#525252" ] ]
+let s:p.inactive.middle = [ [ "#F5EDE0", "#525252" ] ]
+let s:p.inactive.right = [ [ "#F5EDE0", "#525252" ] ]
+
+let s:p.insert.left = [ [ "#B6B6B6", "#53738B", "bold" ], [ "#B6B6B6", "#6A6A6A" ] ]
+let s:p.replace.left = [ [ "#B6B6B6", "#764544", "bold" ], [ "#B6B6B6", "#6A6A6A" ] ]
+let s:p.visual.left = [ [ "#B6B6B6", "#746956", "bold" ], [ "#B6B6B6", "#6A6A6A" ] ]
+
+let s:p.tabline.left = [ [ "#F0E4CF", "#6A6A6A", "italic" ] ]
+let s:p.tabline.middle = [ [ "#F5EDE0", "#525252" ] ]
+let s:p.tabline.right = [ [ "#F0E4CF", "#6A6A6A" ] ]
+let s:p.tabline.tabsel = [ [ "#F0E4CF", "#404040", "bold" ] ]
+
+let g:lightline#colorscheme#zenburned#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/zenwritten_dark.vim b/autoload/lightline/colorscheme/zenwritten_dark.vim
index 7d57a99..bf9098a 100644
--- a/autoload/lightline/colorscheme/zenwritten_dark.vim
+++ b/autoload/lightline/colorscheme/zenwritten_dark.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#A3A3A3", "#6A6A6A", "bold" ], [ "#A3A3A3", "#494949" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#CFCFCF", "#2E2E2E" ] ]
let s:p.tabline.right = [ [ "#BBBBBB", "#494949" ] ]
let s:p.tabline.tabsel = [ [ "#BBBBBB", "#191919", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#zenwritten_dark#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/lightline/colorscheme/zenwritten_light.vim b/autoload/lightline/colorscheme/zenwritten_light.vim
index 49c9ad0..7bf0597 100644
--- a/autoload/lightline/colorscheme/zenwritten_light.vim
+++ b/autoload/lightline/colorscheme/zenwritten_light.vim
@@ -1,4 +1,4 @@
-" This file is auto-generated from lua/zenbones/template/lightline.lua
+" This file is auto-generated by shipwright.nvim
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
let s:p.normal.left = [ [ "#505050", "#A6A6A6", "bold" ], [ "#505050", "#B9B9B9" ] ]
@@ -20,4 +20,4 @@ let s:p.tabline.middle = [ [ "#686868", "#D4D4D4" ] ]
let s:p.tabline.right = [ [ "#353535", "#B9B9B9" ] ]
let s:p.tabline.tabsel = [ [ "#353535", "#EEEEEE", "bold" ] ]
-let g:lightline#colorscheme#zenbones#palette = lightline#colorscheme#fill(s:p)
+let g:lightline#colorscheme#zenwritten_light#palette = lightline#colorscheme#fill(s:p)
diff --git a/autoload/zenbones/generated/forestbones_dark.vim b/autoload/zenbones/generated/forestbones_dark.vim
new file mode 100644
index 0000000..fc56dac
--- /dev/null
+++ b/autoload/zenbones/generated/forestbones_dark.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#forestbones_dark#load() abort
+let g:terminal_color_0 = '#2C343A'
+let g:terminal_color_1 = '#E67C7F'
+let g:terminal_color_2 = '#A9C181'
+let g:terminal_color_3 = '#DDBD7F'
+let g:terminal_color_4 = '#7FBCB4'
+let g:terminal_color_5 = '#D69AB7'
+let g:terminal_color_6 = '#83C193'
+let g:terminal_color_7 = '#E7DCC4'
+let g:terminal_color_8 = '#45525C'
+let g:terminal_color_9 = '#ED9294'
+let g:terminal_color_10 = '#B0CE7B'
+let g:terminal_color_11 = '#EDC77A'
+let g:terminal_color_12 = '#7AC9C0'
+let g:terminal_color_13 = '#E5A7C4'
+let g:terminal_color_14 = '#7DD093'
+let g:terminal_color_15 = '#B2A790'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#EDE5D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#EDE5D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#EDE5D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#C6BAA0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#817967 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#E7DCC4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#CFC3A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#ADA28B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#9F9580 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#83C193 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#685A41 guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#6E7B85 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#9F9580 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#ADA28B 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=#2C343A guibg=#EBE2CF guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#313A41 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#E7DCC4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#7B8E9D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#D69AB7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#D69AB7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#DDBD7F guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#DDBD7F guibg=#393733 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#3E482D guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#304946 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#643839 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#E7DCC4 guibg=#456763 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#798B9A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#667783 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#9CB4C6 guibg=#46525B guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#E7DCC4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#A9C181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#C6BAA0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#2C343A guibg=#DFB2C7 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#444C53 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#6E7B85 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#D69AB7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#83C193 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#83C193 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#D69AB7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#2C343A guibg=#D69AB7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#D69AB7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#2C343A guibg=#D69AB7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#A9C181 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#E7DCC4 guibg=#313A41 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=#5D6D78 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#E7DCC4 guibg=#2C343A guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#374149 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#E7DCC4 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#3E4850 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#E7DCC4 guibg=#2F383F guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#7FBCB4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#D69AB7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#3E4850 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#6F818E guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#53606A guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#8296A5 guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#83C193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#E7DCC4 guibg=#9E5179 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#D69AB7 guibg=#D69AB7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#B5AA92 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#6E7B85 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#5D6D78 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#D48688 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#D48688 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#D48688 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#A9C181 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#E7DCC4 guibg=#46525B guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#EDE5D4 guibg=#3E4850 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#C6BAA0 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=#798B9A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#D69AB7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#E67C7F guibg=#313A41 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#615B51 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#2C343A guibg=#D69AB7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#A9C181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#DDBD7F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#DDBD7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#D69AB7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#A9C181 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#E67C7F guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#E67C7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#2C343A guibg=#978D79 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#E7DCC4 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/forestbones_light.vim b/autoload/zenbones/generated/forestbones_light.vim
new file mode 100644
index 0000000..1b82f62
--- /dev/null
+++ b/autoload/zenbones/generated/forestbones_light.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#forestbones_light#load() abort
+let g:terminal_color_0 = '#FAF3E1'
+let g:terminal_color_1 = '#F85550'
+let g:terminal_color_2 = '#8DA200'
+let g:terminal_color_3 = '#DEA000'
+let g:terminal_color_4 = '#3A94C4'
+let g:terminal_color_5 = '#DF69BA'
+let g:terminal_color_6 = '#36A87E'
+let g:terminal_color_7 = '#4F5B62'
+let g:terminal_color_8 = '#DBC988'
+let g:terminal_color_9 = '#E6271C'
+let g:terminal_color_10 = '#758700'
+let g:terminal_color_11 = '#B98500'
+let g:terminal_color_12 = '#297CA6'
+let g:terminal_color_13 = '#CA43A3'
+let g:terminal_color_14 = '#258C67'
+let g:terminal_color_15 = '#6E7F88'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#758690 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#758690 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#758690 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#63727A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#8A9EAA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#4F5B62 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#5E6D75 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#73848D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#798C96 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#36A87E guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#E9CDAD guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#9A9071 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#6E7F88 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#73848D 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=#FAF3E1 guibg=#4F5B62 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#F6EBC8 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#4F5B62 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#92865B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#DF69BA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#DF69BA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#DF69BA guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#DEA000 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#DEA000 guibg=#F5E6D7 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#DDE7BD guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#DCE3EB guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#EEDFDF guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#4F5B62 guibg=#B0C3D4 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#7C724D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#A99B6A guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#5A5236 guibg=#DAC98B guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#4F5B62 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#8DA200 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#63727A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#E0D19F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#9A9071 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#DF69BA guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#36A87E guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#36A87E guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#DF69BA guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#DF69BA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#8DA200 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#4F5B62 guibg=#F6EBC8 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=#C0B079 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#4F5B62 guibg=#FAF3E1 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#F3E2AA guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#4F5B62 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#E9D795 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#4F5B62 guibg=#F6EBC8 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#3A94C4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#DF69BA guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#E9D795 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#B7A874 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#CFBE83 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#FCF9F1 guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#36A87E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#4F5B62 guibg=#EEBADB guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#DF69BA guibg=#DF69BA guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#6E7F88 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#9A9071 guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#E16966 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#8DA200 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#4F5B62 guibg=#E0CE8F guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#758690 guibg=#E9D795 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#63727A 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=#7C724D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#DF69BA guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#F85550 guibg=#F6EBC8 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#D3DFE6 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#8DA200 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#DEA000 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#DEA000 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#DF69BA guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#8DA200 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#F85550 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#F85550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#FAF3E1 guibg=#697982 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#4F5B62 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/neobones_dark.vim b/autoload/zenbones/generated/neobones_dark.vim
new file mode 100644
index 0000000..4308e51
--- /dev/null
+++ b/autoload/zenbones/generated/neobones_dark.vim
@@ -0,0 +1,253 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#neobones_dark#load() abort
+let g:terminal_color_0 = '#0F191F'
+let g:terminal_color_1 = '#DE6E7C'
+let g:terminal_color_2 = '#90FF6B'
+let g:terminal_color_3 = '#B77E64'
+let g:terminal_color_4 = '#8190D4'
+let g:terminal_color_5 = '#B279A7'
+let g:terminal_color_6 = '#66A5AD'
+let g:terminal_color_7 = '#C6D5CF'
+let g:terminal_color_8 = '#263945'
+let g:terminal_color_9 = '#E8838F'
+let g:terminal_color_10 = '#A0FF85'
+let g:terminal_color_11 = '#D68C67'
+let g:terminal_color_12 = '#92A0E2'
+let g:terminal_color_13 = '#CF86C1'
+let g:terminal_color_14 = '#65B8C1'
+let g:terminal_color_15 = '#98A39E'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#D1E0DA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#D1E0DA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#D1E0DA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#A7B3AE guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#6E7673 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#C6D5CF guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#B1BEB9 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#939E99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#86908C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#53372B guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#536977 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#86908C guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#939E99 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link TroubleSource Constant
+highlight! link WhichKeyValue Constant
+highlight Cursor guifg=#0F191F guibg=#CEDDD7 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#152128 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#C6D5CF guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#5B7E94 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#1F1B19 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#1C2C19 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#1F2645 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#3B2023 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#C6D5CF guibg=#343F6D guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#1F3E56 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#466273 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#7BA9C5 guibg=#273944 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#C6D5CF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#90FF6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#A7B3AE guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#0F191F guibg=#BE8CB3 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#28343C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#536977 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#0F191F guibg=#B279A7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#0F191F guibg=#B279A7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#90FF6B guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#C6D5CF guibg=#152128 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=#3E5868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#C6D5CF guibg=#0F191F guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#1A2730 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#C6D5CF guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#1F2E37 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#C6D5CF guibg=#141F26 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#8190D4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#20303A guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#4F6F82 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#334A57 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#60869D guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#C6D5CF guibg=#62415B guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#9AA6A1 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#536977 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#3E5868 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#C6D5CF guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#C6D5CF guibg=#273944 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#D1E0DA guibg=#1F2E37 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#A7B3AE 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=#597B91 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#DE6E7C guibg=#152128 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#6E99B2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#3A3E3D guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#0F191F guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#90FF6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#90FF6B guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#DE6E7C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight helpHyperTextJump guifg=#8FC77E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpOption helpHyperTextJump
+highlight! link markdownUrl helpHyperTextJump
+highlight lCursor guifg=#0F191F guibg=#818B87 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#C6D5CF guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/neobones_light.vim b/autoload/zenbones/generated/neobones_light.vim
new file mode 100644
index 0000000..2cf0986
--- /dev/null
+++ b/autoload/zenbones/generated/neobones_light.vim
@@ -0,0 +1,253 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#neobones_light#load() abort
+let g:terminal_color_0 = '#E5EDE6'
+let g:terminal_color_1 = '#A8334C'
+let g:terminal_color_2 = '#567A30'
+let g:terminal_color_3 = '#944927'
+let g:terminal_color_4 = '#286486'
+let g:terminal_color_5 = '#88507D'
+let g:terminal_color_6 = '#3B8992'
+let g:terminal_color_7 = '#202E18'
+let g:terminal_color_8 = '#B3C6B6'
+let g:terminal_color_9 = '#94253E'
+let g:terminal_color_10 = '#3F5A22'
+let g:terminal_color_11 = '#803D1C'
+let g:terminal_color_12 = '#1D5573'
+let g:terminal_color_13 = '#7B3B70'
+let g:terminal_color_14 = '#2B747C'
+let g:terminal_color_15 = '#415934'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#4B663C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#4B663C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#4B663C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#364A2A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#648550 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#304325 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#476038 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#516D41 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#E5C2B9 guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#878D88 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#415934 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#476038 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link TroubleSource Constant
+highlight! link WhichKeyValue Constant
+highlight Cursor guifg=#E5EDE6 guibg=#202E18 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#DAE5DB guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#7B837C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F1DBD6 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#C8E2B5 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#D1DBE5 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#EAD5D7 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#202E18 guibg=#A6BBCF guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#6A716B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#8F9890 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#4A4F4A guibg=#B8C4B9 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#202E18 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#567A30 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#364A2A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#E5EDE6 guibg=#BD72AF guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#C4CFC6 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#878D88 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#E5EDE6 guibg=#88507D guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#E5EDE6 guibg=#88507D guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#567A30 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#202E18 guibg=#DAE5DB 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=#A3AEA4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#202E18 guibg=#E5EDE6 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#D0DED2 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#202E18 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#C8D5C9 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#202E18 guibg=#DAE5DB guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#C8D5C9 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#9BA69D guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#ADB9AF guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#F4F7F5 guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#202E18 guibg=#DCB5D4 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#415934 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#878D88 guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#202E18 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#202E18 guibg=#BDCABF guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#4B663C guibg=#C8D5C9 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#364A2A 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=#6A716B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#A8334C guibg=#DAE5DB guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#495C4C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#ADE48C guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#E5EDE6 guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#567A30 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#567A30 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight helpHyperTextJump guifg=#195275 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpOption helpHyperTextJump
+highlight! link markdownUrl helpHyperTextJump
+highlight lCursor guifg=#E5EDE6 guibg=#3F5632 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#202E18 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/nordbones.vim b/autoload/zenbones/generated/nordbones.vim
new file mode 100644
index 0000000..3f843fa
--- /dev/null
+++ b/autoload/zenbones/generated/nordbones.vim
@@ -0,0 +1,253 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#nordbones#load() abort
+let g:terminal_color_0 = '#2F3541'
+let g:terminal_color_1 = '#C1616A'
+let g:terminal_color_2 = '#A4BE8D'
+let g:terminal_color_3 = '#CF866F'
+let g:terminal_color_4 = '#8FBCBA'
+let g:terminal_color_5 = '#B38DAC'
+let g:terminal_color_6 = '#87BFCE'
+let g:terminal_color_7 = '#EBEEF3'
+let g:terminal_color_8 = '#475063'
+let g:terminal_color_9 = '#D6787F'
+let g:terminal_color_10 = '#A8CC86'
+let g:terminal_color_11 = '#E09680'
+let g:terminal_color_12 = '#89CAC8'
+let g:terminal_color_13 = '#CF97C5'
+let g:terminal_color_14 = '#82CCE0'
+let g:terminal_color_15 = '#A5B4CD'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#F2F4F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#F2F4F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#F2F4F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#BFCADB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#7285A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#EBEEF3 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#CDD5E2 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#9EAFC9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#8DA2C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#87BFCE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#825243 guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#737C90 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#8DA2C0 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#9EAFC9 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=#2F3541 guibg=#EEF1F5 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#353C49 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#EBEEF3 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#818EAB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#B38DAC guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#B38DAC guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#B38DAC guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#CF866F guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#CF866F guibg=#403735 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#3D4B2F guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#324B4B guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#663A3E guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#EBEEF3 guibg=#476968 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#7E8CA8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#69758C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#A8B1C5 guibg=#485061 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#87BFCE guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#A4BE8D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifer guifg=#EBEEF3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#BFCADB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#2F3541 guibg=#D1BACD guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#474E5B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#737C90 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#B38DAC guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#87BFCE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#87BFCE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#B38DAC guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#2F3541 guibg=#B38DAC guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#B38DAC guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#2F3541 guibg=#B38DAC guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#A4BE8D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#EBEEF3 guibg=#353C49 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=#606B81 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#EBEEF3 guibg=#2F3541 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#3B4251 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#8FBCBA guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#414959 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#EBEEF3 guibg=#333946 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#8FBCBA guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#B38DAC guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#414959 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#727F98 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#576175 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#8694B0 guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#EBEEF3 guibg=#84637E guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#B38DAC guibg=#B38DAC guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#ABBAD0 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#737C90 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#606B81 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#B16B70 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#B16B70 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#B16B70 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#81A1C1 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#EBEEF3 guibg=#485061 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#F2F4F7 guibg=#414959 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#BFCADB 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=#7E8CA8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#B38DAC guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#C1616A guibg=#353C49 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#5E81AB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#545F70 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#2F3541 guibg=#B38DAC guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#A4BE8D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#CF866F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#CF866F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#B38DAC guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#A4BE8D guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#C1616A guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#C1616A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#2F3541 guibg=#8297B6 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#EBEEF3 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/rosebones_dark.vim b/autoload/zenbones/generated/rosebones_dark.vim
new file mode 100644
index 0000000..b6d3ad4
--- /dev/null
+++ b/autoload/zenbones/generated/rosebones_dark.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#rosebones_dark#load() abort
+let g:terminal_color_0 = '#1A1825'
+let g:terminal_color_1 = '#EB7193'
+let g:terminal_color_2 = '#317490'
+let g:terminal_color_3 = '#F6C074'
+let g:terminal_color_4 = '#9CCFD8'
+let g:terminal_color_5 = '#C4A7E7'
+let g:terminal_color_6 = '#9CCFD8'
+let g:terminal_color_7 = '#E1D4D4'
+let g:terminal_color_8 = '#3A3651'
+let g:terminal_color_9 = '#F289A4'
+let g:terminal_color_10 = '#358DAF'
+let g:terminal_color_11 = '#F9CA8E'
+let g:terminal_color_12 = '#94DAE6'
+let g:terminal_color_13 = '#CEB3EF'
+let g:terminal_color_14 = '#94DAE6'
+let g:terminal_color_15 = '#BF9B99'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#E9E0E0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#E9E0E0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#E9E0E0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#CAB0AF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#9C6A68 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#E1D4D4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#D0B9B8 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#BC9493 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#B48583 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#9CCFD8 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#4C3D2C guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#69657E guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#B48583 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#BC9493 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=#1A1825 guibg=#E7DDDD guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#222030 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#E1D4D4 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#7D7997 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#C4A7E7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#F6C074 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#F6C074 guibg=#1F1D1B guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#1D2C34 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#1C2D2F guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#3D2229 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#E1D4D4 guibg=#30484C guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#7A7695 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#625D7F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#A4A1B7 guibg=#3A364E guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#E1D4D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#CAB0AF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#1A1825 guibg=#B48DE0 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#353345 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#69657E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#C4A7E7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#9CCFD8 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#9CCFD8 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#C4A7E7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#1A1825 guibg=#C4A7E7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#C4A7E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#1A1825 guibg=#C4A7E7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#317490 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#E1D4D4 guibg=#222030 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=#565172 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#E1D4D4 guibg=#1A1825 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#282638 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#E1D4D4 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#2F2C40 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#E1D4D4 guibg=#201E2D guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#9CCFD8 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#C4A7E7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#312E43 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#6B6788 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#4A4563 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#84809D guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#E1D4D4 guibg=#673592 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#C4A7E7 guibg=#C4A7E7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#69657E guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#565172 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#D67E95 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#D67E95 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#D67E95 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#E1D4D4 guibg=#3A364E guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#E9E0E0 guibg=#2F2C40 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#CAB0AF 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=#7A7695 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#C4A7E7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#EB7193 guibg=#222030 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#DFDEF1 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#523A39 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#1A1825 guibg=#C4A7E7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#F6C074 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#F6C074 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#C4A7E7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#317490 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#EB7193 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#EB7193 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#1A1825 guibg=#B27F7C guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#E1D4D4 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/rosebones_light.vim b/autoload/zenbones/generated/rosebones_light.vim
new file mode 100644
index 0000000..c59f45d
--- /dev/null
+++ b/autoload/zenbones/generated/rosebones_light.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#rosebones_light#load() abort
+let g:terminal_color_0 = '#FBF6F0'
+let g:terminal_color_1 = '#B5637A'
+let g:terminal_color_2 = '#286A84'
+let g:terminal_color_3 = '#EC9D33'
+let g:terminal_color_4 = '#5795A0'
+let g:terminal_color_5 = '#917BA9'
+let g:terminal_color_6 = '#5795A0'
+let g:terminal_color_7 = '#724341'
+let g:terminal_color_8 = '#E8C48B'
+let g:terminal_color_9 = '#A54A66'
+let g:terminal_color_10 = '#1C5970'
+let g:terminal_color_11 = '#C68223'
+let g:terminal_color_12 = '#407D88'
+let g:terminal_color_13 = '#855AAC'
+let g:terminal_color_14 = '#407D88'
+let g:terminal_color_15 = '#A4635F'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#AE6966 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#AE6966 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#AE6966 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#935855 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#C28784 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#724341 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#89524F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#AB6763 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#B56E6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#5795A0 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#EACFBD guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#A18E72 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#A4635F guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#AB6763 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=#FBF6F0 guibg=#724341 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#F7ECE0 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#724341 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#9B835D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#917BA9 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#EC9D33 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#EC9D33 guibg=#F6E9E0 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#DDE7ED guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#D6E9ED guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#F0E2E5 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#724341 guibg=#A8C9D1 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#877150 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#B69A6E guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#605038 guibg=#E7C48E guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#724341 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#935855 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#FBF6F0 guibg=#A18EB6 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#E8D1B3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#A18E72 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#917BA9 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#5795A0 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#5795A0 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#917BA9 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#FBF6F0 guibg=#917BA9 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#917BA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#FBF6F0 guibg=#917BA9 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#286A84 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#724341 guibg=#F7ECE0 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=#CEAF7E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#724341 guibg=#FBF6F0 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#F3E3CF guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#724341 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#EED7B7 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#724341 guibg=#F7ECE0 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#5795A0 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#917BA9 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#EED7B7 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#C5A778 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#DEBC88 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#FEFCFA guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#724341 guibg=#D1C9DC guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#917BA9 guibg=#917BA9 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#A18E72 guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#A66B7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#724341 guibg=#EACA9B guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#AE6966 guibg=#EED7B7 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#935855 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=#877150 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#917BA9 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#B5637A guibg=#F7ECE0 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#57527A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#EADDDC guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#FBF6F0 guibg=#917BA9 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#EC9D33 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#EC9D33 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#917BA9 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#286A84 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#B5637A guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#B5637A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#FBF6F0 guibg=#9D5F5B guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#724341 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/tokyobones_dark.vim b/autoload/zenbones/generated/tokyobones_dark.vim
new file mode 100644
index 0000000..3770820
--- /dev/null
+++ b/autoload/zenbones/generated/tokyobones_dark.vim
@@ -0,0 +1,253 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#tokyobones_dark#load() abort
+let g:terminal_color_0 = '#1A1B26'
+let g:terminal_color_1 = '#F77890'
+let g:terminal_color_2 = '#74DBCB'
+let g:terminal_color_3 = '#E1B068'
+let g:terminal_color_4 = '#7BA2F7'
+let g:terminal_color_5 = '#BB9BF7'
+let g:terminal_color_6 = '#2BC4DE'
+let g:terminal_color_7 = '#C0CAF5'
+let g:terminal_color_8 = '#36384D'
+let g:terminal_color_9 = '#F98EA0'
+let g:terminal_color_10 = '#6DE5D3'
+let g:terminal_color_11 = '#F2BA64'
+let g:terminal_color_12 = '#90AFFA'
+let g:terminal_color_13 = '#C6ACFA'
+let g:terminal_color_14 = '#74DBCB'
+let g:terminal_color_15 = '#7E98EB'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#D2D9F8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#3E6DD5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#A3B4F1 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#7592EA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#6085E7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#4E402E guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#65677D guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#6085E7 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#7592EA 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=#1A1B26 guibg=#CED6F7 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#222330 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#787A94 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#BB9BF7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#E1B068 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#E1B068 guibg=#211F1D guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#1D2F2C guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#212C44 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#412428 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#C0CAF5 guibg=#36466A guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#5F617E guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#A3A5B7 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#C0CAF5 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#98ABEF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#1A1B26 guibg=#B38DF6 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#353644 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#65677D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#2BC4DE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#2BC4DE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#74DBCB guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#C0CAF5 guibg=#222330 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=#535570 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#C0CAF5 guibg=#1A1B26 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#282938 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#2BC4DE guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link Boolean Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#C0CAF5 guibg=#20212D guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#7BA2F7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#BB9BF7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#303142 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#696B87 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#484A61 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#80829B guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#BB9BF7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#C0CAF5 guibg=#6E20BD guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#BB9BF7 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#65677D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#535570 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#E18695 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#C0CAF5 guibg=#36384A guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#D2D9F8 guibg=#2E2F3F guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstBuiltin guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TSConstant guifg=#FF9E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TSKeyword guifg=#BB9BF7 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link BufferCurrent TabLineSel
+highlight TelescopeBorder guifg=#767892 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#F77890 guibg=#222330 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#9394AA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#2C4075 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#E1B068 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#E1B068 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#BB9BF7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#74DBCB guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#F77890 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#F77890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#1A1B26 guibg=#5C82E6 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#C0CAF5 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/tokyobones_light.vim b/autoload/zenbones/generated/tokyobones_light.vim
new file mode 100644
index 0000000..a8cfad7
--- /dev/null
+++ b/autoload/zenbones/generated/tokyobones_light.vim
@@ -0,0 +1,253 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#tokyobones_light#load() abort
+let g:terminal_color_0 = '#D6D7DC'
+let g:terminal_color_1 = '#8B4351'
+let g:terminal_color_2 = '#34645D'
+let g:terminal_color_3 = '#8F5E14'
+let g:terminal_color_4 = '#34548C'
+let g:terminal_color_5 = '#5A4A79'
+let g:terminal_color_6 = '#176775'
+let g:terminal_color_7 = '#333A57'
+let g:terminal_color_8 = '#ADB0BD'
+let g:terminal_color_9 = '#7E3242'
+let g:terminal_color_10 = '#26554F'
+let g:terminal_color_11 = '#794E0D'
+let g:terminal_color_12 = '#26467A'
+let g:terminal_color_13 = '#503875'
+let g:terminal_color_14 = '#34645D'
+let g:terminal_color_15 = '#56618D'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#5F6B9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#7D87B4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#434C70 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#5B6694 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#6370A2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#DBAD85 guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#7C7E89 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#56618D guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#5B6694 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=#D6D7DC guibg=#333A57 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#333A57 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#737686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#5A4A79 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#8F5E14 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#8F5E14 guibg=#E9C5A8 guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#A9CEC7 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#C0C6D8 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#DFBEC3 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#333A57 guibg=#9BA6C2 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#888B99 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#464953 guibg=#AEB0BA guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#333A57 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#4A537A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#D6D7DC guibg=#8271A4 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#BABBC2 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#7C7E89 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#176775 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#176775 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#34645D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#333A57 guibg=#CDCED4 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=#9B9DA9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#333A57 guibg=#D6D7DC guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#C8C9CF guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#176775 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link Boolean Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#333A57 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#34548C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#5A4A79 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#9395A2 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#A6A8B3 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#EDEEF0 guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#5A4A79 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#333A57 guibg=#B3A9C9 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#5A4A79 guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#7C7E89 guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#7F4A54 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#333A57 guibg=#B4B6BE guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#5F6B9B guibg=#BCBEC6 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstBuiltin guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TSConstant guifg=#965127 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TSKeyword guifg=#5A4A79 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight TabLineSel guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link BufferCurrent TabLineSel
+highlight TelescopeBorder guifg=#626573 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#8B4351 guibg=#CDCED4 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#484F6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#BBC0D8 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#8F5E14 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#8F5E14 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#5A4A79 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#34645D guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#8B4351 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#8B4351 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#D6D7DC guibg=#525C87 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#333A57 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/vimbones.vim b/autoload/zenbones/generated/vimbones.vim
new file mode 100644
index 0000000..8e9ae78
--- /dev/null
+++ b/autoload/zenbones/generated/vimbones.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#vimbones#load() abort
+let g:terminal_color_0 = '#F0F0CA'
+let g:terminal_color_1 = '#A8334C'
+let g:terminal_color_2 = '#4F6C31'
+let g:terminal_color_3 = '#944927'
+let g:terminal_color_4 = '#286486'
+let g:terminal_color_5 = '#88507D'
+let g:terminal_color_6 = '#3B8992'
+let g:terminal_color_7 = '#353535'
+let g:terminal_color_8 = '#C6C6A3'
+let g:terminal_color_9 = '#94253E'
+let g:terminal_color_10 = '#3F5A22'
+let g:terminal_color_11 = '#803D1C'
+let g:terminal_color_12 = '#1D5573'
+let g:terminal_color_13 = '#7B3B70'
+let g:terminal_color_14 = '#2B747C'
+let g:terminal_color_15 = '#5C5C5C'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#505050 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#494949 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#636363 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#8C8C7C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#636363 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=#F0F0CA guibg=#353535 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#E7E8C3 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#85856F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#D4DEE7 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#EBD8DA guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#353535 guibg=#A9BED1 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#71715E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#9A9A81 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#515143 guibg=#C6C6A6 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#353535 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#505050 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#F0F0CA guibg=#C074B2 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#D0D0B6 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#8C8C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#F0F0CA guibg=#88507D guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#F0F0CA guibg=#88507D guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#353535 guibg=#E7E8C3 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=#B0B093 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#353535 guibg=#F0F0CA guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#DFDFBC guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#2A6535 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#D6D6B5 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#353535 guibg=#E7E8C3 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#D6D6B5 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#A7A78D guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#BABB9D guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#F9F9D2 guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#35663D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#353535 guibg=#DEB9D6 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#8C8C7C guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#156A29 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#353535 guibg=#CBCBAB guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#686868 guibg=#D6D6B5 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#505050 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=#71715E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E7E8C3 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#5B5B42 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#F0F0CA guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#4F6C31 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#F0F0CA guibg=#595959 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#353535 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/zenbones_dark.vim b/autoload/zenbones/generated/zenbones_dark.vim
new file mode 100644
index 0000000..4360902
--- /dev/null
+++ b/autoload/zenbones/generated/zenbones_dark.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#zenbones_dark#load() abort
+let g:terminal_color_0 = '#1C1917'
+let g:terminal_color_1 = '#DE6E7C'
+let g:terminal_color_2 = '#819B69'
+let g:terminal_color_3 = '#B77E64'
+let g:terminal_color_4 = '#6099C0'
+let g:terminal_color_5 = '#B279A7'
+let g:terminal_color_6 = '#66A5AD'
+let g:terminal_color_7 = '#B4BDC3'
+let g:terminal_color_8 = '#403833'
+let g:terminal_color_9 = '#E8838F'
+let g:terminal_color_10 = '#8BAE68'
+let g:terminal_color_11 = '#D68C67'
+let g:terminal_color_12 = '#61ABDA'
+let g:terminal_color_13 = '#CF86C1'
+let g:terminal_color_14 = '#65B8C1'
+let g:terminal_color_15 = '#888F94'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#CAD0D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#64696D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#9FA7AD guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#868C91 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#797F84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#55392C guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#6E6763 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#797F84 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#868C91 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=#1C1917 guibg=#C4CACF guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#25211F guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#867A74 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#1D2C36 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#3E2225 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#B4BDC3 guibg=#324757 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#837771 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#685F5A guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#AFA099 guibg=#3E3835 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#B4BDC3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#979FA4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#1C1917 guibg=#BF8FB5 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#383432 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#6E6763 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#B4BDC3 guibg=#25211F 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=#5C534F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#B4BDC3 guibg=#1C1917 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#2C2725 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#B4BDC3 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#322D2B guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#B4BDC3 guibg=#231F1D guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#352F2D guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#736863 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#4F4844 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#8E817B guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#B4BDC3 guibg=#65435E guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#8D9499 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#6E6763 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#5C534F guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#B4BDC3 guibg=#3E3835 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#CAD0D4 guibg=#322D2B guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#979FA4 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=#837771 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#DE6E7C guibg=#25211F guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#A1938C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#3D4042 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#819B69 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#DE6E7C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#1C1917 guibg=#797F84 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#B4BDC3 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/zenbones_light.vim b/autoload/zenbones/generated/zenbones_light.vim
new file mode 100644
index 0000000..3a15680
--- /dev/null
+++ b/autoload/zenbones/generated/zenbones_light.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#zenbones_light#load() abort
+let g:terminal_color_0 = '#F0EDEC'
+let g:terminal_color_1 = '#A8334C'
+let g:terminal_color_2 = '#4F6C31'
+let g:terminal_color_3 = '#944927'
+let g:terminal_color_4 = '#286486'
+let g:terminal_color_5 = '#88507D'
+let g:terminal_color_6 = '#3B8992'
+let g:terminal_color_7 = '#2C363C'
+let g:terminal_color_8 = '#CFC1BA'
+let g:terminal_color_9 = '#94253E'
+let g:terminal_color_10 = '#3F5A22'
+let g:terminal_color_11 = '#803D1C'
+let g:terminal_color_12 = '#1D5573'
+let g:terminal_color_13 = '#7B3B70'
+let g:terminal_color_14 = '#2B747C'
+let g:terminal_color_15 = '#4F5E68'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#596A76 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#596A76 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#596A76 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#44525B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#728794 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#3E4B53 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#556570 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#5E6F7B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#948985 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#4F5E68 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#556570 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=#F0EDEC guibg=#2C363C guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#E9E4E2 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#8E817B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#D4DEE7 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#EBD8DA guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#2C363C guibg=#A9BED1 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#786D68 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#A4968F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#564E4A guibg=#CDC2BC guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#2C363C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#44525B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#F0EDEC guibg=#C074B2 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#D4CDCA guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#948985 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#F0EDEC guibg=#88507D guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#2C363C guibg=#E9E4E2 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=#BBABA3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#2C363C guibg=#F0EDEC guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#E1DCD9 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#2C363C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#2C363C guibg=#E9E4E2 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#DAD3CF guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#B2A39B guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#C4B6AF guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#F7F6F5 guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#2C363C guibg=#DEB9D6 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#4F5E68 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#948985 guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#2C363C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#2C363C guibg=#D1C7C3 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#596A76 guibg=#DAD3CF guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#44525B 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=#786D68 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E9E4E2 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#6A5549 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#CBD9E3 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#4F6C31 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#F0EDEC guibg=#4D5C65 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#2C363C guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/zenburned.vim b/autoload/zenbones/generated/zenburned.vim
new file mode 100644
index 0000000..41a6c21
--- /dev/null
+++ b/autoload/zenbones/generated/zenburned.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#zenburned#load() abort
+let g:terminal_color_0 = '#404040'
+let g:terminal_color_1 = '#E3716E'
+let g:terminal_color_2 = '#819B69'
+let g:terminal_color_3 = '#B77E64'
+let g:terminal_color_4 = '#6099C0'
+let g:terminal_color_5 = '#B279A7'
+let g:terminal_color_6 = '#66A5AD'
+let g:terminal_color_7 = '#F0E4CF'
+let g:terminal_color_8 = '#625A5B'
+let g:terminal_color_9 = '#EC8685'
+let g:terminal_color_10 = '#8BAE68'
+let g:terminal_color_11 = '#D68C67'
+let g:terminal_color_12 = '#61ABDA'
+let g:terminal_color_13 = '#CF86C1'
+let g:terminal_color_14 = '#65B8C1'
+let g:terminal_color_15 = '#C0AB86'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#F5EDE0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#F5EDE0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#F5EDE0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#D5BE95 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#8C7D60 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#F0E4CF guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#E1C99D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#BAA681 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#AB9977 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#8C604D guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#848484 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#AB9977 guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#BAA681 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=#404040 guibg=#F3EADB guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#474747 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#F0E4CF guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#939393 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#4B433F guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#475737 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#3D5568 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#764544 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#F0E4CF guibg=#53738B guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#939393 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#7F7F7F guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#B6B6B6 guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#F0E4CF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#D5BE95 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#404040 guibg=#DFC8DA guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#575757 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#404040 guibg=#B279A7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#404040 guibg=#B279A7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#F0E4CF guibg=#474747 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=#747474 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#F0E4CF guibg=#404040 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#4E4E4E guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#F0E4CF guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#525252 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#F0E4CF guibg=#444444 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#555555 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#868686 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#6A6A6A guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#9B9B9B guisp=NONE gui=NONE cterm=NONE
+highlight PreProc guifg=#FFCDAB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#F0E4CF guibg=#9C6992 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#F0F08F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#848484 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#747474 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#D07C7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#D07C7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#D07C7B guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#DCA2A2 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#F0E4CF guibg=#5C5C5C guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#F5EDE0 guibg=#525252 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#D5BE95 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=#939393 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#E3716E guibg=#474747 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#A8A8A8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#746956 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#404040 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#819B69 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#E3716E guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#E3716E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#404040 guibg=#A08F6F guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#F0E4CF guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/zenwritten_dark.vim b/autoload/zenbones/generated/zenwritten_dark.vim
new file mode 100644
index 0000000..121d935
--- /dev/null
+++ b/autoload/zenbones/generated/zenwritten_dark.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#zenwritten_dark#load() abort
+let g:terminal_color_0 = '#191919'
+let g:terminal_color_1 = '#DE6E7C'
+let g:terminal_color_2 = '#819B69'
+let g:terminal_color_3 = '#B77E64'
+let g:terminal_color_4 = '#6099C0'
+let g:terminal_color_5 = '#B279A7'
+let g:terminal_color_6 = '#66A5AD'
+let g:terminal_color_7 = '#BBBBBB'
+let g:terminal_color_8 = '#3D3839'
+let g:terminal_color_9 = '#E8838F'
+let g:terminal_color_10 = '#8BAE68'
+let g:terminal_color_11 = '#D68C67'
+let g:terminal_color_12 = '#61ABDA'
+let g:terminal_color_13 = '#CF86C1'
+let g:terminal_color_14 = '#65B8C1'
+let g:terminal_color_15 = '#8E8E8E'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#CFCFCF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#CFCFCF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#CFCFCF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#9E9E9E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#A6A6A6 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#55392C guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#686868 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#7F7F7F guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#8B8B8B 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=#191919 guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#222222 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#7C7C7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#B279A7 guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#B77E64 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#B77E64 guibg=#211D1B guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#232D1A guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#1D2C36 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#3E2225 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#BBBBBB guibg=#324757 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#797979 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#616161 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#A3A3A3 guibg=#393939 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#BBBBBB guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#9E9E9E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#191919 guibg=#BF8FB5 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#353535 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#B279A7 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#66A5AD guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#66A5AD guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#191919 guibg=#B279A7 guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#B279A7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#191919 guibg=#B279A7 guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#819B69 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#BBBBBB guibg=#222222 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=#555555 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#BBBBBB guibg=#191919 guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#282828 guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#BBBBBB guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#2E2E2E guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#BBBBBB guibg=#1F1F1F guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#6099C0 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#B279A7 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#303030 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#6A6A6A guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#494949 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#848484 guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#BBBBBB guibg=#65435E guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#B279A7 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#939393 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#686868 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight SpecialKey guifg=#555555 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight SpellBad guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link CocSelectedText SpellBad
+highlight SpellCap guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#CB7A83 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#BBBBBB guibg=#393939 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#CFCFCF guibg=#2E2E2E guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#9E9E9E 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=#797979 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#DE6E7C guibg=#222222 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#969696 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#404040 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#191919 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#B77E64 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#B279A7 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#819B69 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#DE6E7C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#DE6E7C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#191919 guibg=#7F7F7F guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#BBBBBB guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/autoload/zenbones/generated/zenwritten_light.vim b/autoload/zenbones/generated/zenwritten_light.vim
new file mode 100644
index 0000000..4b09dd4
--- /dev/null
+++ b/autoload/zenbones/generated/zenwritten_light.vim
@@ -0,0 +1,252 @@
+" This file is auto-generated by shipwright.nvim
+function! zenbones#generated#zenwritten_light#load() abort
+let g:terminal_color_0 = '#EEEEEE'
+let g:terminal_color_1 = '#A8334C'
+let g:terminal_color_2 = '#4F6C31'
+let g:terminal_color_3 = '#944927'
+let g:terminal_color_4 = '#286486'
+let g:terminal_color_5 = '#88507D'
+let g:terminal_color_6 = '#3B8992'
+let g:terminal_color_7 = '#353535'
+let g:terminal_color_8 = '#C6C3C3'
+let g:terminal_color_9 = '#94253E'
+let g:terminal_color_10 = '#3F5A22'
+let g:terminal_color_11 = '#803D1C'
+let g:terminal_color_12 = '#1D5573'
+let g:terminal_color_13 = '#7B3B70'
+let g:terminal_color_14 = '#2B747C'
+let g:terminal_color_15 = '#5C5C5C'
+
+highlight Bold guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link LightspeedUnlabeledMatch Bold
+highlight BufferVisible guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleIndex guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight BufferVisibleSign guifg=#686868 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbr guifg=#505050 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrDeprecated guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemAbbrMatch guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemAbbrMatchFuzzy guifg=#494949 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight CmpItemKind guifg=#636363 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CmpItemMenu guifg=#6D6D6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight CocMarkdownLink guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight ColorColumn guifg=NONE guibg=#E6C5BD guisp=NONE gui=NONE cterm=NONE
+highlight! link LspReferenceRead ColorColumn
+highlight! link LspReferenceText ColorColumn
+highlight! link LspReferenceWrite ColorColumn
+highlight Comment guifg=#8B8B8B guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight Conceal guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold,italic cterm=bold,italic
+highlight! link LightspeedMaskedChar Conceal
+highlight Constant guifg=#636363 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=#EEEEEE guibg=#353535 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursor Cursor
+highlight CursorLine guifg=NONE guibg=#E5E5E5 guisp=NONE gui=NONE cterm=NONE
+highlight! link CursorColumn CursorLine
+highlight! link NeogitDiffContextHighlight CursorLine
+highlight! link TelescopeSelection CursorLine
+highlight CursorLineNr guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Delimiter guifg=#848484 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link markdownLinkTextDelimiter Delimiter
+highlight! link LspDiagnosticsDefaultError DiagnosticError
+highlight! link NeogitNotificationError DiagnosticError
+highlight DiagnosticHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultHint DiagnosticHint
+highlight DiagnosticInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link LspDiagnosticsDefaultInformation DiagnosticInfo
+highlight! link NeogitNotificationInfo DiagnosticInfo
+highlight! link TSNote DiagnosticInfo
+highlight DiagnosticSignError guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocErrorSign DiagnosticSignError
+highlight! link LspDiagnosticsSignError DiagnosticSignError
+highlight DiagnosticSignHint guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocHintSign DiagnosticSignHint
+highlight! link LspDiagnosticsSignHint DiagnosticSignHint
+highlight DiagnosticSignInfo guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocInfoSign DiagnosticSignInfo
+highlight! link LspDiagnosticsSignInformation DiagnosticSignInfo
+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! link CocErrorHighlight DiagnosticUnderlineError
+highlight! link LspDiagnosticsUnderlineError DiagnosticUnderlineError
+highlight DiagnosticUnderlineHint guifg=#88507D guibg=NONE guisp=NONE 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! link CocInfoHighlight DiagnosticUnderlineInfo
+highlight! link LspDiagnosticsUnderlineInformation DiagnosticUnderlineInfo
+highlight DiagnosticUnderlineWarn guifg=#944927 guibg=NONE guisp=NONE 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! link CocErrorVirtualText DiagnosticVirtualTextError
+highlight! link LspDiagnosticsVirtualTextError DiagnosticVirtualTextError
+highlight DiagnosticVirtualTextWarn guifg=#944927 guibg=#F2DEDA guisp=NONE gui=NONE cterm=NONE
+highlight! link CocWarningVitualText DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsVirtualTextWarning DiagnosticVirtualTextWarn
+highlight! link LspDiagnosticsDefaultWarning DiagnosticWarn
+highlight! link NeogitNotificationWarning DiagnosticWarn
+highlight DiffAdd guifg=NONE guibg=#CBE5B8 guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffAddHighlight DiffAdd
+highlight DiffChange guifg=NONE guibg=#D4DEE7 guisp=NONE gui=NONE cterm=NONE
+highlight DiffDelete guifg=NONE guibg=#EBD8DA guisp=NONE gui=NONE cterm=NONE
+highlight! link NeogitDiffDeleteHighlight DiffDelete
+highlight DiffText guifg=#353535 guibg=#A9BED1 guisp=NONE gui=NONE cterm=NONE
+highlight Directory guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Error guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticError Error
+highlight! link ErrorMsg Error
+highlight! link TSDanger Error
+highlight FloatBorder guifg=#6F6F6F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight FoldColumn guifg=#989898 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Folded guifg=#505050 guibg=#C4C4C4 guisp=NONE gui=NONE cterm=NONE
+highlight Function guifg=#353535 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TroubleNormal Function
+highlight! link TroubleText Function
+highlight GitSignsAdd guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterAdd GitSignsAdd
+highlight GitSignsChange guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterChange GitSignsChange
+highlight GitSignsDelete guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link GitGutterDelete GitSignsDelete
+highlight HopNextKey2 guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Identifier guifg=#505050 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link TSVariable Identifier
+highlight! link markdownCode Identifier
+highlight IncSearch guifg=#EEEEEE guibg=#C074B2 guisp=NONE gui=bold cterm=bold
+highlight IndentBlanklineChar guifg=#CFCFCF guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Italic guifg=NONE guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight LightspeedGreyWash guifg=#8B8B8B guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link HopUnmatched LightspeedGreyWash
+highlight LightspeedLabel guifg=#88507D guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey LightspeedLabel
+highlight LightspeedLabelDistant guifg=#3B8992 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link HopNextKey1 LightspeedLabelDistant
+highlight LightspeedLabelDistantOverlapped guifg=#3B8992 guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedLabelOverlapped guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight LightspeedOneCharMatch guifg=#EEEEEE guibg=#88507D guisp=NONE gui=bold cterm=bold
+highlight LightspeedPendingChangeOpArea guifg=#88507D guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight LightspeedShortcut guifg=#EEEEEE guibg=#88507D guisp=NONE gui=bold,underline cterm=bold,underline
+highlight LineNr guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link CocCodeLens LineNr
+highlight! link LspCodeLens LineNr
+highlight! link NeogitHunkHeader LineNr
+highlight! link SignColumn LineNr
+highlight! link WhichKeySeparator LineNr
+highlight MoreMsg guifg=#4F6C31 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link Question MoreMsg
+highlight NeogitHunkHeaderHighlight guifg=#353535 guibg=#E5E5E5 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=#AEAEAE guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link EndOfBuffer NonText
+highlight! link Whitespace NonText
+highlight Normal guifg=#353535 guibg=#EEEEEE guisp=NONE gui=NONE cterm=NONE
+highlight NormalFloat guifg=NONE guibg=#DDDDDD guisp=NONE gui=NONE cterm=NONE
+highlight Number guifg=#353535 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight! link Boolean Number
+highlight! link TSConstBuiltin Number
+highlight! link TSConstMacro Number
+highlight! link TSVariableBuiltin Number
+highlight NvimTreeCursorLine guifg=NONE guibg=#D4D4D4 guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeCursorColumn NvimTreeCursorLine
+highlight NvimTreeNormal guifg=#353535 guibg=#E5E5E5 guisp=NONE gui=NONE cterm=NONE
+highlight! link NnnNormal NvimTreeNormal
+highlight NvimTreeRootFolder guifg=#286486 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight NvimTreeSpecialFile guifg=#88507D guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight NvimTreeSymlink guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight NvimTreeVertSplit guifg=bg guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Pmenu guifg=NONE guibg=#D4D4D4 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSbar guifg=NONE guibg=#A6A6A6 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuSel guifg=NONE guibg=#B9B9B9 guisp=NONE gui=NONE cterm=NONE
+highlight PmenuThumb guifg=NONE guibg=#F6F6F6 guisp=NONE gui=NONE cterm=NONE
+highlight Search guifg=#353535 guibg=#DEB9D6 guisp=NONE gui=NONE cterm=NONE
+highlight! link MatchParen Search
+highlight! link Sneak Search
+highlight! link LightspeedPendingOpArea SneakLabel
+highlight SneakLabelMask guifg=#88507D guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight Special guifg=#5C5C5C guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link TSNamespace Special
+highlight! link TSTag Special
+highlight! link WhichKeyGroup Special
+highlight! link helpHyperTextEntry Special
+highlight! link markdownH4 Special
+highlight! link markdownH5 Special
+highlight! link markdownH6 Special
+highlight SpecialComment guifg=#8B8B8B guibg=NONE guisp=NONE gui=bold cterm=bold
+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! link CocSelectedText SpellBad
+highlight SpellCap guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight! link SpellLocal SpellCap
+highlight SpellRare guifg=#974352 guibg=NONE guisp=NONE gui=undercurl cterm=undercurl
+highlight Statement guifg=#353535 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight! link PreProc Statement
+highlight! link WhichKey Statement
+highlight! link markdownH2 Statement
+highlight! link markdownH3 Statement
+highlight StatusLine guifg=#353535 guibg=#C9C9C9 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLine StatusLine
+highlight StatusLineNC guifg=#686868 guibg=#D4D4D4 guisp=NONE gui=NONE cterm=NONE
+highlight! link TabLineFill StatusLineNC
+highlight TSConstant guifg=#505050 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=#6F6F6F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight TelescopeMatching guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight TelescopeSelectionCaret guifg=#A8334C guibg=#E5E5E5 guisp=NONE gui=NONE cterm=NONE
+highlight Title guifg=NONE guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight Todo guifg=NONE guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight Type guifg=#735057 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link helpSpecial Type
+highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
+highlight VertSplit guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight Visual guifg=NONE guibg=#D7D7D7 guisp=NONE gui=NONE cterm=NONE
+highlight WarningMsg guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link DiagnosticWarn WarningMsg
+highlight! link TSWarning WarningMsg
+highlight! link gitcommitOverflow WarningMsg
+highlight WildMenu guifg=#EEEEEE guibg=#88507D guisp=NONE gui=NONE cterm=NONE
+highlight! link SneakLabel WildMenu
+highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitNew diffAdded
+highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDirty diffChanged
+highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffIndexLine guifg=#944927 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight diffLine guifg=#88507D guibg=NONE guisp=NONE gui=bold cterm=bold
+highlight diffNewFile guifg=#4F6C31 guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffOldFile guifg=#A8334C guibg=NONE guisp=NONE gui=italic cterm=italic
+highlight diffRemoved guifg=#A8334C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+highlight! link NvimTreeGitDeleted diffRemoved
+highlight lCursor guifg=#EEEEEE guibg=#595959 guisp=NONE gui=NONE cterm=NONE
+highlight! link TermCursorNC lCursor
+highlight markdownH1 guifg=#353535 guibg=NONE guisp=NONE gui=bold,underline cterm=bold,underline
+highlight! link StatusLineTerm StatusLine
+highlight! link StatusLineTermNC StatusLineNC
+
+if has('terminal')
+ let g:terminal_ansi_colors = [
+ \ g:terminal_color_0,
+ \ g:terminal_color_1,
+ \ g:terminal_color_2,
+ \ g:terminal_color_3,
+ \ g:terminal_color_4,
+ \ g:terminal_color_5,
+ \ g:terminal_color_6,
+ \ g:terminal_color_7,
+ \ g:terminal_color_8,
+ \ g:terminal_color_9,
+ \ g:terminal_color_10,
+ \ g:terminal_color_11,
+ \ g:terminal_color_12,
+ \ g:terminal_color_13,
+ \ g:terminal_color_14,
+ \ g:terminal_color_15
+ \ ]
+endif
+endfunction
diff --git a/extras/alacritty/vimbones.yml b/extras/alacritty/vimbones.yml
index 8a6660e..d2e7498 100644
--- a/extras/alacritty/vimbones.yml
+++ b/extras/alacritty/vimbones.yml
@@ -1,11 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/alacritty.lua
-# vimbones alacritty colors
+# This file is auto-generated by shipwright.nvim
colors:
- # Default colors
primary:
- background: '#F0F0CA'
foreground: '#353535'
- # Normal colors
+ background: '#F0F0CA'
+ cursor:
+ foreground: '#F0F0CA'
+ background: '#353535'
normal:
black: '#F0F0CA'
red: '#A8334C'
@@ -15,7 +15,6 @@ colors:
magenta: '#88507D'
cyan: '#3B8992'
white: '#353535'
- # Bright colors
bright:
black: '#C6C6A3'
red: '#94253E'
diff --git a/extras/alacritty/zenburned.yml b/extras/alacritty/zenburned.yml
new file mode 100644
index 0000000..7a63019
--- /dev/null
+++ b/extras/alacritty/zenburned.yml
@@ -0,0 +1,26 @@
+# This file is auto-generated by shipwright.nvim
+colors:
+ primary:
+ foreground: '#F0E4CF'
+ background: '#404040'
+ cursor:
+ foreground: '#404040'
+ background: '#F3EADB'
+ normal:
+ black: '#404040'
+ red: '#E3716E'
+ green: '#819B69'
+ yellow: '#B77E64'
+ blue: '#6099C0'
+ magenta: '#B279A7'
+ cyan: '#66A5AD'
+ white: '#F0E4CF'
+ bright:
+ black: '#625A5B'
+ red: '#EC8685'
+ green: '#8BAE68'
+ yellow: '#D68C67'
+ blue: '#61ABDA'
+ magenta: '#CF86C1'
+ cyan: '#65B8C1'
+ white: '#C0AB86'
diff --git a/extras/alacritty/zenwritten_dark.yml b/extras/alacritty/zenwritten_dark.yml
index 11fc6c3..0b806dd 100644
--- a/extras/alacritty/zenwritten_dark.yml
+++ b/extras/alacritty/zenwritten_dark.yml
@@ -1,11 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/alacritty.lua
-# zenwritten_dark alacritty colors
+# This file is auto-generated by shipwright.nvim
colors:
- # Default colors
primary:
- background: '#191919'
foreground: '#BBBBBB'
- # Normal colors
+ background: '#191919'
+ cursor:
+ foreground: '#191919'
+ background: '#C9C9C9'
normal:
black: '#191919'
red: '#DE6E7C'
@@ -15,7 +15,6 @@ colors:
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#BBBBBB'
- # Bright colors
bright:
black: '#3D3839'
red: '#E8838F'
diff --git a/extras/alacritty/zenwritten_light.yml b/extras/alacritty/zenwritten_light.yml
index 6d223b0..7c61b2c 100644
--- a/extras/alacritty/zenwritten_light.yml
+++ b/extras/alacritty/zenwritten_light.yml
@@ -1,11 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/alacritty.lua
-# zenwritten_light alacritty colors
+# This file is auto-generated by shipwright.nvim
colors:
- # Default colors
primary:
- background: '#EEEEEE'
foreground: '#353535'
- # Normal colors
+ background: '#EEEEEE'
+ cursor:
+ foreground: '#EEEEEE'
+ background: '#353535'
normal:
black: '#EEEEEE'
red: '#A8334C'
@@ -15,7 +15,6 @@ colors:
magenta: '#88507D'
cyan: '#3B8992'
white: '#353535'
- # Bright colors
bright:
black: '#C6C3C3'
red: '#94253E'
diff --git a/extras/iterm/neobones_dark.itermcolors b/extras/iterm/neobones_dark.itermcolors
index 7e14ea5..6ddd4a4 100644
--- a/extras/iterm/neobones_dark.itermcolors
+++ b/extras/iterm/neobones_dark.itermcolors
@@ -354,4 +354,4 @@
0.0588235294117647
-
\ No newline at end of file
+
diff --git a/extras/iterm/neobones_light.itermcolors b/extras/iterm/neobones_light.itermcolors
index be7dc23..a363db6 100644
--- a/extras/iterm/neobones_light.itermcolors
+++ b/extras/iterm/neobones_light.itermcolors
@@ -354,4 +354,4 @@
0.8980392156862745
-
\ No newline at end of file
+
diff --git a/extras/iterm/vimbones.itermcolors b/extras/iterm/vimbones.itermcolors
index 7d990e8..e744950 100644
--- a/extras/iterm/vimbones.itermcolors
+++ b/extras/iterm/vimbones.itermcolors
@@ -354,4 +354,4 @@
0.9411764705882353
-
\ No newline at end of file
+
diff --git a/extras/iterm/zenbones_dark.itermcolors b/extras/iterm/zenbones_dark.itermcolors
new file mode 100644
index 0000000..91e2c1f
--- /dev/null
+++ b/extras/iterm/zenbones_dark.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0901960784313725
+ Color Space
+ sRGB
+ Green Component
+ 0.0980392156862745
+ Red Component
+ 0.1098039215686274
+
+ 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.4078431372549020
+ Color Space
+ sRGB
+ Green Component
+ 0.6823529411764706
+ Red Component
+ 0.5450980392156862
+
+ 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.8549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.6705882352941176
+ Red Component
+ 0.3803921568627451
+
+ 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.5803921568627451
+ Color Space
+ sRGB
+ Green Component
+ 0.5607843137254902
+ Red Component
+ 0.5333333333333333
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4117647058823529
+ Color Space
+ sRGB
+ Green Component
+ 0.6078431372549019
+ Red Component
+ 0.5058823529411764
+
+ 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.7529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.6000000000000000
+ Red Component
+ 0.3764705882352941
+
+ 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.7647058823529411
+ Color Space
+ sRGB
+ Green Component
+ 0.7411764705882353
+ Red Component
+ 0.7058823529411765
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.2196078431372549
+ Red Component
+ 0.2509803921568627
+
+ 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.2000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.2196078431372549
+ Red Component
+ 0.2509803921568627
+
+ 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.8549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.6705882352941176
+ Red Component
+ 0.3803921568627451
+
+ 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
+
+
+
diff --git a/extras/iterm/zenbones_light.itermcolors b/extras/iterm/zenbones_light.itermcolors
new file mode 100644
index 0000000..c1581b1
--- /dev/null
+++ b/extras/iterm/zenbones_light.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ 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.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.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.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
+
+
+
diff --git a/extras/iterm/zenburned.itermcolors b/extras/iterm/zenburned.itermcolors
new file mode 100644
index 0000000..d48adf6
--- /dev/null
+++ b/extras/iterm/zenburned.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2509803921568627
+ Color Space
+ sRGB
+ Green Component
+ 0.2509803921568627
+ Red Component
+ 0.2509803921568627
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4313725490196079
+ Color Space
+ sRGB
+ Green Component
+ 0.4431372549019608
+ Red Component
+ 0.8901960784313725
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4078431372549020
+ Color Space
+ sRGB
+ Green Component
+ 0.6823529411764706
+ Red Component
+ 0.5450980392156862
+
+ 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.8549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.6705882352941176
+ Red Component
+ 0.3803921568627451
+
+ 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.5254901960784314
+ Color Space
+ sRGB
+ Green Component
+ 0.6705882352941176
+ Red Component
+ 0.7529411764705882
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4117647058823529
+ Color Space
+ sRGB
+ Green Component
+ 0.6078431372549019
+ Red Component
+ 0.5058823529411764
+
+ 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.7529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.6000000000000000
+ Red Component
+ 0.3764705882352941
+
+ 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.8941176470588236
+ Red Component
+ 0.9411764705882353
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3568627450980392
+ Color Space
+ sRGB
+ Green Component
+ 0.3529411764705883
+ Red Component
+ 0.3843137254901961
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5215686274509804
+ Color Space
+ sRGB
+ Green Component
+ 0.5254901960784314
+ Red Component
+ 0.9254901960784314
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2509803921568627
+ Color Space
+ sRGB
+ Green Component
+ 0.2509803921568627
+ Red Component
+ 0.2509803921568627
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5176470588235295
+ Color Space
+ sRGB
+ Green Component
+ 0.5176470588235295
+ Red Component
+ 0.5176470588235295
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3568627450980392
+ Color Space
+ sRGB
+ Green Component
+ 0.3529411764705883
+ Red Component
+ 0.3843137254901961
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8588235294117647
+ Color Space
+ sRGB
+ Green Component
+ 0.9176470588235294
+ Red Component
+ 0.9529411764705882
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.2784313725490196
+ Red Component
+ 0.2784313725490196
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2509803921568627
+ Color Space
+ sRGB
+ Green Component
+ 0.2509803921568627
+ Red Component
+ 0.2509803921568627
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8117647058823529
+ Color Space
+ sRGB
+ Green Component
+ 0.8941176470588236
+ Red Component
+ 0.9411764705882353
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.6705882352941176
+ Red Component
+ 0.3803921568627451
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8117647058823529
+ Color Space
+ sRGB
+ Green Component
+ 0.8941176470588236
+ Red Component
+ 0.9411764705882353
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3372549019607843
+ Color Space
+ sRGB
+ Green Component
+ 0.4117647058823529
+ Red Component
+ 0.4549019607843137
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2509803921568627
+ Color Space
+ sRGB
+ Green Component
+ 0.2509803921568627
+ Red Component
+ 0.2509803921568627
+
+
+
diff --git a/extras/iterm/zenwritten_dark.itermcolors b/extras/iterm/zenwritten_dark.itermcolors
index 126e0ed..bfe0711 100644
--- a/extras/iterm/zenwritten_dark.itermcolors
+++ b/extras/iterm/zenwritten_dark.itermcolors
@@ -354,4 +354,4 @@
0.0980392156862745
-
\ No newline at end of file
+
diff --git a/extras/iterm/zenwritten_light.itermcolors b/extras/iterm/zenwritten_light.itermcolors
index 9d85e6c..c97b003 100644
--- a/extras/iterm/zenwritten_light.itermcolors
+++ b/extras/iterm/zenwritten_light.itermcolors
@@ -354,4 +354,4 @@
0.9333333333333333
-
\ No newline at end of file
+
diff --git a/extras/kitty/vimbones.conf b/extras/kitty/vimbones.conf
index 903d17f..0b9216c 100644
--- a/extras/kitty/vimbones.conf
+++ b/extras/kitty/vimbones.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: vimbones
-## license: MIT
## author: Michael Chris Lopez
+## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/vimbones.conf
-
-background #F0F0CA
-foreground #353535
-selection_background #D7D7D7
-selection_foreground #353535
-url_color #1D5573
-cursor #353535
-
-# Tabs
-active_tab_background #DEB9D6
-active_tab_foreground #353535
-inactive_tab_background #CBCBAB
-inactive_tab_foreground #353535
-#tab_bar_background ${tab_bar_background}
-
-# normal
+foreground #353535
+background #F0F0CA
+selection_foreground #353535
+selection_background #D7D7D7
+# Cursor colors
+cursor #353535
+cursor_text_color #F0F0CA
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #353535
+active_tab_background #DEB9D6
+inactive_tab_foreground #353535
+inactive_tab_background #CBCBAB
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
color0 #F0F0CA
-color1 #A8334C
-color2 #4F6C31
-color3 #944927
-color4 #286486
-color5 #88507D
-color6 #3B8992
-color7 #353535
-
-# bright
color8 #C6C6A3
+# red
+color1 #A8334C
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
+# white
+color7 #353535
color15 #5C5C5C
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/zenburned.conf b/extras/kitty/zenburned.conf
new file mode 100644
index 0000000..b3f5e8d
--- /dev/null
+++ b/extras/kitty/zenburned.conf
@@ -0,0 +1,48 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: zenburned
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenburned.conf
+foreground #F0E4CF
+background #404040
+selection_foreground #F0E4CF
+selection_background #746956
+# Cursor colors
+cursor #F3EADB
+cursor_text_color #404040
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #F0E4CF
+active_tab_background #9C6992
+inactive_tab_foreground #F0E4CF
+inactive_tab_background #5C5C5C
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #404040
+color8 #625A5B
+# red
+color1 #E3716E
+color9 #EC8685
+# green
+color2 #819B69
+color10 #8BAE68
+# yellow
+color3 #B77E64
+color11 #D68C67
+# blue
+color4 #6099C0
+color12 #61ABDA
+# magenta
+color5 #B279A7
+color13 #CF86C1
+# cyan
+color6 #66A5AD
+color14 #65B8C1
+# white
+color7 #F0E4CF
+color15 #C0AB86
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/zenwritten_dark.conf b/extras/kitty/zenwritten_dark.conf
index 1688a57..ee03cd1 100644
--- a/extras/kitty/zenwritten_dark.conf
+++ b/extras/kitty/zenwritten_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: zenwritten_dark
-## license: MIT
## author: Michael Chris Lopez
+## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenwritten_dark.conf
-
-background #191919
-foreground #BBBBBB
-selection_background #404040
-selection_foreground #BBBBBB
-url_color #61ABDA
-cursor #BBBBBB
-
-# Tabs
-active_tab_background #65435E
-active_tab_foreground #BBBBBB
-inactive_tab_background #393939
-inactive_tab_foreground #BBBBBB
-#tab_bar_background ${tab_bar_background}
-
-# normal
+foreground #BBBBBB
+background #191919
+selection_foreground #BBBBBB
+selection_background #404040
+# Cursor colors
+cursor #C9C9C9
+cursor_text_color #191919
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #BBBBBB
+active_tab_background #65435E
+inactive_tab_foreground #BBBBBB
+inactive_tab_background #393939
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
color0 #191919
-color1 #DE6E7C
-color2 #819B69
-color3 #B77E64
-color4 #6099C0
-color5 #B279A7
-color6 #66A5AD
-color7 #BBBBBB
-
-# bright
color8 #3D3839
+# red
+color1 #DE6E7C
color9 #E8838F
+# green
+color2 #819B69
color10 #8BAE68
+# yellow
+color3 #B77E64
color11 #D68C67
+# blue
+color4 #6099C0
color12 #61ABDA
+# magenta
+color5 #B279A7
color13 #CF86C1
+# cyan
+color6 #66A5AD
color14 #65B8C1
+# white
+color7 #BBBBBB
color15 #8E8E8E
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/zenwritten_light.conf b/extras/kitty/zenwritten_light.conf
index 5588f81..8e5bb9d 100644
--- a/extras/kitty/zenwritten_light.conf
+++ b/extras/kitty/zenwritten_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: zenwritten_light
-## license: MIT
## author: Michael Chris Lopez
+## license: MIT
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenwritten_light.conf
-
-background #EEEEEE
-foreground #353535
-selection_background #D7D7D7
-selection_foreground #353535
-url_color #1D5573
-cursor #353535
-
-# Tabs
-active_tab_background #DEB9D6
-active_tab_foreground #353535
-inactive_tab_background #C9C9C9
-inactive_tab_foreground #353535
-#tab_bar_background ${tab_bar_background}
-
-# normal
+foreground #353535
+background #EEEEEE
+selection_foreground #353535
+selection_background #D7D7D7
+# Cursor colors
+cursor #353535
+cursor_text_color #EEEEEE
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #353535
+active_tab_background #DEB9D6
+inactive_tab_foreground #353535
+inactive_tab_background #C9C9C9
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
color0 #EEEEEE
-color1 #A8334C
-color2 #4F6C31
-color3 #944927
-color4 #286486
-color5 #88507D
-color6 #3B8992
-color7 #353535
-
-# bright
color8 #C6C3C3
+# red
+color1 #A8334C
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
+# white
+color7 #353535
color15 #5C5C5C
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/tmux/neobones_dark.tmux b/extras/tmux/neobones_dark.tmux
index 244424d..9938c01 100644
--- a/extras/tmux/neobones_dark.tmux
+++ b/extras/tmux/neobones_dark.tmux
@@ -1,4 +1,4 @@
-# This file is auto-generated from lua/zenbones/template/tmux.lua
+# This file is auto-generated by shipwright.nvim
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'
@@ -16,3 +16,4 @@ set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#0F191F',bg='#3A3E3D'
+
diff --git a/extras/tmux/neobones_light.tmux b/extras/tmux/neobones_light.tmux
index 5fbe4b8..23f7d60 100644
--- a/extras/tmux/neobones_light.tmux
+++ b/extras/tmux/neobones_light.tmux
@@ -1,4 +1,4 @@
-# This file is auto-generated from lua/zenbones/template/tmux.lua
+# This file is auto-generated by shipwright.nvim
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'
@@ -16,3 +16,4 @@ set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#E5EDE6',bg='#ADE48C'
+
diff --git a/extras/tmux/vimbones.tmux b/extras/tmux/vimbones.tmux
index 3335ca1..25f3231 100644
--- a/extras/tmux/vimbones.tmux
+++ b/extras/tmux/vimbones.tmux
@@ -1,4 +1,4 @@
-# This file is auto-generated from lua/zenbones/template/tmux.lua
+# This file is auto-generated by shipwright.nvim
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='#353535'
@@ -16,3 +16,4 @@ set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#F0F0CA',bg='#D7D7D7'
+
diff --git a/extras/tmux/zenbones_dark.tmux b/extras/tmux/zenbones_dark.tmux
new file mode 100644
index 0000000..ad5b757
--- /dev/null
+++ b/extras/tmux/zenbones_dark.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+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='#B4BDC3'
+
+set -g window-status-current-style fg='#B279A7',bg='#B4BDC3',bold
+
+set -g pane-border-style fg='#B279A7'
+set -g pane-active-border-style fg='#B279A7'
+
+set -g message-style fg='#1C1917',bg='#3D4042'
+
+set -g display-panes-active-colour '#B279A7'
+set -g display-panes-colour '#B279A7'
+
+set -g clock-mode-colour '#B279A7'
+
+set -g mode-style fg='#1C1917',bg='#3D4042'
+
diff --git a/extras/tmux/zenbones_light.tmux b/extras/tmux/zenbones_light.tmux
new file mode 100644
index 0000000..9b59759
--- /dev/null
+++ b/extras/tmux/zenbones_light.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+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='#CBD9E3'
+
+set -g display-panes-active-colour '#88507D'
+set -g display-panes-colour '#88507D'
+
+set -g clock-mode-colour '#88507D'
+
+set -g mode-style fg='#F0EDEC',bg='#CBD9E3'
+
diff --git a/extras/tmux/zenburned.tmux b/extras/tmux/zenburned.tmux
new file mode 100644
index 0000000..5f29e26
--- /dev/null
+++ b/extras/tmux/zenburned.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+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='#F0E4CF'
+
+set -g window-status-current-style fg='#B279A7',bg='#F0E4CF',bold
+
+set -g pane-border-style fg='#B279A7'
+set -g pane-active-border-style fg='#B279A7'
+
+set -g message-style fg='#404040',bg='#746956'
+
+set -g display-panes-active-colour '#B279A7'
+set -g display-panes-colour '#B279A7'
+
+set -g clock-mode-colour '#B279A7'
+
+set -g mode-style fg='#404040',bg='#746956'
+
diff --git a/extras/tmux/zenwritten_dark.tmux b/extras/tmux/zenwritten_dark.tmux
index a58be0a..77351f3 100644
--- a/extras/tmux/zenwritten_dark.tmux
+++ b/extras/tmux/zenwritten_dark.tmux
@@ -1,4 +1,4 @@
-# This file is auto-generated from lua/zenbones/template/tmux.lua
+# This file is auto-generated by shipwright.nvim
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='#BBBBBB'
@@ -16,3 +16,4 @@ set -g display-panes-colour '#B279A7'
set -g clock-mode-colour '#B279A7'
set -g mode-style fg='#191919',bg='#404040'
+
diff --git a/extras/tmux/zenwritten_light.tmux b/extras/tmux/zenwritten_light.tmux
index a4fa2ff..4b4cd53 100644
--- a/extras/tmux/zenwritten_light.tmux
+++ b/extras/tmux/zenwritten_light.tmux
@@ -1,4 +1,4 @@
-# This file is auto-generated from lua/zenbones/template/tmux.lua
+# This file is auto-generated by shipwright.nvim
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='#353535'
@@ -16,3 +16,4 @@ set -g display-panes-colour '#88507D'
set -g clock-mode-colour '#88507D'
set -g mode-style fg='#EEEEEE',bg='#D7D7D7'
+
diff --git a/extras/wezterm/Neobones_dark.toml b/extras/wezterm/Neobones_dark.toml
index f36b69c..34073d5 100644
--- a/extras/wezterm/Neobones_dark.toml
+++ b/extras/wezterm/Neobones_dark.toml
@@ -1,13 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/wezterm.lua
-# Neobones_dark
+# This file is auto-generated by shipwright.nvim
[colors]
-foreground = "#C6D5CF"
-background = "#0F191F"
-cursor_bg = "#CEDDD7"
+foreground = "#C6D5CF"
+background = "#0F191F"
+cursor_fg = "#0F191F"
+cursor_bg = "#CEDDD7"
cursor_border = "#0F191F"
-cursor_fg = "#0F191F"
-selection_bg = "#3A3E3D"
-selection_fg = "#C6D5CF"
-
+selection_fg = "#C6D5CF"
+selection_bg = "#3A3E3D"
ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#8190D4", "#B279A7", "#66A5AD", "#C6D5CF"]
brights = ["#263945", "#E8838F", "#A0FF85", "#D68C67", "#92A0E2", "#CF86C1", "#65B8C1", "#98A39E"]
diff --git a/extras/wezterm/Neobones_light.toml b/extras/wezterm/Neobones_light.toml
index f68c497..831fe1f 100644
--- a/extras/wezterm/Neobones_light.toml
+++ b/extras/wezterm/Neobones_light.toml
@@ -1,13 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/wezterm.lua
-# Neobones_light
+# This file is auto-generated by shipwright.nvim
[colors]
-foreground = "#202E18"
-background = "#E5EDE6"
-cursor_bg = "#202E18"
+foreground = "#202E18"
+background = "#E5EDE6"
+cursor_fg = "#E5EDE6"
+cursor_bg = "#202E18"
cursor_border = "#E5EDE6"
-cursor_fg = "#E5EDE6"
-selection_bg = "#ADE48C"
-selection_fg = "#202E18"
-
+selection_fg = "#202E18"
+selection_bg = "#ADE48C"
ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
brights = ["#B3C6B6", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]
diff --git a/extras/wezterm/Vimbones.toml b/extras/wezterm/Vimbones.toml
index b92461f..77670eb 100644
--- a/extras/wezterm/Vimbones.toml
+++ b/extras/wezterm/Vimbones.toml
@@ -1,13 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/wezterm.lua
-# Vimbones
+# This file is auto-generated by shipwright.nvim
[colors]
-foreground = "#353535"
-background = "#F0F0CA"
-cursor_bg = "#353535"
+foreground = "#353535"
+background = "#F0F0CA"
+cursor_fg = "#F0F0CA"
+cursor_bg = "#353535"
cursor_border = "#F0F0CA"
-cursor_fg = "#F0F0CA"
-selection_bg = "#D7D7D7"
-selection_fg = "#353535"
-
+selection_fg = "#353535"
+selection_bg = "#D7D7D7"
ansi = ["#F0F0CA", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#353535"]
brights = ["#C6C6A3", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#5C5C5C"]
diff --git a/extras/wezterm/Zenbones_dark.toml b/extras/wezterm/Zenbones_dark.toml
new file mode 100644
index 0000000..00dd3bf
--- /dev/null
+++ b/extras/wezterm/Zenbones_dark.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#B4BDC3"
+background = "#1C1917"
+cursor_fg = "#1C1917"
+cursor_bg = "#C4CACF"
+cursor_border = "#1C1917"
+selection_fg = "#B4BDC3"
+selection_bg = "#3D4042"
+ansi = ["#1C1917", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#B4BDC3"]
+brights = ["#403833", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#888F94"]
diff --git a/extras/wezterm/Zenbones_light.toml b/extras/wezterm/Zenbones_light.toml
new file mode 100644
index 0000000..8c3661f
--- /dev/null
+++ b/extras/wezterm/Zenbones_light.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#2C363C"
+background = "#F0EDEC"
+cursor_fg = "#F0EDEC"
+cursor_bg = "#2C363C"
+cursor_border = "#F0EDEC"
+selection_fg = "#2C363C"
+selection_bg = "#CBD9E3"
+ansi = ["#F0EDEC", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#2C363C"]
+brights = ["#CFC1BA", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#4F5E68"]
diff --git a/extras/wezterm/Zenburned.toml b/extras/wezterm/Zenburned.toml
new file mode 100644
index 0000000..a49bc4d
--- /dev/null
+++ b/extras/wezterm/Zenburned.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#F0E4CF"
+background = "#404040"
+cursor_fg = "#404040"
+cursor_bg = "#F3EADB"
+cursor_border = "#404040"
+selection_fg = "#F0E4CF"
+selection_bg = "#746956"
+ansi = ["#404040", "#E3716E", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#F0E4CF"]
+brights = ["#625A5B", "#EC8685", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#C0AB86"]
diff --git a/extras/wezterm/Zenwritten_dark.toml b/extras/wezterm/Zenwritten_dark.toml
index 29ece13..d2fe6ed 100644
--- a/extras/wezterm/Zenwritten_dark.toml
+++ b/extras/wezterm/Zenwritten_dark.toml
@@ -1,13 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/wezterm.lua
-# Zenwritten_dark
+# This file is auto-generated by shipwright.nvim
[colors]
-foreground = "#BBBBBB"
-background = "#191919"
-cursor_bg = "#C9C9C9"
+foreground = "#BBBBBB"
+background = "#191919"
+cursor_fg = "#191919"
+cursor_bg = "#C9C9C9"
cursor_border = "#191919"
-cursor_fg = "#191919"
-selection_bg = "#404040"
-selection_fg = "#BBBBBB"
-
+selection_fg = "#BBBBBB"
+selection_bg = "#404040"
ansi = ["#191919", "#DE6E7C", "#819B69", "#B77E64", "#6099C0", "#B279A7", "#66A5AD", "#BBBBBB"]
brights = ["#3D3839", "#E8838F", "#8BAE68", "#D68C67", "#61ABDA", "#CF86C1", "#65B8C1", "#8E8E8E"]
diff --git a/extras/wezterm/Zenwritten_light.toml b/extras/wezterm/Zenwritten_light.toml
index 33cbbf4..9554471 100644
--- a/extras/wezterm/Zenwritten_light.toml
+++ b/extras/wezterm/Zenwritten_light.toml
@@ -1,13 +1,11 @@
-# This file is auto-generated from lua/zenbones/template/wezterm.lua
-# Zenwritten_light
+# This file is auto-generated by shipwright.nvim
[colors]
-foreground = "#353535"
-background = "#EEEEEE"
-cursor_bg = "#353535"
+foreground = "#353535"
+background = "#EEEEEE"
+cursor_fg = "#EEEEEE"
+cursor_bg = "#353535"
cursor_border = "#EEEEEE"
-cursor_fg = "#EEEEEE"
-selection_bg = "#D7D7D7"
-selection_fg = "#353535"
-
+selection_fg = "#353535"
+selection_bg = "#D7D7D7"
ansi = ["#EEEEEE", "#A8334C", "#4F6C31", "#944927", "#286486", "#88507D", "#3B8992", "#353535"]
brights = ["#C6C3C3", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#5C5C5C"]
diff --git a/lua/lualine/themes/forestbones_dark.lua b/lua/lualine/themes/forestbones_dark.lua
index e504921..c5c91fc 100644
--- a/lua/lualine/themes/forestbones_dark.lua
+++ b/lua/lualine/themes/forestbones_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#9CB4C6"
local inactive_bg = "#3E4850"
local inactive_fg = "#EDE5D4"
diff --git a/lua/lualine/themes/forestbones_light.lua b/lua/lualine/themes/forestbones_light.lua
index 0939907..ce2e87e 100644
--- a/lua/lualine/themes/forestbones_light.lua
+++ b/lua/lualine/themes/forestbones_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#5A5236"
local inactive_bg = "#E9D795"
local inactive_fg = "#758690"
diff --git a/lua/lualine/themes/neobones_dark.lua b/lua/lualine/themes/neobones_dark.lua
index 0603b89..40ab2ab 100644
--- a/lua/lualine/themes/neobones_dark.lua
+++ b/lua/lualine/themes/neobones_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#7BA9C5"
local inactive_bg = "#1F2E37"
local inactive_fg = "#D1E0DA"
diff --git a/lua/lualine/themes/neobones_light.lua b/lua/lualine/themes/neobones_light.lua
index 8958c4a..0b28fc0 100644
--- a/lua/lualine/themes/neobones_light.lua
+++ b/lua/lualine/themes/neobones_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#4A4F4A"
local inactive_bg = "#C8D5C9"
local inactive_fg = "#4B663C"
diff --git a/lua/lualine/themes/nordbones.lua b/lua/lualine/themes/nordbones.lua
index d59910a..4ed2a50 100644
--- a/lua/lualine/themes/nordbones.lua
+++ b/lua/lualine/themes/nordbones.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#A8B1C5"
local inactive_bg = "#414959"
local inactive_fg = "#F2F4F7"
diff --git a/lua/lualine/themes/rosebones_dark.lua b/lua/lualine/themes/rosebones_dark.lua
index 7c71992..24d3700 100644
--- a/lua/lualine/themes/rosebones_dark.lua
+++ b/lua/lualine/themes/rosebones_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#A4A1B7"
local inactive_bg = "#2F2C40"
local inactive_fg = "#E9E0E0"
diff --git a/lua/lualine/themes/rosebones_light.lua b/lua/lualine/themes/rosebones_light.lua
index 018b934..9410b68 100644
--- a/lua/lualine/themes/rosebones_light.lua
+++ b/lua/lualine/themes/rosebones_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#605038"
local inactive_bg = "#EED7B7"
local inactive_fg = "#AE6966"
diff --git a/lua/lualine/themes/tokyobones_dark.lua b/lua/lualine/themes/tokyobones_dark.lua
index 1c1a116..6cea86d 100644
--- a/lua/lualine/themes/tokyobones_dark.lua
+++ b/lua/lualine/themes/tokyobones_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#A3A5B7"
local inactive_bg = "#2E2F3F"
local inactive_fg = "#D2D9F8"
diff --git a/lua/lualine/themes/tokyobones_light.lua b/lua/lualine/themes/tokyobones_light.lua
index b27b434..2a9529d 100644
--- a/lua/lualine/themes/tokyobones_light.lua
+++ b/lua/lualine/themes/tokyobones_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#464953"
local inactive_bg = "#BCBEC6"
local inactive_fg = "#5F6B9B"
diff --git a/lua/lualine/themes/vimbones.lua b/lua/lualine/themes/vimbones.lua
index c17353c..b2fc558 100644
--- a/lua/lualine/themes/vimbones.lua
+++ b/lua/lualine/themes/vimbones.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#515143"
local inactive_bg = "#D6D6B5"
local inactive_fg = "#686868"
diff --git a/lua/lualine/themes/zenbones_dark.lua b/lua/lualine/themes/zenbones_dark.lua
index 7ee10cd..627239b 100644
--- a/lua/lualine/themes/zenbones_dark.lua
+++ b/lua/lualine/themes/zenbones_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#AFA099"
local inactive_bg = "#322D2B"
local inactive_fg = "#CAD0D4"
diff --git a/lua/lualine/themes/zenbones_light.lua b/lua/lualine/themes/zenbones_light.lua
index 01a459f..2d89cbd 100644
--- a/lua/lualine/themes/zenbones_light.lua
+++ b/lua/lualine/themes/zenbones_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#564E4A"
local inactive_bg = "#DAD3CF"
local inactive_fg = "#596A76"
diff --git a/lua/lualine/themes/zenburned.lua b/lua/lualine/themes/zenburned.lua
new file mode 100644
index 0000000..a758de6
--- /dev/null
+++ b/lua/lualine/themes/zenburned.lua
@@ -0,0 +1,34 @@
+-- This file is auto-generated by shipwright.nvim
+local common_fg = "#B6B6B6"
+local inactive_bg = "#525252"
+local inactive_fg = "#F5EDE0"
+
+return {
+ normal = {
+ a = { bg = "#868686", fg = common_fg, gui = "bold" },
+ b = { bg = "#6A6A6A", fg = common_fg },
+ c = { bg = "#5C5C5C", fg = "#F0E4CF" },
+ },
+
+ insert = {
+ a = { bg = "#53738B", fg = common_fg, gui = "bold" },
+ },
+
+ command = {
+ a = { bg = "#9C6992", fg = common_fg, gui = "bold" },
+ },
+
+ visual = {
+ a = { bg = "#746956", fg = common_fg, gui = "bold" },
+ },
+
+ replace = {
+ a = { bg = "#764544", fg = common_fg, gui = "bold" },
+ },
+
+ inactive = {
+ a = { bg = inactive_bg, fg = inactive_fg, gui = "bold" },
+ b = { bg = inactive_bg, fg = inactive_fg },
+ c = { bg = inactive_bg, fg = inactive_fg },
+ },
+}
diff --git a/lua/lualine/themes/zenwritten_dark.lua b/lua/lualine/themes/zenwritten_dark.lua
index 2eb689e..33f649e 100644
--- a/lua/lualine/themes/zenwritten_dark.lua
+++ b/lua/lualine/themes/zenwritten_dark.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#A3A3A3"
local inactive_bg = "#2E2E2E"
local inactive_fg = "#CFCFCF"
diff --git a/lua/lualine/themes/zenwritten_light.lua b/lua/lualine/themes/zenwritten_light.lua
index 57dc5d5..2f4d595 100644
--- a/lua/lualine/themes/zenwritten_light.lua
+++ b/lua/lualine/themes/zenwritten_light.lua
@@ -1,4 +1,4 @@
--- This file is auto-generated from lua/zenbones/template/lualine.lua
+-- This file is auto-generated by shipwright.nvim
local common_fg = "#505050"
local inactive_bg = "#D4D4D4"
local inactive_fg = "#686868"