export separate zenbones_light and zenbones_dark

This commit is contained in:
Michael Chris Lopez
2021-11-01 16:53:23 +08:00
parent bdb2e23aa2
commit e509f4aea1
16 changed files with 1030 additions and 57 deletions

View 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'

View 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'