diff --git a/colors/duckbones.vim b/colors/duckbones.vim
index 73275a5..0682155 100644
--- a/colors/duckbones.vim
+++ b/colors/duckbones.vim
@@ -171,8 +171,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
- highlight VertSplit guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
- highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#37382D guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#E39500 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -180,6 +178,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#0E101A guibg=#795CCC guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#51587A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#5DCD97 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#00A3CB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#E39500 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/forestbones.vim b/colors/forestbones.vim
index cc71e0b..9eecefd 100644
--- a/colors/forestbones.vim
+++ b/colors/forestbones.vim
@@ -170,8 +170,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -179,6 +177,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#2C343A guibg=#D69AB7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#667783 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#A9C181 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#7FBCB4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#DDBD7F guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -368,8 +368,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -377,6 +375,8 @@ else
highlight WhichKeySeparator guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#FAF3E1 guibg=#DF69BA guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#A99B6A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#8DA200 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#3A94C4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#DEA000 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/kanagawabones.vim b/colors/kanagawabones.vim
index c49078f..cea32ae 100644
--- a/colors/kanagawabones.vim
+++ b/colors/kanagawabones.vim
@@ -171,8 +171,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
- highlight VertSplit guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
- highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#49473E guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#E5C283 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -180,6 +178,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#1F1F28 guibg=#957FB8 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#646476 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#98BC6D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#7EB3C9 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#E5C283 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/neobones.vim b/colors/neobones.vim
index 927f128..9cd440f 100644
--- a/colors/neobones.vim
+++ b/colors/neobones.vim
@@ -168,8 +168,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -177,6 +175,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#0F191F guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#466273 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#90FF6B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#8190D4 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -365,8 +365,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -374,6 +372,8 @@ else
highlight WhichKeySeparator guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#E5EDE6 guibg=#88507D guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#8F9890 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#567A30 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/nordbones.vim b/colors/nordbones.vim
index 3ad867e..b1a05ec 100644
--- a/colors/nordbones.vim
+++ b/colors/nordbones.vim
@@ -171,8 +171,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -180,6 +178,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#2F3541 guibg=#B38DAC guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#69758C guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#A4BE8D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#8FBCBA guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#CF866F guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/rosebones.vim b/colors/rosebones.vim
index 11afae7..640a4ef 100644
--- a/colors/rosebones.vim
+++ b/colors/rosebones.vim
@@ -170,8 +170,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -179,6 +177,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#1A1825 guibg=#C4A7E7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#625D7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#317490 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#9CCFD8 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#F6C074 guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -368,8 +368,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -377,6 +375,8 @@ else
highlight WhichKeySeparator guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#FBF6F0 guibg=#917BA9 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#B69A6E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#286A84 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#5795A0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#EC9D33 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/seoulbones.vim b/colors/seoulbones.vim
index 90354e4..893c00d 100644
--- a/colors/seoulbones.vim
+++ b/colors/seoulbones.vim
@@ -173,8 +173,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
- highlight VertSplit guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
- highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#777777 guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#FFDF9B guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -182,6 +180,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#4B4B4B guibg=#A5A6C5 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#868686 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#98BD99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#97BDDE guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#FFDF9B guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -375,8 +375,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode Type
highlight Underlined guifg=NONE guibg=NONE guisp=NONE gui=underline cterm=underline
- highlight VertSplit guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
- highlight! link WinSeparator VertSplit
highlight Visual guifg=NONE guibg=#CCCCCC guisp=NONE gui=NONE cterm=NONE
highlight WarningMsg guifg=#C48562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight! link DiagnosticWarn WarningMsg
@@ -384,6 +382,8 @@ else
highlight WhichKeySeparator guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#E2E2E2 guibg=#896788 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#919191 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#628562 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#0084A3 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#C48562 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/tokyobones.vim b/colors/tokyobones.vim
index 58284c9..4ba54dc 100644
--- a/colors/tokyobones.vim
+++ b/colors/tokyobones.vim
@@ -173,8 +173,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -182,6 +180,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#1A1B26 guibg=#BB9BF7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#5F617E guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#74DBCB guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#7BA2F7 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#E1B068 guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -374,8 +374,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -383,6 +381,8 @@ else
highlight WhichKeySeparator guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#D6D7DC guibg=#5A4A79 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#888B99 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#34645D guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#34548C guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#8F5E14 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/vimbones.vim b/colors/vimbones.vim
index f7a4d2e..a3e0084 100644
--- a/colors/vimbones.vim
+++ b/colors/vimbones.vim
@@ -171,8 +171,6 @@ if &background ==# 'light'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -180,6 +178,8 @@ if &background ==# 'light'
highlight WhichKeySeparator guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#F0F0CA guibg=#88507D guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#9A9A81 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/zenbones.vim b/colors/zenbones.vim
index ed6370c..db5b2e7 100644
--- a/colors/zenbones.vim
+++ b/colors/zenbones.vim
@@ -170,8 +170,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -179,6 +177,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#1C1917 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#685F5A guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -368,8 +368,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -377,6 +375,8 @@ else
highlight WhichKeySeparator guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#F0EDEC guibg=#88507D guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#A4968F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/zenburned.vim b/colors/zenburned.vim
index 04a3572..f18ceb7 100644
--- a/colors/zenburned.vim
+++ b/colors/zenburned.vim
@@ -171,8 +171,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -180,6 +178,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#404040 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#7F7F7F guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/colors/zenwritten.vim b/colors/zenwritten.vim
index e5ec5f1..c20f972 100644
--- a/colors/zenwritten.vim
+++ b/colors/zenwritten.vim
@@ -170,8 +170,6 @@ if &background ==# 'dark'
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -179,6 +177,8 @@ if &background ==# 'dark'
highlight WhichKeySeparator guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#191919 guibg=#B279A7 guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#616161 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#819B69 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#6099C0 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#B77E64 guibg=NONE guisp=NONE gui=bold cterm=bold
@@ -368,8 +368,6 @@ else
highlight! link helpSpecial Type
highlight! link markdownCode 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! link WinSeparator VertSplit
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
@@ -377,6 +375,8 @@ else
highlight WhichKeySeparator guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight WildMenu guifg=#EEEEEE guibg=#88507D guisp=NONE gui=NONE cterm=NONE
highlight! link SneakLabel WildMenu
+ highlight WinSeparator guifg=#989898 guibg=NONE guisp=NONE gui=NONE cterm=NONE
+ highlight! link VertSplit WinSeparator
highlight diffAdded guifg=#4F6C31 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffChanged guifg=#286486 guibg=NONE guisp=NONE gui=NONE cterm=NONE
highlight diffFile guifg=#944927 guibg=NONE guisp=NONE gui=bold cterm=bold
diff --git a/extras/alacritty/forestbones_dark.toml b/extras/alacritty/forestbones_dark.toml
new file mode 100644
index 0000000..aeee0fd
--- /dev/null
+++ b/extras/alacritty/forestbones_dark.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#45525C"
+red = "#ED9294"
+green = "#B0CE7B"
+yellow = "#EDC77A"
+blue = "#7AC9C0"
+magenta = "#E5A7C4"
+cyan = "#7DD093"
+white = "#B2A790"
+[colors.cursor]
+cursor = "#EBE2CF"
+text = "#2C343A"
+[colors.normal]
+black = "#2C343A"
+blue = "#7FBCB4"
+cyan = "#83C193"
+green = "#A9C181"
+magenta = "#D69AB7"
+red = "#E67C7F"
+white = "#E7DCC4"
+yellow = "#DDBD7F"
+[colors.primary]
+background = "#2C343A"
+foreground = "#E7DCC4"
diff --git a/extras/alacritty/forestbones_light.toml b/extras/alacritty/forestbones_light.toml
new file mode 100644
index 0000000..17fd1c9
--- /dev/null
+++ b/extras/alacritty/forestbones_light.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#DBC988"
+red = "#E6271C"
+green = "#758700"
+yellow = "#B98500"
+blue = "#297CA6"
+magenta = "#CA43A3"
+cyan = "#258C67"
+white = "#6E7F88"
+[colors.cursor]
+cursor = "#4F5B62"
+text = "#FAF3E1"
+[colors.normal]
+black = "#FAF3E1"
+blue = "#3A94C4"
+cyan = "#36A87E"
+green = "#8DA200"
+magenta = "#DF69BA"
+red = "#F85550"
+white = "#4F5B62"
+yellow = "#DEA000"
+[colors.primary]
+background = "#FAF3E1"
+foreground = "#4F5B62"
diff --git a/extras/alacritty/nordbones.toml b/extras/alacritty/nordbones.toml
new file mode 100644
index 0000000..fb46562
--- /dev/null
+++ b/extras/alacritty/nordbones.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#475063"
+red = "#D6787F"
+green = "#A8CC86"
+yellow = "#E09680"
+blue = "#89CAC8"
+magenta = "#CF97C5"
+cyan = "#82CCE0"
+white = "#A5B4CD"
+[colors.cursor]
+cursor = "#EEF1F5"
+text = "#2F3541"
+[colors.normal]
+black = "#2F3541"
+blue = "#8FBCBA"
+cyan = "#87BFCE"
+green = "#A4BE8D"
+magenta = "#B38DAC"
+red = "#C1616A"
+white = "#EBEEF3"
+yellow = "#CF866F"
+[colors.primary]
+background = "#2F3541"
+foreground = "#EBEEF3"
diff --git a/extras/alacritty/rosebones_dark.toml b/extras/alacritty/rosebones_dark.toml
new file mode 100644
index 0000000..a49436d
--- /dev/null
+++ b/extras/alacritty/rosebones_dark.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#3A3651"
+red = "#F289A4"
+green = "#358DAF"
+yellow = "#F9CA8E"
+blue = "#94DAE6"
+magenta = "#CEB3EF"
+cyan = "#94DAE6"
+white = "#BF9B99"
+[colors.cursor]
+cursor = "#E7DDDD"
+text = "#1A1825"
+[colors.normal]
+black = "#1A1825"
+blue = "#9CCFD8"
+cyan = "#9CCFD8"
+green = "#317490"
+magenta = "#C4A7E7"
+red = "#EB7193"
+white = "#E1D4D4"
+yellow = "#F6C074"
+[colors.primary]
+background = "#1A1825"
+foreground = "#E1D4D4"
diff --git a/extras/alacritty/rosebones_light.toml b/extras/alacritty/rosebones_light.toml
new file mode 100644
index 0000000..8239ea3
--- /dev/null
+++ b/extras/alacritty/rosebones_light.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#E8C48B"
+red = "#A54A66"
+green = "#1C5970"
+yellow = "#C68223"
+blue = "#407D88"
+magenta = "#855AAC"
+cyan = "#407D88"
+white = "#A4635F"
+[colors.cursor]
+cursor = "#724341"
+text = "#FBF6F0"
+[colors.normal]
+black = "#FBF6F0"
+blue = "#5795A0"
+cyan = "#5795A0"
+green = "#286A84"
+magenta = "#917BA9"
+red = "#B5637A"
+white = "#724341"
+yellow = "#EC9D33"
+[colors.primary]
+background = "#FBF6F0"
+foreground = "#724341"
diff --git a/extras/alacritty/tokyobones_dark.toml b/extras/alacritty/tokyobones_dark.toml
new file mode 100644
index 0000000..2381bd2
--- /dev/null
+++ b/extras/alacritty/tokyobones_dark.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#36384D"
+red = "#F98EA0"
+green = "#6DE5D3"
+yellow = "#F2BA64"
+blue = "#90AFFA"
+magenta = "#C6ACFA"
+cyan = "#74DBCB"
+white = "#7E98EB"
+[colors.cursor]
+cursor = "#CED6F7"
+text = "#1A1B26"
+[colors.normal]
+black = "#1A1B26"
+blue = "#7BA2F7"
+cyan = "#2BC4DE"
+green = "#74DBCB"
+magenta = "#BB9BF7"
+red = "#F77890"
+white = "#C0CAF5"
+yellow = "#E1B068"
+[colors.primary]
+background = "#1A1B26"
+foreground = "#C0CAF5"
diff --git a/extras/alacritty/tokyobones_light.toml b/extras/alacritty/tokyobones_light.toml
new file mode 100644
index 0000000..6b25bd0
--- /dev/null
+++ b/extras/alacritty/tokyobones_light.toml
@@ -0,0 +1,25 @@
+# This file is auto-generated by shipwright.nvim
+[colors.bright]
+black = "#ADB0BD"
+red = "#7E3242"
+green = "#26554F"
+yellow = "#794E0D"
+blue = "#26467A"
+magenta = "#503875"
+cyan = "#34645D"
+white = "#56618D"
+[colors.cursor]
+cursor = "#333A57"
+text = "#D6D7DC"
+[colors.normal]
+black = "#D6D7DC"
+blue = "#34548C"
+cyan = "#176775"
+green = "#34645D"
+magenta = "#5A4A79"
+red = "#8B4351"
+white = "#333A57"
+yellow = "#8F5E14"
+[colors.primary]
+background = "#D6D7DC"
+foreground = "#333A57"
diff --git a/extras/foot/forestbones_dark.ini b/extras/foot/forestbones_dark.ini
new file mode 100644
index 0000000..3fdf705
--- /dev/null
+++ b/extras/foot/forestbones_dark.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=2C343A EBE2CF
+[colors]
+background=2C343A
+foreground=E7DCC4
+regular0=2C343A
+regular1=E67C7F
+regular2=A9C181
+regular3=DDBD7F
+regular4=7FBCB4
+regular5=D69AB7
+regular6=83C193
+regular7=E7DCC4
+bright0=45525C
+bright1=ED9294
+bright2=B0CE7B
+bright3=EDC77A
+bright4=7AC9C0
+bright5=E5A7C4
+bright6=7DD093
+bright7=B2A790
diff --git a/extras/foot/forestbones_light.ini b/extras/foot/forestbones_light.ini
new file mode 100644
index 0000000..84840f9
--- /dev/null
+++ b/extras/foot/forestbones_light.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=FAF3E1 4F5B62
+[colors]
+background=FAF3E1
+foreground=4F5B62
+regular0=FAF3E1
+regular1=F85550
+regular2=8DA200
+regular3=DEA000
+regular4=3A94C4
+regular5=DF69BA
+regular6=36A87E
+regular7=4F5B62
+bright0=DBC988
+bright1=E6271C
+bright2=758700
+bright3=B98500
+bright4=297CA6
+bright5=CA43A3
+bright6=258C67
+bright7=6E7F88
diff --git a/extras/foot/nordbones.ini b/extras/foot/nordbones.ini
new file mode 100644
index 0000000..eb7238e
--- /dev/null
+++ b/extras/foot/nordbones.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=2F3541 EEF1F5
+[colors]
+background=2F3541
+foreground=EBEEF3
+regular0=2F3541
+regular1=C1616A
+regular2=A4BE8D
+regular3=CF866F
+regular4=8FBCBA
+regular5=B38DAC
+regular6=87BFCE
+regular7=EBEEF3
+bright0=475063
+bright1=D6787F
+bright2=A8CC86
+bright3=E09680
+bright4=89CAC8
+bright5=CF97C5
+bright6=82CCE0
+bright7=A5B4CD
diff --git a/extras/foot/rosebones_dark.ini b/extras/foot/rosebones_dark.ini
new file mode 100644
index 0000000..e81f00f
--- /dev/null
+++ b/extras/foot/rosebones_dark.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=1A1825 E7DDDD
+[colors]
+background=1A1825
+foreground=E1D4D4
+regular0=1A1825
+regular1=EB7193
+regular2=317490
+regular3=F6C074
+regular4=9CCFD8
+regular5=C4A7E7
+regular6=9CCFD8
+regular7=E1D4D4
+bright0=3A3651
+bright1=F289A4
+bright2=358DAF
+bright3=F9CA8E
+bright4=94DAE6
+bright5=CEB3EF
+bright6=94DAE6
+bright7=BF9B99
diff --git a/extras/foot/rosebones_light.ini b/extras/foot/rosebones_light.ini
new file mode 100644
index 0000000..75f8c0c
--- /dev/null
+++ b/extras/foot/rosebones_light.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=FBF6F0 724341
+[colors]
+background=FBF6F0
+foreground=724341
+regular0=FBF6F0
+regular1=B5637A
+regular2=286A84
+regular3=EC9D33
+regular4=5795A0
+regular5=917BA9
+regular6=5795A0
+regular7=724341
+bright0=E8C48B
+bright1=A54A66
+bright2=1C5970
+bright3=C68223
+bright4=407D88
+bright5=855AAC
+bright6=407D88
+bright7=A4635F
diff --git a/extras/foot/tokyobones_dark.ini b/extras/foot/tokyobones_dark.ini
new file mode 100644
index 0000000..b358c37
--- /dev/null
+++ b/extras/foot/tokyobones_dark.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=1A1B26 CED6F7
+[colors]
+background=1A1B26
+foreground=C0CAF5
+regular0=1A1B26
+regular1=F77890
+regular2=74DBCB
+regular3=E1B068
+regular4=7BA2F7
+regular5=BB9BF7
+regular6=2BC4DE
+regular7=C0CAF5
+bright0=36384D
+bright1=F98EA0
+bright2=6DE5D3
+bright3=F2BA64
+bright4=90AFFA
+bright5=C6ACFA
+bright6=74DBCB
+bright7=7E98EB
diff --git a/extras/foot/tokyobones_light.ini b/extras/foot/tokyobones_light.ini
new file mode 100644
index 0000000..c04aa8c
--- /dev/null
+++ b/extras/foot/tokyobones_light.ini
@@ -0,0 +1,23 @@
+# This file is auto-generated by shipwright.nvim
+# -*- conf -*-
+[cursor]
+color=D6D7DC 333A57
+[colors]
+background=D6D7DC
+foreground=333A57
+regular0=D6D7DC
+regular1=8B4351
+regular2=34645D
+regular3=8F5E14
+regular4=34548C
+regular5=5A4A79
+regular6=176775
+regular7=333A57
+bright0=ADB0BD
+bright1=7E3242
+bright2=26554F
+bright3=794E0D
+bright4=26467A
+bright5=503875
+bright6=34645D
+bright7=56618D
diff --git a/extras/iterm/forestbones_dark.itermcolors b/extras/iterm/forestbones_dark.itermcolors
new file mode 100644
index 0000000..6b67f5b
--- /dev/null
+++ b/extras/iterm/forestbones_dark.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.2039215686274510
+ Red Component
+ 0.1725490196078431
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4980392156862745
+ Color Space
+ sRGB
+ Green Component
+ 0.4862745098039216
+ Red Component
+ 0.9019607843137255
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4823529411764706
+ Color Space
+ sRGB
+ Green Component
+ 0.8078431372549020
+ Red Component
+ 0.6901960784313725
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.7803921568627451
+ Red Component
+ 0.9294117647058824
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.7882352941176470
+ Red Component
+ 0.4784313725490196
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.6549019607843137
+ Red Component
+ 0.8980392156862745
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5764705882352941
+ Color Space
+ sRGB
+ Green Component
+ 0.8156862745098039
+ Red Component
+ 0.4901960784313725
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.6549019607843137
+ Red Component
+ 0.6980392156862745
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5058823529411764
+ Color Space
+ sRGB
+ Green Component
+ 0.7568627450980392
+ Red Component
+ 0.6627450980392157
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4980392156862745
+ Color Space
+ sRGB
+ Green Component
+ 0.7411764705882353
+ Red Component
+ 0.8666666666666667
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7058823529411765
+ Color Space
+ sRGB
+ Green Component
+ 0.7372549019607844
+ Red Component
+ 0.4980392156862745
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7176470588235294
+ Color Space
+ sRGB
+ Green Component
+ 0.6039215686274509
+ Red Component
+ 0.8392156862745098
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5764705882352941
+ Color Space
+ sRGB
+ Green Component
+ 0.7568627450980392
+ Red Component
+ 0.5137254901960784
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.8627450980392157
+ Red Component
+ 0.9058823529411765
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.3215686274509804
+ Red Component
+ 0.2705882352941176
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5803921568627451
+ Color Space
+ sRGB
+ Green Component
+ 0.5725490196078431
+ Red Component
+ 0.9294117647058824
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.2039215686274510
+ Red Component
+ 0.1725490196078431
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5215686274509804
+ Color Space
+ sRGB
+ Green Component
+ 0.4823529411764706
+ Red Component
+ 0.4313725490196079
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.3215686274509804
+ Red Component
+ 0.2705882352941176
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8117647058823529
+ Color Space
+ sRGB
+ Green Component
+ 0.8862745098039215
+ Red Component
+ 0.9215686274509803
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.1921568627450981
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.2039215686274510
+ Red Component
+ 0.1725490196078431
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.8627450980392157
+ Red Component
+ 0.9058823529411765
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.7882352941176470
+ Red Component
+ 0.4784313725490196
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.8627450980392157
+ Red Component
+ 0.9058823529411765
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3176470588235294
+ Color Space
+ sRGB
+ Green Component
+ 0.3568627450980392
+ Red Component
+ 0.3803921568627451
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.2039215686274510
+ Red Component
+ 0.1725490196078431
+
+
+
diff --git a/extras/iterm/forestbones_light.itermcolors b/extras/iterm/forestbones_light.itermcolors
new file mode 100644
index 0000000..2745067
--- /dev/null
+++ b/extras/iterm/forestbones_light.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8823529411764706
+ Color Space
+ sRGB
+ Green Component
+ 0.9529411764705882
+ Red Component
+ 0.9803921568627451
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3137254901960784
+ Color Space
+ sRGB
+ Green Component
+ 0.3333333333333333
+ Red Component
+ 0.9725490196078431
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.5294117647058824
+ Red Component
+ 0.4588235294117647
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.5215686274509804
+ Red Component
+ 0.7254901960784313
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6509803921568628
+ Color Space
+ sRGB
+ Green Component
+ 0.4862745098039216
+ Red Component
+ 0.1607843137254902
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6392156862745098
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.7921568627450980
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4039215686274510
+ Color Space
+ sRGB
+ Green Component
+ 0.5490196078431373
+ Red Component
+ 0.1450980392156863
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.4980392156862745
+ Red Component
+ 0.4313725490196079
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.6352941176470588
+ Red Component
+ 0.5529411764705883
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.6274509803921569
+ Red Component
+ 0.8705882352941177
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.5803921568627451
+ Red Component
+ 0.2274509803921569
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7294117647058823
+ Color Space
+ sRGB
+ Green Component
+ 0.4117647058823529
+ Red Component
+ 0.8745098039215686
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4941176470588236
+ Color Space
+ sRGB
+ Green Component
+ 0.6588235294117647
+ Red Component
+ 0.2117647058823529
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.3568627450980392
+ Red Component
+ 0.3098039215686275
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.7882352941176470
+ Red Component
+ 0.8588235294117647
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1098039215686274
+ Color Space
+ sRGB
+ Green Component
+ 0.1529411764705882
+ Red Component
+ 0.9019607843137255
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8823529411764706
+ Color Space
+ sRGB
+ Green Component
+ 0.9529411764705882
+ Red Component
+ 0.9803921568627451
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4431372549019608
+ Color Space
+ sRGB
+ Green Component
+ 0.5647058823529412
+ Red Component
+ 0.6039215686274509
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.7882352941176470
+ Red Component
+ 0.8588235294117647
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.3568627450980392
+ Red Component
+ 0.3098039215686275
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.9215686274509803
+ Red Component
+ 0.9647058823529412
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8823529411764706
+ Color Space
+ sRGB
+ Green Component
+ 0.9529411764705882
+ Red Component
+ 0.9803921568627451
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.3568627450980392
+ Red Component
+ 0.3098039215686275
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6509803921568628
+ Color Space
+ sRGB
+ Green Component
+ 0.4862745098039216
+ Red Component
+ 0.1607843137254902
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.3568627450980392
+ Red Component
+ 0.3098039215686275
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.8745098039215686
+ Red Component
+ 0.8274509803921568
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8823529411764706
+ Color Space
+ sRGB
+ Green Component
+ 0.9529411764705882
+ Red Component
+ 0.9803921568627451
+
+
+
diff --git a/extras/iterm/nordbones.itermcolors b/extras/iterm/nordbones.itermcolors
new file mode 100644
index 0000000..a49f524
--- /dev/null
+++ b/extras/iterm/nordbones.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2078431372549020
+ Red Component
+ 0.1843137254901961
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4156862745098039
+ Color Space
+ sRGB
+ Green Component
+ 0.3803921568627451
+ Red Component
+ 0.7568627450980392
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5254901960784314
+ Color Space
+ sRGB
+ Green Component
+ 0.8000000000000000
+ Red Component
+ 0.6588235294117647
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.5882352941176471
+ Red Component
+ 0.8784313725490196
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.5372549019607843
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7725490196078432
+ Color Space
+ sRGB
+ Green Component
+ 0.5921568627450980
+ Red Component
+ 0.8117647058823529
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.8000000000000000
+ Red Component
+ 0.5098039215686274
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8039215686274510
+ Color Space
+ sRGB
+ Green Component
+ 0.7058823529411765
+ Red Component
+ 0.6470588235294118
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5529411764705883
+ Color Space
+ sRGB
+ Green Component
+ 0.7450980392156863
+ Red Component
+ 0.6431372549019608
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4352941176470588
+ Color Space
+ sRGB
+ Green Component
+ 0.5254901960784314
+ Red Component
+ 0.8117647058823529
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7294117647058823
+ Color Space
+ sRGB
+ Green Component
+ 0.7372549019607844
+ Red Component
+ 0.5607843137254902
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6745098039215687
+ Color Space
+ sRGB
+ Green Component
+ 0.5529411764705883
+ Red Component
+ 0.7019607843137254
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8078431372549020
+ Color Space
+ sRGB
+ Green Component
+ 0.7490196078431373
+ Red Component
+ 0.5294117647058824
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.9333333333333333
+ Red Component
+ 0.9215686274509803
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3882352941176471
+ Color Space
+ sRGB
+ Green Component
+ 0.3137254901960784
+ Red Component
+ 0.2784313725490196
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4980392156862745
+ Color Space
+ sRGB
+ Green Component
+ 0.4705882352941176
+ Red Component
+ 0.8392156862745098
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2078431372549020
+ Red Component
+ 0.1843137254901961
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.4862745098039216
+ Red Component
+ 0.4509803921568628
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3882352941176471
+ Color Space
+ sRGB
+ Green Component
+ 0.3137254901960784
+ Red Component
+ 0.2784313725490196
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.9450980392156862
+ Red Component
+ 0.9333333333333333
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2862745098039216
+ Color Space
+ sRGB
+ Green Component
+ 0.2352941176470588
+ Red Component
+ 0.2078431372549020
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2078431372549020
+ Red Component
+ 0.1843137254901961
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.9333333333333333
+ Red Component
+ 0.9215686274509803
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7843137254901961
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.5372549019607843
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9529411764705882
+ Color Space
+ sRGB
+ Green Component
+ 0.9333333333333333
+ Red Component
+ 0.9215686274509803
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4392156862745098
+ Color Space
+ sRGB
+ Green Component
+ 0.3725490196078431
+ Red Component
+ 0.3294117647058823
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2078431372549020
+ Red Component
+ 0.1843137254901961
+
+
+
diff --git a/extras/iterm/rosebones_dark.itermcolors b/extras/iterm/rosebones_dark.itermcolors
new file mode 100644
index 0000000..c24c92b
--- /dev/null
+++ b/extras/iterm/rosebones_dark.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1450980392156863
+ Color Space
+ sRGB
+ Green Component
+ 0.0941176470588235
+ Red Component
+ 0.1019607843137255
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5764705882352941
+ Color Space
+ sRGB
+ Green Component
+ 0.4431372549019608
+ Red Component
+ 0.9215686274509803
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6862745098039216
+ Color Space
+ sRGB
+ Green Component
+ 0.5529411764705883
+ Red Component
+ 0.2078431372549020
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5568627450980392
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.9764705882352941
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.8549019607843137
+ Red Component
+ 0.5803921568627451
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9372549019607843
+ Color Space
+ sRGB
+ Green Component
+ 0.7019607843137254
+ Red Component
+ 0.8078431372549020
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.8549019607843137
+ Red Component
+ 0.5803921568627451
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.6078431372549019
+ Red Component
+ 0.7490196078431373
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.4549019607843137
+ Red Component
+ 0.1921568627450981
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.7529411764705882
+ Red Component
+ 0.9647058823529412
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8470588235294118
+ Color Space
+ sRGB
+ Green Component
+ 0.8117647058823529
+ Red Component
+ 0.6117647058823530
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9058823529411765
+ Color Space
+ sRGB
+ Green Component
+ 0.6549019607843137
+ Red Component
+ 0.7686274509803922
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8470588235294118
+ Color Space
+ sRGB
+ Green Component
+ 0.8117647058823529
+ Red Component
+ 0.6117647058823530
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8313725490196079
+ Color Space
+ sRGB
+ Green Component
+ 0.8313725490196079
+ Red Component
+ 0.8823529411764706
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3176470588235294
+ Color Space
+ sRGB
+ Green Component
+ 0.2117647058823529
+ Red Component
+ 0.2274509803921569
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6431372549019608
+ Color Space
+ sRGB
+ Green Component
+ 0.5372549019607843
+ Red Component
+ 0.9490196078431372
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1450980392156863
+ Color Space
+ sRGB
+ Green Component
+ 0.0941176470588235
+ Red Component
+ 0.1019607843137255
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4941176470588236
+ Color Space
+ sRGB
+ Green Component
+ 0.3960784313725490
+ Red Component
+ 0.4117647058823529
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3176470588235294
+ Color Space
+ sRGB
+ Green Component
+ 0.2117647058823529
+ Red Component
+ 0.2274509803921569
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8666666666666667
+ Color Space
+ sRGB
+ Green Component
+ 0.8666666666666667
+ Red Component
+ 0.9058823529411765
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1882352941176471
+ Color Space
+ sRGB
+ Green Component
+ 0.1254901960784314
+ Red Component
+ 0.1333333333333333
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1450980392156863
+ Color Space
+ sRGB
+ Green Component
+ 0.0941176470588235
+ Red Component
+ 0.1019607843137255
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8313725490196079
+ Color Space
+ sRGB
+ Green Component
+ 0.8313725490196079
+ Red Component
+ 0.8823529411764706
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.8549019607843137
+ Red Component
+ 0.5803921568627451
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8313725490196079
+ Color Space
+ sRGB
+ Green Component
+ 0.8313725490196079
+ Red Component
+ 0.8823529411764706
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2235294117647059
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.3215686274509804
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1450980392156863
+ Color Space
+ sRGB
+ Green Component
+ 0.0941176470588235
+ Red Component
+ 0.1019607843137255
+
+
+
diff --git a/extras/iterm/rosebones_light.itermcolors b/extras/iterm/rosebones_light.itermcolors
new file mode 100644
index 0000000..d8c0d2e
--- /dev/null
+++ b/extras/iterm/rosebones_light.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.9647058823529412
+ Red Component
+ 0.9843137254901960
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.3882352941176471
+ Red Component
+ 0.7098039215686275
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4392156862745098
+ Color Space
+ sRGB
+ Green Component
+ 0.3490196078431372
+ Red Component
+ 0.1098039215686274
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1372549019607843
+ Color Space
+ sRGB
+ Green Component
+ 0.5098039215686274
+ Red Component
+ 0.7764705882352941
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.4901960784313725
+ Red Component
+ 0.2509803921568627
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6745098039215687
+ Color Space
+ sRGB
+ Green Component
+ 0.3529411764705883
+ Red Component
+ 0.5215686274509804
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.4901960784313725
+ Red Component
+ 0.2509803921568627
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3725490196078431
+ Color Space
+ sRGB
+ Green Component
+ 0.3882352941176471
+ Red Component
+ 0.6431372549019608
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5176470588235295
+ Color Space
+ sRGB
+ Green Component
+ 0.4156862745098039
+ Red Component
+ 0.1568627450980392
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.6156862745098040
+ Red Component
+ 0.9254901960784314
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.5843137254901961
+ Red Component
+ 0.3411764705882353
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.4823529411764706
+ Red Component
+ 0.5686274509803921
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.5843137254901961
+ Red Component
+ 0.3411764705882353
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.4470588235294118
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5450980392156862
+ Color Space
+ sRGB
+ Green Component
+ 0.7686274509803922
+ Red Component
+ 0.9098039215686274
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4000000000000000
+ Color Space
+ sRGB
+ Green Component
+ 0.2901960784313726
+ Red Component
+ 0.6470588235294118
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.9647058823529412
+ Red Component
+ 0.9843137254901960
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4470588235294118
+ Color Space
+ sRGB
+ Green Component
+ 0.5568627450980392
+ Red Component
+ 0.6313725490196078
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5450980392156862
+ Color Space
+ sRGB
+ Green Component
+ 0.7686274509803922
+ Red Component
+ 0.9098039215686274
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.4470588235294118
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.9254901960784314
+ Red Component
+ 0.9686274509803922
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.9647058823529412
+ Red Component
+ 0.9843137254901960
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.4470588235294118
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5333333333333333
+ Color Space
+ sRGB
+ Green Component
+ 0.4901960784313725
+ Red Component
+ 0.2509803921568627
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2549019607843137
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.4470588235294118
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.8666666666666667
+ Red Component
+ 0.9176470588235294
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.9647058823529412
+ Red Component
+ 0.9843137254901960
+
+
+
diff --git a/extras/iterm/tokyobones_dark.itermcolors b/extras/iterm/tokyobones_dark.itermcolors
new file mode 100644
index 0000000..41d7bf9
--- /dev/null
+++ b/extras/iterm/tokyobones_dark.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1490196078431373
+ Color Space
+ sRGB
+ Green Component
+ 0.1058823529411765
+ Red Component
+ 0.1019607843137255
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.4705882352941176
+ Red Component
+ 0.9686274509803922
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8274509803921568
+ Color Space
+ sRGB
+ Green Component
+ 0.8980392156862745
+ Red Component
+ 0.4274509803921568
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3921568627450980
+ Color Space
+ sRGB
+ Green Component
+ 0.7294117647058823
+ Red Component
+ 0.9490196078431372
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9803921568627451
+ Color Space
+ sRGB
+ Green Component
+ 0.6862745098039216
+ Red Component
+ 0.5647058823529412
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9803921568627451
+ Color Space
+ sRGB
+ Green Component
+ 0.6745098039215687
+ Red Component
+ 0.7764705882352941
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7960784313725490
+ Color Space
+ sRGB
+ Green Component
+ 0.8588235294117647
+ Red Component
+ 0.4549019607843137
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9215686274509803
+ Color Space
+ sRGB
+ Green Component
+ 0.5960784313725490
+ Red Component
+ 0.4941176470588236
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7960784313725490
+ Color Space
+ sRGB
+ Green Component
+ 0.8588235294117647
+ Red Component
+ 0.4549019607843137
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4078431372549020
+ Color Space
+ sRGB
+ Green Component
+ 0.6901960784313725
+ Red Component
+ 0.8823529411764706
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.6352941176470588
+ Red Component
+ 0.4823529411764706
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.6078431372549019
+ Red Component
+ 0.7333333333333333
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8705882352941177
+ Color Space
+ sRGB
+ Green Component
+ 0.7686274509803922
+ Red Component
+ 0.1686274509803922
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.7529411764705882
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.2196078431372549
+ Red Component
+ 0.2117647058823529
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.6274509803921569
+ Color Space
+ sRGB
+ Green Component
+ 0.5568627450980392
+ Red Component
+ 0.9764705882352941
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1490196078431373
+ Color Space
+ sRGB
+ Green Component
+ 0.1058823529411765
+ Red Component
+ 0.1019607843137255
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4901960784313725
+ Color Space
+ sRGB
+ Green Component
+ 0.4039215686274510
+ Red Component
+ 0.3960784313725490
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3019607843137255
+ Color Space
+ sRGB
+ Green Component
+ 0.2196078431372549
+ Red Component
+ 0.2117647058823529
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9686274509803922
+ Color Space
+ sRGB
+ Green Component
+ 0.8392156862745098
+ Red Component
+ 0.8078431372549020
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1882352941176471
+ Color Space
+ sRGB
+ Green Component
+ 0.1372549019607843
+ Red Component
+ 0.1333333333333333
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1490196078431373
+ Color Space
+ sRGB
+ Green Component
+ 0.1058823529411765
+ Red Component
+ 0.1019607843137255
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.7529411764705882
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9803921568627451
+ Color Space
+ sRGB
+ Green Component
+ 0.6862745098039216
+ Red Component
+ 0.5647058823529412
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.9607843137254902
+ Color Space
+ sRGB
+ Green Component
+ 0.7921568627450980
+ Red Component
+ 0.7529411764705882
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4588235294117647
+ Color Space
+ sRGB
+ Green Component
+ 0.2509803921568627
+ Red Component
+ 0.1725490196078431
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.1490196078431373
+ Color Space
+ sRGB
+ Green Component
+ 0.1058823529411765
+ Red Component
+ 0.1019607843137255
+
+
+
diff --git a/extras/iterm/tokyobones_light.itermcolors b/extras/iterm/tokyobones_light.itermcolors
new file mode 100644
index 0000000..2c0087c
--- /dev/null
+++ b/extras/iterm/tokyobones_light.itermcolors
@@ -0,0 +1,357 @@
+
+
+
+
+ Ansi 0 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.8431372549019608
+ Red Component
+ 0.8392156862745098
+
+ Ansi 1 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3176470588235294
+ Color Space
+ sRGB
+ Green Component
+ 0.2627450980392157
+ Red Component
+ 0.5450980392156862
+
+ Ansi 10 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3098039215686275
+ Color Space
+ sRGB
+ Green Component
+ 0.3333333333333333
+ Red Component
+ 0.1490196078431373
+
+ Ansi 11 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0509803921568627
+ Color Space
+ sRGB
+ Green Component
+ 0.3058823529411765
+ Red Component
+ 0.4745098039215686
+
+ Ansi 12 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.2745098039215687
+ Red Component
+ 0.1490196078431373
+
+ Ansi 13 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4588235294117647
+ Color Space
+ sRGB
+ Green Component
+ 0.2196078431372549
+ Red Component
+ 0.3137254901960784
+
+ Ansi 14 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.3921568627450980
+ Red Component
+ 0.2039215686274510
+
+ Ansi 15 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5529411764705883
+ Color Space
+ sRGB
+ Green Component
+ 0.3803921568627451
+ Red Component
+ 0.3372549019607843
+
+ Ansi 2 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3647058823529412
+ Color Space
+ sRGB
+ Green Component
+ 0.3921568627450980
+ Red Component
+ 0.2039215686274510
+
+ Ansi 3 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.0784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.3686274509803922
+ Red Component
+ 0.5607843137254902
+
+ Ansi 4 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5490196078431373
+ Color Space
+ sRGB
+ Green Component
+ 0.3294117647058823
+ Red Component
+ 0.2039215686274510
+
+ Ansi 5 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4745098039215686
+ Color Space
+ sRGB
+ Green Component
+ 0.2901960784313726
+ Red Component
+ 0.3529411764705883
+
+ Ansi 6 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4588235294117647
+ Color Space
+ sRGB
+ Green Component
+ 0.4039215686274510
+ Red Component
+ 0.0901960784313725
+
+ Ansi 7 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.2000000000000000
+
+ Ansi 8 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.6901960784313725
+ Red Component
+ 0.6784313725490196
+
+ Ansi 9 Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.2588235294117647
+ Color Space
+ sRGB
+ Green Component
+ 0.1960784313725490
+ Red Component
+ 0.4941176470588236
+
+ Background Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.8431372549019608
+ Red Component
+ 0.8392156862745098
+
+ Badge Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.5372549019607843
+ Color Space
+ sRGB
+ Green Component
+ 0.4941176470588236
+ Red Component
+ 0.4862745098039216
+
+ Bold Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.7411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.6901960784313725
+ Red Component
+ 0.6784313725490196
+
+ Cursor Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.2000000000000000
+
+ Cursor Guide Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8313725490196079
+ Color Space
+ sRGB
+ Green Component
+ 0.8078431372549020
+ Red Component
+ 0.8039215686274510
+
+ Cursor Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.8431372549019608
+ Red Component
+ 0.8392156862745098
+
+ Foreground Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.2000000000000000
+
+ Link Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.4784313725490196
+ Color Space
+ sRGB
+ Green Component
+ 0.2745098039215687
+ Red Component
+ 0.1490196078431373
+
+ Selected Text Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.3411764705882353
+ Color Space
+ sRGB
+ Green Component
+ 0.2274509803921569
+ Red Component
+ 0.2000000000000000
+
+ Selection Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8470588235294118
+ Color Space
+ sRGB
+ Green Component
+ 0.7529411764705882
+ Red Component
+ 0.7333333333333333
+
+ Tab Color
+
+ Alpha Component
+ 1
+ Blue Component
+ 0.8627450980392157
+ Color Space
+ sRGB
+ Green Component
+ 0.8431372549019608
+ Red Component
+ 0.8392156862745098
+
+
+
diff --git a/extras/kitty/forestbones_dark.conf b/extras/kitty/forestbones_dark.conf
new file mode 100644
index 0000000..0f2fe34
--- /dev/null
+++ b/extras/kitty/forestbones_dark.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: forestbones_dark
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/forestbones_dark.conf
+## blurb: A zenbones variant inspired by Everforest.
+foreground #E7DCC4
+background #2C343A
+selection_foreground #E7DCC4
+selection_background #615B51
+# Cursor colors
+cursor #EBE2CF
+cursor_text_color #2C343A
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #E7DCC4
+active_tab_background #9E5179
+inactive_tab_foreground #E7DCC4
+inactive_tab_background #3E4850
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #2C343A
+color8 #45525C
+# red
+color1 #E67C7F
+color9 #ED9294
+# green
+color2 #A9C181
+color10 #B0CE7B
+# yellow
+color3 #DDBD7F
+color11 #EDC77A
+# blue
+color4 #7FBCB4
+color12 #7AC9C0
+# magenta
+color5 #D69AB7
+color13 #E5A7C4
+# cyan
+color6 #83C193
+color14 #7DD093
+# white
+color7 #E7DCC4
+color15 #B2A790
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/forestbones_light.conf b/extras/kitty/forestbones_light.conf
new file mode 100644
index 0000000..4251b01
--- /dev/null
+++ b/extras/kitty/forestbones_light.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: forestbones_light
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/forestbones_light.conf
+## blurb: A zenbones variant inspired by Everforest.
+foreground #4F5B62
+background #FAF3E1
+selection_foreground #4F5B62
+selection_background #D3DFE6
+# Cursor colors
+cursor #4F5B62
+cursor_text_color #FAF3E1
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #4F5B62
+active_tab_background #EEBADB
+inactive_tab_foreground #4F5B62
+inactive_tab_background #E3D191
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #FAF3E1
+color8 #DBC988
+# red
+color1 #F85550
+color9 #E6271C
+# green
+color2 #8DA200
+color10 #758700
+# yellow
+color3 #DEA000
+color11 #B98500
+# blue
+color4 #3A94C4
+color12 #297CA6
+# magenta
+color5 #DF69BA
+color13 #CA43A3
+# cyan
+color6 #36A87E
+color14 #258C67
+# white
+color7 #4F5B62
+color15 #6E7F88
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/nordbones.conf b/extras/kitty/nordbones.conf
new file mode 100644
index 0000000..88b00ac
--- /dev/null
+++ b/extras/kitty/nordbones.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: nordbones
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/nordbones.conf
+## blurb: A zenbones variant inspired by Nord.
+foreground #EBEEF3
+background #2F3541
+selection_foreground #EBEEF3
+selection_background #545F70
+# Cursor colors
+cursor #EEF1F5
+cursor_text_color #2F3541
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #EBEEF3
+active_tab_background #84637E
+inactive_tab_foreground #EBEEF3
+inactive_tab_background #414959
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #2F3541
+color8 #475063
+# red
+color1 #C1616A
+color9 #D6787F
+# green
+color2 #A4BE8D
+color10 #A8CC86
+# yellow
+color3 #CF866F
+color11 #E09680
+# blue
+color4 #8FBCBA
+color12 #89CAC8
+# magenta
+color5 #B38DAC
+color13 #CF97C5
+# cyan
+color6 #87BFCE
+color14 #82CCE0
+# white
+color7 #EBEEF3
+color15 #A5B4CD
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/rosebones_dark.conf b/extras/kitty/rosebones_dark.conf
new file mode 100644
index 0000000..7dd8a37
--- /dev/null
+++ b/extras/kitty/rosebones_dark.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: rosebones_dark
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/rosebones_dark.conf
+## blurb: A zenbones variant inspired by Rosé Pine.
+foreground #E1D4D4
+background #1A1825
+selection_foreground #E1D4D4
+selection_background #523A39
+# Cursor colors
+cursor #E7DDDD
+cursor_text_color #1A1825
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #E1D4D4
+active_tab_background #673592
+inactive_tab_foreground #E1D4D4
+inactive_tab_background #312E43
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #1A1825
+color8 #3A3651
+# red
+color1 #EB7193
+color9 #F289A4
+# green
+color2 #317490
+color10 #358DAF
+# yellow
+color3 #F6C074
+color11 #F9CA8E
+# blue
+color4 #9CCFD8
+color12 #94DAE6
+# magenta
+color5 #C4A7E7
+color13 #CEB3EF
+# cyan
+color6 #9CCFD8
+color14 #94DAE6
+# white
+color7 #E1D4D4
+color15 #BF9B99
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/rosebones_light.conf b/extras/kitty/rosebones_light.conf
new file mode 100644
index 0000000..68ebe31
--- /dev/null
+++ b/extras/kitty/rosebones_light.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: rosebones_light
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/rosebones_light.conf
+## blurb: A zenbones variant inspired by Rosé Pine.
+foreground #724341
+background #FBF6F0
+selection_foreground #724341
+selection_background #EADDDC
+# Cursor colors
+cursor #724341
+cursor_text_color #FBF6F0
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #724341
+active_tab_background #D1C9DC
+inactive_tab_foreground #724341
+inactive_tab_background #ECD0A9
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #FBF6F0
+color8 #E8C48B
+# red
+color1 #B5637A
+color9 #A54A66
+# green
+color2 #286A84
+color10 #1C5970
+# yellow
+color3 #EC9D33
+color11 #C68223
+# blue
+color4 #5795A0
+color12 #407D88
+# magenta
+color5 #917BA9
+color13 #855AAC
+# cyan
+color6 #5795A0
+color14 #407D88
+# white
+color7 #724341
+color15 #A4635F
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/tokyobones_dark.conf b/extras/kitty/tokyobones_dark.conf
new file mode 100644
index 0000000..c384516
--- /dev/null
+++ b/extras/kitty/tokyobones_dark.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: tokyobones_dark
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/tokyobones_dark.conf
+## blurb: A zenbones variant inspired by Tokyo Night.
+foreground #C0CAF5
+background #1A1B26
+selection_foreground #C0CAF5
+selection_background #2C4075
+# Cursor colors
+cursor #CED6F7
+cursor_text_color #1A1B26
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #C0CAF5
+active_tab_background #6E20BD
+inactive_tab_foreground #C0CAF5
+inactive_tab_background #303142
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #1A1B26
+color8 #36384D
+# red
+color1 #F77890
+color9 #F98EA0
+# green
+color2 #74DBCB
+color10 #6DE5D3
+# yellow
+color3 #E1B068
+color11 #F2BA64
+# blue
+color4 #7BA2F7
+color12 #90AFFA
+# magenta
+color5 #BB9BF7
+color13 #C6ACFA
+# cyan
+color6 #2BC4DE
+color14 #74DBCB
+# white
+color7 #C0CAF5
+color15 #7E98EB
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/kitty/tokyobones_light.conf b/extras/kitty/tokyobones_light.conf
new file mode 100644
index 0000000..c92e41e
--- /dev/null
+++ b/extras/kitty/tokyobones_light.conf
@@ -0,0 +1,49 @@
+# This file is auto-generated by shipwright.nvim
+# vim:ft=kitty
+## name: tokyobones_light
+## author: Michael Chris Lopez
+## license: MIT
+## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/tokyobones_light.conf
+## blurb: A zenbones variant inspired by Tokyo Night.
+foreground #333A57
+background #D6D7DC
+selection_foreground #333A57
+selection_background #BBC0D8
+# Cursor colors
+cursor #333A57
+cursor_text_color #D6D7DC
+# URL underline color when hovering with mouse
+# kitty window border colors
+# OS Window titlebar colors
+# Tab bar colors
+active_tab_foreground #333A57
+active_tab_background #B3A9C9
+inactive_tab_foreground #333A57
+inactive_tab_background #B9BBC3
+# Colors for marks (marked text in the terminal)
+# The basic 16 colors
+# black
+color0 #D6D7DC
+color8 #ADB0BD
+# red
+color1 #8B4351
+color9 #7E3242
+# green
+color2 #34645D
+color10 #26554F
+# yellow
+color3 #8F5E14
+color11 #794E0D
+# blue
+color4 #34548C
+color12 #26467A
+# magenta
+color5 #5A4A79
+color13 #503875
+# cyan
+color6 #176775
+color14 #34645D
+# white
+color7 #333A57
+color15 #56618D
+# You can set the remaining 240 colors as color16 to color255.
diff --git a/extras/tmux/forestbones_dark.tmux b/extras/tmux/forestbones_dark.tmux
new file mode 100644
index 0000000..c269071
--- /dev/null
+++ b/extras/tmux/forestbones_dark.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#D69AB7,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#D69AB7,bold] [#S]#[fg=#D69AB7,bold] [%d/%m] #[fg=#D69AB7,bold][%I:%M%p] '
+set -g status-style fg='#D69AB7',bg='#E7DCC4'
+
+set -g window-status-current-style fg='#D69AB7',bg='#E7DCC4',bold
+
+set -g pane-border-style fg='#D69AB7'
+set -g pane-active-border-style fg='#D69AB7'
+
+set -g message-style fg='#2C343A',bg='#615B51'
+
+set -g display-panes-active-colour '#D69AB7'
+set -g display-panes-colour '#D69AB7'
+
+set -g clock-mode-colour '#D69AB7'
+
+set -g mode-style fg='#2C343A',bg='#615B51'
+
diff --git a/extras/tmux/forestbones_light.tmux b/extras/tmux/forestbones_light.tmux
new file mode 100644
index 0000000..676efab
--- /dev/null
+++ b/extras/tmux/forestbones_light.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#DF69BA,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#DF69BA,bold] [#S]#[fg=#DF69BA,bold] [%d/%m] #[fg=#DF69BA,bold][%I:%M%p] '
+set -g status-style fg='#DF69BA',bg='#4F5B62'
+
+set -g window-status-current-style fg='#DF69BA',bg='#4F5B62',bold
+
+set -g pane-border-style fg='#DF69BA'
+set -g pane-active-border-style fg='#DF69BA'
+
+set -g message-style fg='#FAF3E1',bg='#D3DFE6'
+
+set -g display-panes-active-colour '#DF69BA'
+set -g display-panes-colour '#DF69BA'
+
+set -g clock-mode-colour '#DF69BA'
+
+set -g mode-style fg='#FAF3E1',bg='#D3DFE6'
+
diff --git a/extras/tmux/nordbones.tmux b/extras/tmux/nordbones.tmux
new file mode 100644
index 0000000..4b6de2b
--- /dev/null
+++ b/extras/tmux/nordbones.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#B38DAC,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#B38DAC,bold] [#S]#[fg=#B38DAC,bold] [%d/%m] #[fg=#B38DAC,bold][%I:%M%p] '
+set -g status-style fg='#B38DAC',bg='#EBEEF3'
+
+set -g window-status-current-style fg='#B38DAC',bg='#EBEEF3',bold
+
+set -g pane-border-style fg='#B38DAC'
+set -g pane-active-border-style fg='#B38DAC'
+
+set -g message-style fg='#2F3541',bg='#545F70'
+
+set -g display-panes-active-colour '#B38DAC'
+set -g display-panes-colour '#B38DAC'
+
+set -g clock-mode-colour '#B38DAC'
+
+set -g mode-style fg='#2F3541',bg='#545F70'
+
diff --git a/extras/tmux/rosebones_dark.tmux b/extras/tmux/rosebones_dark.tmux
new file mode 100644
index 0000000..9d40b00
--- /dev/null
+++ b/extras/tmux/rosebones_dark.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#C4A7E7,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#C4A7E7,bold] [#S]#[fg=#C4A7E7,bold] [%d/%m] #[fg=#C4A7E7,bold][%I:%M%p] '
+set -g status-style fg='#C4A7E7',bg='#E1D4D4'
+
+set -g window-status-current-style fg='#C4A7E7',bg='#E1D4D4',bold
+
+set -g pane-border-style fg='#C4A7E7'
+set -g pane-active-border-style fg='#C4A7E7'
+
+set -g message-style fg='#1A1825',bg='#523A39'
+
+set -g display-panes-active-colour '#C4A7E7'
+set -g display-panes-colour '#C4A7E7'
+
+set -g clock-mode-colour '#C4A7E7'
+
+set -g mode-style fg='#1A1825',bg='#523A39'
+
diff --git a/extras/tmux/rosebones_light.tmux b/extras/tmux/rosebones_light.tmux
new file mode 100644
index 0000000..64e177d
--- /dev/null
+++ b/extras/tmux/rosebones_light.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#917BA9,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#917BA9,bold] [#S]#[fg=#917BA9,bold] [%d/%m] #[fg=#917BA9,bold][%I:%M%p] '
+set -g status-style fg='#917BA9',bg='#724341'
+
+set -g window-status-current-style fg='#917BA9',bg='#724341',bold
+
+set -g pane-border-style fg='#917BA9'
+set -g pane-active-border-style fg='#917BA9'
+
+set -g message-style fg='#FBF6F0',bg='#EADDDC'
+
+set -g display-panes-active-colour '#917BA9'
+set -g display-panes-colour '#917BA9'
+
+set -g clock-mode-colour '#917BA9'
+
+set -g mode-style fg='#FBF6F0',bg='#EADDDC'
+
diff --git a/extras/tmux/tokyobones_dark.tmux b/extras/tmux/tokyobones_dark.tmux
new file mode 100644
index 0000000..2f7171a
--- /dev/null
+++ b/extras/tmux/tokyobones_dark.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#BB9BF7,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#BB9BF7,bold] [#S]#[fg=#BB9BF7,bold] [%d/%m] #[fg=#BB9BF7,bold][%I:%M%p] '
+set -g status-style fg='#BB9BF7',bg='#C0CAF5'
+
+set -g window-status-current-style fg='#BB9BF7',bg='#C0CAF5',bold
+
+set -g pane-border-style fg='#BB9BF7'
+set -g pane-active-border-style fg='#BB9BF7'
+
+set -g message-style fg='#1A1B26',bg='#2C4075'
+
+set -g display-panes-active-colour '#BB9BF7'
+set -g display-panes-colour '#BB9BF7'
+
+set -g clock-mode-colour '#BB9BF7'
+
+set -g mode-style fg='#1A1B26',bg='#2C4075'
+
diff --git a/extras/tmux/tokyobones_light.tmux b/extras/tmux/tokyobones_light.tmux
new file mode 100644
index 0000000..3650ddb
--- /dev/null
+++ b/extras/tmux/tokyobones_light.tmux
@@ -0,0 +1,19 @@
+# This file is auto-generated by shipwright.nvim
+set -g status-left ' #[fg=#5A4A79,bold]#{s/root//:client_key_table} '
+set -g status-right '#[fg=#5A4A79,bold] [#S]#[fg=#5A4A79,bold] [%d/%m] #[fg=#5A4A79,bold][%I:%M%p] '
+set -g status-style fg='#5A4A79',bg='#333A57'
+
+set -g window-status-current-style fg='#5A4A79',bg='#333A57',bold
+
+set -g pane-border-style fg='#5A4A79'
+set -g pane-active-border-style fg='#5A4A79'
+
+set -g message-style fg='#D6D7DC',bg='#BBC0D8'
+
+set -g display-panes-active-colour '#5A4A79'
+set -g display-panes-colour '#5A4A79'
+
+set -g clock-mode-colour '#5A4A79'
+
+set -g mode-style fg='#D6D7DC',bg='#BBC0D8'
+
diff --git a/extras/wezterm/Forestbones_dark.toml b/extras/wezterm/Forestbones_dark.toml
new file mode 100644
index 0000000..8b72a89
--- /dev/null
+++ b/extras/wezterm/Forestbones_dark.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#E7DCC4"
+background = "#2C343A"
+cursor_fg = "#2C343A"
+cursor_bg = "#EBE2CF"
+cursor_border = "#2C343A"
+selection_fg = "#E7DCC4"
+selection_bg = "#615B51"
+ansi = ["#2C343A", "#E67C7F", "#A9C181", "#DDBD7F", "#7FBCB4", "#D69AB7", "#83C193", "#E7DCC4"]
+brights = ["#45525C", "#ED9294", "#B0CE7B", "#EDC77A", "#7AC9C0", "#E5A7C4", "#7DD093", "#B2A790"]
diff --git a/extras/wezterm/Forestbones_light.toml b/extras/wezterm/Forestbones_light.toml
new file mode 100644
index 0000000..f55b107
--- /dev/null
+++ b/extras/wezterm/Forestbones_light.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#4F5B62"
+background = "#FAF3E1"
+cursor_fg = "#FAF3E1"
+cursor_bg = "#4F5B62"
+cursor_border = "#FAF3E1"
+selection_fg = "#4F5B62"
+selection_bg = "#D3DFE6"
+ansi = ["#FAF3E1", "#F85550", "#8DA200", "#DEA000", "#3A94C4", "#DF69BA", "#36A87E", "#4F5B62"]
+brights = ["#DBC988", "#E6271C", "#758700", "#B98500", "#297CA6", "#CA43A3", "#258C67", "#6E7F88"]
diff --git a/extras/wezterm/Nordbones.toml b/extras/wezterm/Nordbones.toml
new file mode 100644
index 0000000..7182c70
--- /dev/null
+++ b/extras/wezterm/Nordbones.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#EBEEF3"
+background = "#2F3541"
+cursor_fg = "#2F3541"
+cursor_bg = "#EEF1F5"
+cursor_border = "#2F3541"
+selection_fg = "#EBEEF3"
+selection_bg = "#545F70"
+ansi = ["#2F3541", "#C1616A", "#A4BE8D", "#CF866F", "#8FBCBA", "#B38DAC", "#87BFCE", "#EBEEF3"]
+brights = ["#475063", "#D6787F", "#A8CC86", "#E09680", "#89CAC8", "#CF97C5", "#82CCE0", "#A5B4CD"]
diff --git a/extras/wezterm/Rosebones_dark.toml b/extras/wezterm/Rosebones_dark.toml
new file mode 100644
index 0000000..d310f8a
--- /dev/null
+++ b/extras/wezterm/Rosebones_dark.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#E1D4D4"
+background = "#1A1825"
+cursor_fg = "#1A1825"
+cursor_bg = "#E7DDDD"
+cursor_border = "#1A1825"
+selection_fg = "#E1D4D4"
+selection_bg = "#523A39"
+ansi = ["#1A1825", "#EB7193", "#317490", "#F6C074", "#9CCFD8", "#C4A7E7", "#9CCFD8", "#E1D4D4"]
+brights = ["#3A3651", "#F289A4", "#358DAF", "#F9CA8E", "#94DAE6", "#CEB3EF", "#94DAE6", "#BF9B99"]
diff --git a/extras/wezterm/Rosebones_light.toml b/extras/wezterm/Rosebones_light.toml
new file mode 100644
index 0000000..7ef9d71
--- /dev/null
+++ b/extras/wezterm/Rosebones_light.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#724341"
+background = "#FBF6F0"
+cursor_fg = "#FBF6F0"
+cursor_bg = "#724341"
+cursor_border = "#FBF6F0"
+selection_fg = "#724341"
+selection_bg = "#EADDDC"
+ansi = ["#FBF6F0", "#B5637A", "#286A84", "#EC9D33", "#5795A0", "#917BA9", "#5795A0", "#724341"]
+brights = ["#E8C48B", "#A54A66", "#1C5970", "#C68223", "#407D88", "#855AAC", "#407D88", "#A4635F"]
diff --git a/extras/wezterm/Tokyobones_dark.toml b/extras/wezterm/Tokyobones_dark.toml
new file mode 100644
index 0000000..be3c165
--- /dev/null
+++ b/extras/wezterm/Tokyobones_dark.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#C0CAF5"
+background = "#1A1B26"
+cursor_fg = "#1A1B26"
+cursor_bg = "#CED6F7"
+cursor_border = "#1A1B26"
+selection_fg = "#C0CAF5"
+selection_bg = "#2C4075"
+ansi = ["#1A1B26", "#F77890", "#74DBCB", "#E1B068", "#7BA2F7", "#BB9BF7", "#2BC4DE", "#C0CAF5"]
+brights = ["#36384D", "#F98EA0", "#6DE5D3", "#F2BA64", "#90AFFA", "#C6ACFA", "#74DBCB", "#7E98EB"]
diff --git a/extras/wezterm/Tokyobones_light.toml b/extras/wezterm/Tokyobones_light.toml
new file mode 100644
index 0000000..2465521
--- /dev/null
+++ b/extras/wezterm/Tokyobones_light.toml
@@ -0,0 +1,11 @@
+# This file is auto-generated by shipwright.nvim
+[colors]
+foreground = "#333A57"
+background = "#D6D7DC"
+cursor_fg = "#D6D7DC"
+cursor_bg = "#333A57"
+cursor_border = "#D6D7DC"
+selection_fg = "#333A57"
+selection_bg = "#BBC0D8"
+ansi = ["#D6D7DC", "#8B4351", "#34645D", "#8F5E14", "#34548C", "#5A4A79", "#176775", "#333A57"]
+brights = ["#ADB0BD", "#7E3242", "#26554F", "#794E0D", "#26467A", "#503875", "#34645D", "#56618D"]
diff --git a/extras/windows_terminal/forestbones_dark.json b/extras/windows_terminal/forestbones_dark.json
new file mode 100644
index 0000000..a8e140b
--- /dev/null
+++ b/extras/windows_terminal/forestbones_dark.json
@@ -0,0 +1,23 @@
+{
+ "name": "forestbones_dark",
+ "selectionBackground": "#615B51",
+ "cursorColor": "#EBE2CF",
+ "foreground": "#E7DCC4",
+ "background": "#2C343A",
+ "black": "#2C343A",
+ "blue": "#7FBCB4",
+ "cyan": "#83C193",
+ "green": "#A9C181",
+ "purple": "#D69AB7",
+ "red": "#E67C7F",
+ "white": "#E7DCC4",
+ "yellow": "#DDBD7F",
+ "brightBlack": "#45525C",
+ "brightBlue": "#7AC9C0",
+ "brightCyan": "#7DD093",
+ "brightGreen": "#B0CE7B",
+ "brightRed": "#ED9294",
+ "brightPurple": "#E5A7C4",
+ "brightWhite": "#B2A790"
+ "brightYellow": "#EDC77A",
+}
diff --git a/extras/windows_terminal/forestbones_light.json b/extras/windows_terminal/forestbones_light.json
new file mode 100644
index 0000000..99e4d29
--- /dev/null
+++ b/extras/windows_terminal/forestbones_light.json
@@ -0,0 +1,23 @@
+{
+ "name": "forestbones_light",
+ "selectionBackground": "#D3DFE6",
+ "cursorColor": "#4F5B62",
+ "foreground": "#4F5B62",
+ "background": "#FAF3E1",
+ "black": "#FAF3E1",
+ "blue": "#3A94C4",
+ "cyan": "#36A87E",
+ "green": "#8DA200",
+ "purple": "#DF69BA",
+ "red": "#F85550",
+ "white": "#4F5B62",
+ "yellow": "#DEA000",
+ "brightBlack": "#DBC988",
+ "brightBlue": "#297CA6",
+ "brightCyan": "#258C67",
+ "brightGreen": "#758700",
+ "brightRed": "#E6271C",
+ "brightPurple": "#CA43A3",
+ "brightWhite": "#6E7F88"
+ "brightYellow": "#B98500",
+}
diff --git a/extras/windows_terminal/nordbones.json b/extras/windows_terminal/nordbones.json
new file mode 100644
index 0000000..4708254
--- /dev/null
+++ b/extras/windows_terminal/nordbones.json
@@ -0,0 +1,23 @@
+{
+ "name": "nordbones",
+ "selectionBackground": "#545F70",
+ "cursorColor": "#EEF1F5",
+ "foreground": "#EBEEF3",
+ "background": "#2F3541",
+ "black": "#2F3541",
+ "blue": "#8FBCBA",
+ "cyan": "#87BFCE",
+ "green": "#A4BE8D",
+ "purple": "#B38DAC",
+ "red": "#C1616A",
+ "white": "#EBEEF3",
+ "yellow": "#CF866F",
+ "brightBlack": "#475063",
+ "brightBlue": "#89CAC8",
+ "brightCyan": "#82CCE0",
+ "brightGreen": "#A8CC86",
+ "brightRed": "#D6787F",
+ "brightPurple": "#CF97C5",
+ "brightWhite": "#A5B4CD"
+ "brightYellow": "#E09680",
+}
diff --git a/extras/windows_terminal/rosebones_dark.json b/extras/windows_terminal/rosebones_dark.json
new file mode 100644
index 0000000..7a78939
--- /dev/null
+++ b/extras/windows_terminal/rosebones_dark.json
@@ -0,0 +1,23 @@
+{
+ "name": "rosebones_dark",
+ "selectionBackground": "#523A39",
+ "cursorColor": "#E7DDDD",
+ "foreground": "#E1D4D4",
+ "background": "#1A1825",
+ "black": "#1A1825",
+ "blue": "#9CCFD8",
+ "cyan": "#9CCFD8",
+ "green": "#317490",
+ "purple": "#C4A7E7",
+ "red": "#EB7193",
+ "white": "#E1D4D4",
+ "yellow": "#F6C074",
+ "brightBlack": "#3A3651",
+ "brightBlue": "#94DAE6",
+ "brightCyan": "#94DAE6",
+ "brightGreen": "#358DAF",
+ "brightRed": "#F289A4",
+ "brightPurple": "#CEB3EF",
+ "brightWhite": "#BF9B99"
+ "brightYellow": "#F9CA8E",
+}
diff --git a/extras/windows_terminal/rosebones_light.json b/extras/windows_terminal/rosebones_light.json
new file mode 100644
index 0000000..e7463ac
--- /dev/null
+++ b/extras/windows_terminal/rosebones_light.json
@@ -0,0 +1,23 @@
+{
+ "name": "rosebones_light",
+ "selectionBackground": "#EADDDC",
+ "cursorColor": "#724341",
+ "foreground": "#724341",
+ "background": "#FBF6F0",
+ "black": "#FBF6F0",
+ "blue": "#5795A0",
+ "cyan": "#5795A0",
+ "green": "#286A84",
+ "purple": "#917BA9",
+ "red": "#B5637A",
+ "white": "#724341",
+ "yellow": "#EC9D33",
+ "brightBlack": "#E8C48B",
+ "brightBlue": "#407D88",
+ "brightCyan": "#407D88",
+ "brightGreen": "#1C5970",
+ "brightRed": "#A54A66",
+ "brightPurple": "#855AAC",
+ "brightWhite": "#A4635F"
+ "brightYellow": "#C68223",
+}
diff --git a/extras/windows_terminal/tokyobones_dark.json b/extras/windows_terminal/tokyobones_dark.json
new file mode 100644
index 0000000..7c9d23b
--- /dev/null
+++ b/extras/windows_terminal/tokyobones_dark.json
@@ -0,0 +1,23 @@
+{
+ "name": "tokyobones_dark",
+ "selectionBackground": "#2C4075",
+ "cursorColor": "#CED6F7",
+ "foreground": "#C0CAF5",
+ "background": "#1A1B26",
+ "black": "#1A1B26",
+ "blue": "#7BA2F7",
+ "cyan": "#2BC4DE",
+ "green": "#74DBCB",
+ "purple": "#BB9BF7",
+ "red": "#F77890",
+ "white": "#C0CAF5",
+ "yellow": "#E1B068",
+ "brightBlack": "#36384D",
+ "brightBlue": "#90AFFA",
+ "brightCyan": "#74DBCB",
+ "brightGreen": "#6DE5D3",
+ "brightRed": "#F98EA0",
+ "brightPurple": "#C6ACFA",
+ "brightWhite": "#7E98EB"
+ "brightYellow": "#F2BA64",
+}
diff --git a/extras/windows_terminal/tokyobones_light.json b/extras/windows_terminal/tokyobones_light.json
new file mode 100644
index 0000000..4aa3140
--- /dev/null
+++ b/extras/windows_terminal/tokyobones_light.json
@@ -0,0 +1,23 @@
+{
+ "name": "tokyobones_light",
+ "selectionBackground": "#BBC0D8",
+ "cursorColor": "#333A57",
+ "foreground": "#333A57",
+ "background": "#D6D7DC",
+ "black": "#D6D7DC",
+ "blue": "#34548C",
+ "cyan": "#176775",
+ "green": "#34645D",
+ "purple": "#5A4A79",
+ "red": "#8B4351",
+ "white": "#333A57",
+ "yellow": "#8F5E14",
+ "brightBlack": "#ADB0BD",
+ "brightBlue": "#26467A",
+ "brightCyan": "#34645D",
+ "brightGreen": "#26554F",
+ "brightRed": "#7E3242",
+ "brightPurple": "#503875",
+ "brightWhite": "#56618D"
+ "brightYellow": "#794E0D",
+}