add zenwritten to build

This commit is contained in:
Michael Chris Lopez
2021-10-14 18:19:49 +08:00
parent 7ed46d86d7
commit 8b235543f2
19 changed files with 1035 additions and 10 deletions

View File

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

View File

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