Files
zenbones-theme/extras/alacritty/zenflesh.yml

Ignoring revisions in .git-blame-ignore-revs. Click here to bypass and see the normal blame view.

27 lines
542 B
YAML
Raw Normal View History

2021-09-14 05:54:36 +08:00
# zenflesh alacritty colors
colors:
# Default colors
primary:
background: '#1A1715'
2021-09-14 14:51:22 +08:00
foreground: '#B3BABF'
2021-09-14 05:54:36 +08:00
# Normal colors
normal:
2021-09-14 16:07:08 +08:00
black: '#1A1715'
2021-09-14 05:54:36 +08:00
red: '#BB6572'
green: '#75884C'
yellow: '#B86E54'
blue: '#4185AE'
magenta: '#AC75A1'
cyan: '#4F969E'
2021-09-14 16:07:08 +08:00
white: '#B3BABF'
2021-09-14 05:54:36 +08:00
# Bright colors
bright:
2021-09-14 16:07:08 +08:00
black: '#2F2925'
2021-09-14 05:54:36 +08:00
red: '#D16D7D'
green: '#7F974C'
yellow: '#D07654'
blue: '#4293C2'
magenta: '#C873B8'
cyan: '#4CA2AC'
2021-09-14 16:07:08 +08:00
white: '#93999E'