27 lines
542 B
YAML
27 lines
542 B
YAML
# zenflesh alacritty colors
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#1A1715'
|
|
foreground: '#B3BABF'
|
|
# Normal colors
|
|
normal:
|
|
black: '#B3BABF'
|
|
red: '#BB6572'
|
|
green: '#75884C'
|
|
yellow: '#B86E54'
|
|
blue: '#4185AE'
|
|
magenta: '#AC75A1'
|
|
cyan: '#4F969E'
|
|
white: '#1A1715'
|
|
# Bright colors
|
|
bright:
|
|
black: '#93999E'
|
|
red: '#D16D7D'
|
|
green: '#7F974C'
|
|
yellow: '#D07654'
|
|
blue: '#4293C2'
|
|
magenta: '#C873B8'
|
|
cyan: '#4CA2AC'
|
|
white: '#2F2925'
|