export separate zenbones_light and zenbones_dark
This commit is contained in:
@@ -1,23 +1,5 @@
|
|||||||
" This file is auto-generated from lua/zenbones/template/lightline.lua
|
if lightline#colorscheme#background() ==# 'light'
|
||||||
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
let g:lightline#colorscheme#zenbones#palette = g:lightline#colorscheme#zenbones_light#palette
|
||||||
|
else
|
||||||
let s:p.normal.left = [ [ "#564E4A", "#B2A39B", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
let g:lightline#colorscheme#zenbones#palette = g:lightline#colorscheme#zenbones_dark#palette
|
||||||
let s:p.normal.middle = [ [ "#2C363C", "#D1C7C3" ] ]
|
endif
|
||||||
let s:p.normal.right = [ [ "#564E4A", "#C4B6AF" ], [ "#564E4A", "#C4B6AF" ] ]
|
|
||||||
let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ]
|
|
||||||
let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ]
|
|
||||||
|
|
||||||
let s:p.inactive.left = [ [ "#596A76", "#DAD3CF" ], [ "#596A76", "#DAD3CF" ] ]
|
|
||||||
let s:p.inactive.middle = [ [ "#596A76", "#DAD3CF" ] ]
|
|
||||||
let s:p.inactive.right = [ [ "#596A76", "#DAD3CF" ] ]
|
|
||||||
|
|
||||||
let s:p.insert.left = [ [ "#564E4A", "#A9BED1", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
|
||||||
let s:p.replace.left = [ [ "#564E4A", "#EBD8DA", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
|
||||||
let s:p.visual.left = [ [ "#564E4A", "#CBD9E3", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
|
||||||
|
|
||||||
let s:p.tabline.left = [ [ "#2C363C", "#C4B6AF", "italic" ] ]
|
|
||||||
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)
|
|
||||||
|
|||||||
23
autoload/lightline/colorscheme/zenbones_dark.vim
Normal file
23
autoload/lightline/colorscheme/zenbones_dark.vim
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
" This file is auto-generated from lua/zenbones/template/lightline.lua
|
||||||
|
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||||
|
|
||||||
|
let s:p.normal.left = [ [ "#AFA099", "#736863", "bold" ], [ "#AFA099", "#4F4844" ] ]
|
||||||
|
let s:p.normal.middle = [ [ "#B4BDC3", "#3E3835" ] ]
|
||||||
|
let s:p.normal.right = [ [ "#AFA099", "#4F4844" ], [ "#AFA099", "#4F4844" ] ]
|
||||||
|
let s:p.normal.warning = [ [ "#B77E64", "#211D1B" ] ]
|
||||||
|
let s:p.normal.error = [ [ "#DE6E7C", "#251B1C" ] ]
|
||||||
|
|
||||||
|
let s:p.inactive.left = [ [ "#CAD0D4", "#322D2B" ], [ "#CAD0D4", "#322D2B" ] ]
|
||||||
|
let s:p.inactive.middle = [ [ "#CAD0D4", "#322D2B" ] ]
|
||||||
|
let s:p.inactive.right = [ [ "#CAD0D4", "#322D2B" ] ]
|
||||||
|
|
||||||
|
let s:p.insert.left = [ [ "#AFA099", "#324757", "bold" ], [ "#AFA099", "#4F4844" ] ]
|
||||||
|
let s:p.replace.left = [ [ "#AFA099", "#3E2225", "bold" ], [ "#AFA099", "#4F4844" ] ]
|
||||||
|
let s:p.visual.left = [ [ "#AFA099", "#3D4042", "bold" ], [ "#AFA099", "#4F4844" ] ]
|
||||||
|
|
||||||
|
let s:p.tabline.left = [ [ "#B4BDC3", "#4F4844", "italic" ] ]
|
||||||
|
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)
|
||||||
23
autoload/lightline/colorscheme/zenbones_light.vim
Normal file
23
autoload/lightline/colorscheme/zenbones_light.vim
Normal file
@@ -0,0 +1,23 @@
|
|||||||
|
" This file is auto-generated from lua/zenbones/template/lightline.lua
|
||||||
|
let s:p = {'normal': {}, 'inactive': {}, 'insert': {}, 'replace': {}, 'visual': {}, 'tabline': {}}
|
||||||
|
|
||||||
|
let s:p.normal.left = [ [ "#564E4A", "#B2A39B", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
||||||
|
let s:p.normal.middle = [ [ "#2C363C", "#D1C7C3" ] ]
|
||||||
|
let s:p.normal.right = [ [ "#564E4A", "#C4B6AF" ], [ "#564E4A", "#C4B6AF" ] ]
|
||||||
|
let s:p.normal.warning = [ [ "#944927", "#F2DEDA" ] ]
|
||||||
|
let s:p.normal.error = [ [ "#A8334C", "#F2DEE0" ] ]
|
||||||
|
|
||||||
|
let s:p.inactive.left = [ [ "#596A76", "#DAD3CF" ], [ "#596A76", "#DAD3CF" ] ]
|
||||||
|
let s:p.inactive.middle = [ [ "#596A76", "#DAD3CF" ] ]
|
||||||
|
let s:p.inactive.right = [ [ "#596A76", "#DAD3CF" ] ]
|
||||||
|
|
||||||
|
let s:p.insert.left = [ [ "#564E4A", "#A9BED1", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
||||||
|
let s:p.replace.left = [ [ "#564E4A", "#EBD8DA", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
||||||
|
let s:p.visual.left = [ [ "#564E4A", "#CBD9E3", "bold" ], [ "#564E4A", "#C4B6AF" ] ]
|
||||||
|
|
||||||
|
let s:p.tabline.left = [ [ "#2C363C", "#C4B6AF", "italic" ] ]
|
||||||
|
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)
|
||||||
27
extras/alacritty/zenbones_dark.yml
Normal file
27
extras/alacritty/zenbones_dark.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/alacritty.lua
|
||||||
|
# zenbones_dark alacritty colors
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#1C1917'
|
||||||
|
foreground: '#B4BDC3'
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#0F191F'
|
||||||
|
red: '#DE6E7C'
|
||||||
|
green: '#90FF6B'
|
||||||
|
yellow: '#B77E64'
|
||||||
|
blue: '#8190D4'
|
||||||
|
magenta: '#B279A7'
|
||||||
|
cyan: '#66A5AD'
|
||||||
|
white: '#C6D5CF'
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#263945'
|
||||||
|
red: '#E8838F'
|
||||||
|
green: '#A0FF85'
|
||||||
|
yellow: '#D68C67'
|
||||||
|
blue: '#92A0E2'
|
||||||
|
magenta: '#CF86C1'
|
||||||
|
cyan: '#65B8C1'
|
||||||
|
white: '#98A39E'
|
||||||
27
extras/alacritty/zenbones_light.yml
Normal file
27
extras/alacritty/zenbones_light.yml
Normal file
@@ -0,0 +1,27 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/alacritty.lua
|
||||||
|
# zenbones_light alacritty colors
|
||||||
|
colors:
|
||||||
|
# Default colors
|
||||||
|
primary:
|
||||||
|
background: '#F0EDEC'
|
||||||
|
foreground: '#2C363C'
|
||||||
|
# Normal colors
|
||||||
|
normal:
|
||||||
|
black: '#E5EDE6'
|
||||||
|
red: '#A8334C'
|
||||||
|
green: '#567A30'
|
||||||
|
yellow: '#944927'
|
||||||
|
blue: '#286486'
|
||||||
|
magenta: '#88507D'
|
||||||
|
cyan: '#3B8992'
|
||||||
|
white: '#202E18'
|
||||||
|
# Bright colors
|
||||||
|
bright:
|
||||||
|
black: '#B3C6B6'
|
||||||
|
red: '#94253E'
|
||||||
|
green: '#3F5A22'
|
||||||
|
yellow: '#803D1C'
|
||||||
|
blue: '#1D5573'
|
||||||
|
magenta: '#7B3B70'
|
||||||
|
cyan: '#2B747C'
|
||||||
|
white: '#415934'
|
||||||
357
extras/iterm/zenbones_dark.itermcolors
Normal file
357
extras/iterm/zenbones_dark.itermcolors
Normal file
@@ -0,0 +1,357 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1215686274509804</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.0588235294117647</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4862745098039216</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4313725490196079</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8705882352941177</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1.0000000000000000</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6274509803921569</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4039215686274510</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5490196078431373</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8392156862745098</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6274509803921569</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5725490196078431</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7568627450980392</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5254901960784314</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8117647058823529</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7568627450980392</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7215686274509804</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3960784313725490</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6196078431372549</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6392156862745098</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5960784313725490</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4196078431372549</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>1.0000000000000000</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5647058823529412</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3921568627450980</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4941176470588236</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7176470588235294</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8313725490196079</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5647058823529412</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5058823529411764</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6549019607843137</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4745098039215686</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6980392156862745</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.6784313725490196</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6470588235294118</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4000000000000000</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8117647058823529</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8352941176470589</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7764705882352941</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2705882352941176</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2235294117647059</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1490196078431373</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5607843137254902</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5137254901960784</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9098039215686274</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0901960784313725</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1098039215686274</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.3882352941176471</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4039215686274510</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4313725490196079</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2705882352941176</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2235294117647059</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1490196078431373</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8117647058823529</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7921568627450980</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7686274509803922</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1215686274509804</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.1294117647058824</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1450980392156863</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0901960784313725</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1098039215686274</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7647058823529411</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7058823529411765</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.6274509803921569</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5725490196078431</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7647058823529411</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7411764705882353</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7058823529411765</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2588235294117647</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2509803921568627</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2392156862745098</real>
|
||||||
|
</dict>
|
||||||
|
<key>Tab Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0901960784313725</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.0980392156862745</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1098039215686274</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
357
extras/iterm/zenbones_light.itermcolors
Normal file
357
extras/iterm/zenbones_light.itermcolors
Normal file
@@ -0,0 +1,357 @@
|
|||||||
|
<?xml version="1.0" encoding="UTF-8"?>
|
||||||
|
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
|
||||||
|
<plist version="1.0">
|
||||||
|
<dict>
|
||||||
|
<key>Ansi 0 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9019607843137255</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9294117647058824</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.8980392156862745</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 1 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2980392156862745</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2000000000000000</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.6588235294117647</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 10 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1333333333333333</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3529411764705883</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2470588235294118</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 11 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1098039215686274</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2392156862745098</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5019607843137255</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 12 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4509803921568628</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1137254901960784</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 13 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4392156862745098</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2313725490196079</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.4823529411764706</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 14 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4862745098039216</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4549019607843137</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1686274509803922</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 15 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2039215686274510</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3490196078431372</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2549019607843137</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 2 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1882352941176471</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.4784313725490196</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.3372549019607843</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 3 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.1529411764705882</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2862745098039216</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5803921568627451</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 4 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5254901960784314</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3921568627450980</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1568627450980392</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 5 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4901960784313725</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3137254901960784</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5333333333333333</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 6 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5725490196078431</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5372549019607843</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.2313725490196079</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 7 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.0941176470588235</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.1803921568627451</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1254901960784314</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 8 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7137254901960784</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7764705882352941</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7019607843137254</real>
|
||||||
|
</dict>
|
||||||
|
<key>Ansi 9 Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2431372549019608</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.1450980392156863</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5803921568627451</real>
|
||||||
|
</dict>
|
||||||
|
<key>Background Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9254901960784314</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9294117647058824</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9411764705882353</real>
|
||||||
|
</dict>
|
||||||
|
<key>Badge Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.5215686274509804</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.5372549019607843</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.5803921568627451</real>
|
||||||
|
</dict>
|
||||||
|
<key>Bold Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.7137254901960784</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.7764705882352941</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7019607843137254</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2352941176470588</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2117647058823529</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1725490196078431</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Guide Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8862745098039215</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8941176470588236</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9137254901960784</real>
|
||||||
|
</dict>
|
||||||
|
<key>Cursor Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9254901960784314</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9294117647058824</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9411764705882353</real>
|
||||||
|
</dict>
|
||||||
|
<key>Foreground Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2352941176470588</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2117647058823529</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1725490196078431</real>
|
||||||
|
</dict>
|
||||||
|
<key>Link Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.4509803921568628</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.3333333333333333</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1137254901960784</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selected Text Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.2352941176470588</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.2117647058823529</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.1725490196078431</real>
|
||||||
|
</dict>
|
||||||
|
<key>Selection Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.8901960784313725</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.8509803921568627</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.7960784313725490</real>
|
||||||
|
</dict>
|
||||||
|
<key>Tab Color</key>
|
||||||
|
<dict>
|
||||||
|
<key>Alpha Component</key>
|
||||||
|
<real>1</real>
|
||||||
|
<key>Blue Component</key>
|
||||||
|
<real>0.9254901960784314</real>
|
||||||
|
<key>Color Space</key>
|
||||||
|
<string>sRGB</string>
|
||||||
|
<key>Green Component</key>
|
||||||
|
<real>0.9294117647058824</real>
|
||||||
|
<key>Red Component</key>
|
||||||
|
<real>0.9411764705882353</real>
|
||||||
|
</dict>
|
||||||
|
</dict>
|
||||||
|
</plist>
|
||||||
40
extras/kitty/zenbones_dark.conf
Normal file
40
extras/kitty/zenbones_dark.conf
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/kitty.lua
|
||||||
|
# vim:ft=kitty
|
||||||
|
## name: zenbones_dark
|
||||||
|
## license: MIT
|
||||||
|
## author: Michael Chris Lopez
|
||||||
|
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_dark.conf
|
||||||
|
|
||||||
|
background #1C1917
|
||||||
|
foreground #B4BDC3
|
||||||
|
selection_background #3D4042
|
||||||
|
selection_foreground #B4BDC3
|
||||||
|
url_color #92A0E2
|
||||||
|
cursor #B4BDC3
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
active_tab_background #65435E
|
||||||
|
active_tab_foreground #B4BDC3
|
||||||
|
inactive_tab_background #3E3835
|
||||||
|
inactive_tab_foreground #B4BDC3
|
||||||
|
#tab_bar_background ${tab_bar_background}
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #0F191F
|
||||||
|
color1 #DE6E7C
|
||||||
|
color2 #90FF6B
|
||||||
|
color3 #B77E64
|
||||||
|
color4 #8190D4
|
||||||
|
color5 #B279A7
|
||||||
|
color6 #66A5AD
|
||||||
|
color7 #C6D5CF
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #263945
|
||||||
|
color9 #E8838F
|
||||||
|
color10 #A0FF85
|
||||||
|
color11 #D68C67
|
||||||
|
color12 #92A0E2
|
||||||
|
color13 #CF86C1
|
||||||
|
color14 #65B8C1
|
||||||
|
color15 #98A39E
|
||||||
40
extras/kitty/zenbones_light.conf
Normal file
40
extras/kitty/zenbones_light.conf
Normal file
@@ -0,0 +1,40 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/kitty.lua
|
||||||
|
# vim:ft=kitty
|
||||||
|
## name: zenbones_light
|
||||||
|
## license: MIT
|
||||||
|
## author: Michael Chris Lopez
|
||||||
|
## upstream: https://github.com/mcchrish/zenbones.nvim/raw/main/extras/kitty/zenbones_light.conf
|
||||||
|
|
||||||
|
background #F0EDEC
|
||||||
|
foreground #2C363C
|
||||||
|
selection_background #CBD9E3
|
||||||
|
selection_foreground #2C363C
|
||||||
|
url_color #1D5573
|
||||||
|
cursor #2C363C
|
||||||
|
|
||||||
|
# Tabs
|
||||||
|
active_tab_background #DEB9D6
|
||||||
|
active_tab_foreground #2C363C
|
||||||
|
inactive_tab_background #D1C7C3
|
||||||
|
inactive_tab_foreground #2C363C
|
||||||
|
#tab_bar_background ${tab_bar_background}
|
||||||
|
|
||||||
|
# normal
|
||||||
|
color0 #E5EDE6
|
||||||
|
color1 #A8334C
|
||||||
|
color2 #567A30
|
||||||
|
color3 #944927
|
||||||
|
color4 #286486
|
||||||
|
color5 #88507D
|
||||||
|
color6 #3B8992
|
||||||
|
color7 #202E18
|
||||||
|
|
||||||
|
# bright
|
||||||
|
color8 #B3C6B6
|
||||||
|
color9 #94253E
|
||||||
|
color10 #3F5A22
|
||||||
|
color11 #803D1C
|
||||||
|
color12 #1D5573
|
||||||
|
color13 #7B3B70
|
||||||
|
color14 #2B747C
|
||||||
|
color15 #415934
|
||||||
18
extras/tmux/zenbones_dark.tmux
Normal file
18
extras/tmux/zenbones_dark.tmux
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/tmux.lua
|
||||||
|
set -g status-left ' #[fg=#B279A7,bold]#{s/root//:client_key_table} '
|
||||||
|
set -g status-right '#[fg=#B279A7,bold] [#S]#[fg=#B279A7,bold] [%d/%m] #[fg=#B279A7,bold][%I:%M%p] '
|
||||||
|
set -g status-style fg='#B279A7',bg='#C6D5CF'
|
||||||
|
|
||||||
|
set -g window-status-current-style fg='#B279A7',bg='#C6D5CF',bold
|
||||||
|
|
||||||
|
set -g pane-border-style fg='#B279A7'
|
||||||
|
set -g pane-active-border-style fg='#B279A7'
|
||||||
|
|
||||||
|
set -g message-style fg='#0F191F',bg='#3D4042'
|
||||||
|
|
||||||
|
set -g display-panes-active-colour '#B279A7'
|
||||||
|
set -g display-panes-colour '#B279A7'
|
||||||
|
|
||||||
|
set -g clock-mode-colour '#B279A7'
|
||||||
|
|
||||||
|
set -g mode-style fg='#0F191F',bg='#3D4042'
|
||||||
18
extras/tmux/zenbones_light.tmux
Normal file
18
extras/tmux/zenbones_light.tmux
Normal file
@@ -0,0 +1,18 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/tmux.lua
|
||||||
|
set -g status-left ' #[fg=#88507D,bold]#{s/root//:client_key_table} '
|
||||||
|
set -g status-right '#[fg=#88507D,bold] [#S]#[fg=#88507D,bold] [%d/%m] #[fg=#88507D,bold][%I:%M%p] '
|
||||||
|
set -g status-style fg='#88507D',bg='#202E18'
|
||||||
|
|
||||||
|
set -g window-status-current-style fg='#88507D',bg='#202E18',bold
|
||||||
|
|
||||||
|
set -g pane-border-style fg='#88507D'
|
||||||
|
set -g pane-active-border-style fg='#88507D'
|
||||||
|
|
||||||
|
set -g message-style fg='#E5EDE6',bg='#CBD9E3'
|
||||||
|
|
||||||
|
set -g display-panes-active-colour '#88507D'
|
||||||
|
set -g display-panes-colour '#88507D'
|
||||||
|
|
||||||
|
set -g clock-mode-colour '#88507D'
|
||||||
|
|
||||||
|
set -g mode-style fg='#E5EDE6',bg='#CBD9E3'
|
||||||
13
extras/wezterm/Zenbones_dark.toml
Normal file
13
extras/wezterm/Zenbones_dark.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/wezterm.lua
|
||||||
|
# Zenbones_dark
|
||||||
|
[colors]
|
||||||
|
foreground = "#B4BDC3"
|
||||||
|
background = "#1C1917"
|
||||||
|
cursor_bg = "#C4CACF"
|
||||||
|
cursor_border = "#1C1917"
|
||||||
|
cursor_fg = "#1C1917"
|
||||||
|
selection_bg = "#3D4042"
|
||||||
|
selection_fg = "#B4BDC3"
|
||||||
|
|
||||||
|
ansi = ["#0F191F", "#DE6E7C", "#90FF6B", "#B77E64", "#8190D4", "#B279A7", "#66A5AD", "#C6D5CF"]
|
||||||
|
brights = ["#263945", "#E8838F", "#A0FF85", "#D68C67", "#92A0E2", "#CF86C1", "#65B8C1", "#98A39E"]
|
||||||
13
extras/wezterm/Zenbones_light.toml
Normal file
13
extras/wezterm/Zenbones_light.toml
Normal file
@@ -0,0 +1,13 @@
|
|||||||
|
# This file is auto-generated from lua/zenbones/template/wezterm.lua
|
||||||
|
# Zenbones_light
|
||||||
|
[colors]
|
||||||
|
foreground = "#2C363C"
|
||||||
|
background = "#F0EDEC"
|
||||||
|
cursor_bg = "#2C363C"
|
||||||
|
cursor_border = "#F0EDEC"
|
||||||
|
cursor_fg = "#F0EDEC"
|
||||||
|
selection_bg = "#CBD9E3"
|
||||||
|
selection_fg = "#2C363C"
|
||||||
|
|
||||||
|
ansi = ["#E5EDE6", "#A8334C", "#567A30", "#944927", "#286486", "#88507D", "#3B8992", "#202E18"]
|
||||||
|
brights = ["#B3C6B6", "#94253E", "#3F5A22", "#803D1C", "#1D5573", "#7B3B70", "#2B747C", "#415934"]
|
||||||
@@ -1,34 +1 @@
|
|||||||
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
return require("lualine.themes.zenbones_" .. vim.opt.background:get())
|
||||||
local common_fg = "#564E4A"
|
|
||||||
local inactive_bg = "#DAD3CF"
|
|
||||||
local inactive_fg = "#596A76"
|
|
||||||
|
|
||||||
return {
|
|
||||||
normal = {
|
|
||||||
a = { bg = "#B2A39B", fg = common_fg, gui = "bold" },
|
|
||||||
b = { bg = "#C4B6AF", fg = common_fg },
|
|
||||||
c = { bg = "#D1C7C3", fg = "#2C363C" },
|
|
||||||
},
|
|
||||||
|
|
||||||
insert = {
|
|
||||||
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
|
|
||||||
},
|
|
||||||
|
|
||||||
command = {
|
|
||||||
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
|
|
||||||
},
|
|
||||||
|
|
||||||
visual = {
|
|
||||||
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
|
|
||||||
},
|
|
||||||
|
|
||||||
replace = {
|
|
||||||
a = { bg = "#EBD8DA", 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 },
|
|
||||||
},
|
|
||||||
}
|
|
||||||
|
|||||||
34
lua/lualine/themes/zenbones_dark.lua
Normal file
34
lua/lualine/themes/zenbones_dark.lua
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||||
|
local common_fg = "#AFA099"
|
||||||
|
local inactive_bg = "#322D2B"
|
||||||
|
local inactive_fg = "#CAD0D4"
|
||||||
|
|
||||||
|
return {
|
||||||
|
normal = {
|
||||||
|
a = { bg = "#736863", fg = common_fg, gui = "bold" },
|
||||||
|
b = { bg = "#4F4844", fg = common_fg },
|
||||||
|
c = { bg = "#3E3835", fg = "#B4BDC3" },
|
||||||
|
},
|
||||||
|
|
||||||
|
insert = {
|
||||||
|
a = { bg = "#324757", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
command = {
|
||||||
|
a = { bg = "#65435E", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
visual = {
|
||||||
|
a = { bg = "#3D4042", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
replace = {
|
||||||
|
a = { bg = "#3E2225", 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 },
|
||||||
|
},
|
||||||
|
}
|
||||||
34
lua/lualine/themes/zenbones_light.lua
Normal file
34
lua/lualine/themes/zenbones_light.lua
Normal file
@@ -0,0 +1,34 @@
|
|||||||
|
-- This file is auto-generated from lua/zenbones/template/lualine.lua
|
||||||
|
local common_fg = "#564E4A"
|
||||||
|
local inactive_bg = "#DAD3CF"
|
||||||
|
local inactive_fg = "#596A76"
|
||||||
|
|
||||||
|
return {
|
||||||
|
normal = {
|
||||||
|
a = { bg = "#B2A39B", fg = common_fg, gui = "bold" },
|
||||||
|
b = { bg = "#C4B6AF", fg = common_fg },
|
||||||
|
c = { bg = "#D1C7C3", fg = "#2C363C" },
|
||||||
|
},
|
||||||
|
|
||||||
|
insert = {
|
||||||
|
a = { bg = "#A9BED1", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
command = {
|
||||||
|
a = { bg = "#DEB9D6", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
visual = {
|
||||||
|
a = { bg = "#CBD9E3", fg = common_fg, gui = "bold" },
|
||||||
|
},
|
||||||
|
|
||||||
|
replace = {
|
||||||
|
a = { bg = "#EBD8DA", 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 },
|
||||||
|
},
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user