build lightness/darkness variants

closes #12
This commit is contained in:
Michael Chris Lopez
2021-10-02 17:27:23 +08:00
parent d863cd37a6
commit a4954c98c8
17 changed files with 461 additions and 8 deletions

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# zenbones_bright alacritty colors
colors:
# Default colors
primary:
background: '#F8F6F5'
foreground: '#2C363C'
# Normal colors
normal:
black: '#F0EDEC'
red: '#A8334C'
green: '#4F6C31'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#2C363C'
# Bright colors
bright:
black: '#CFC1BA'
red: '#94253E'
green: '#3F5A22'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4F5E68'

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# zenbones_dim alacritty colors
colors:
# Default colors
primary:
background: '#E8E4E3'
foreground: '#2C363C'
# Normal colors
normal:
black: '#F0EDEC'
red: '#A8334C'
green: '#4F6C31'
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
white: '#2C363C'
# Bright colors
bright:
black: '#CFC1BA'
red: '#94253E'
green: '#3F5A22'
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
white: '#4F5E68'

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# zenflesh_stark alacritty colors
colors:
# Default colors
primary:
background: '#161311'
foreground: '#B4BDC3'
# Normal colors
normal:
black: '#1C1918'
red: '#DE6E7C'
green: '#819B69'
yellow: '#B77E64'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#B4BDC3'
# Bright colors
bright:
black: '#3E3834'
red: '#E8838F'
green: '#8BAE68'
yellow: '#D68C67'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#888F94'

View File

@@ -0,0 +1,27 @@
# This file is auto-generated from lua/zenbones/template/alacritty.lua
# zenflesh_warm alacritty colors
colors:
# Default colors
primary:
background: '#221F1E'
foreground: '#B4BDC3'
# Normal colors
normal:
black: '#1C1918'
red: '#DE6E7C'
green: '#819B69'
yellow: '#B77E64'
blue: '#6099C0'
magenta: '#B279A7'
cyan: '#66A5AD'
white: '#B4BDC3'
# Bright colors
bright:
black: '#3E3834'
red: '#E8838F'
green: '#8BAE68'
yellow: '#D68C67'
blue: '#61ABDA'
magenta: '#CF86C1'
cyan: '#65B8C1'
white: '#888F94'