generate zenflesh files

This commit is contained in:
Michael Chris Lopez
2021-09-14 05:54:36 +08:00
parent 87bd1e39fa
commit c728d71fa0
9 changed files with 365 additions and 3 deletions

View File

@@ -1,4 +1,4 @@
# Zenbones Alacritty Colors
# zenbones alacritty colors
colors:
# Default colors
primary:

View File

@@ -0,0 +1,26 @@
# zenflesh alacritty colors
colors:
# Default colors
primary:
background: '#1A1715'
foreground: '#B6BCC1'
# Normal colors
normal:
black: '#B6BCC1'
red: '#BB6572'
green: '#75884C'
yellow: '#B86E54'
blue: '#4185AE'
magenta: '#AC75A1'
cyan: '#4F969E'
white: '#1A1715'
# Bright colors
bright:
black: '#969CA0'
red: '#D16D7D'
green: '#7F974C'
yellow: '#D07654'
blue: '#4293C2'
magenta: '#C873B8'
cyan: '#4CA2AC'
white: '#2F2925'