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

28 lines
619 B
YAML
Raw Normal View History

2021-09-21 21:13:10 +08:00
# This file is auto-generated from lua/zenbones/template/alacritty.lua
2021-10-09 17:30:15 +08:00
# neobones_light alacritty colors
2021-09-21 21:13:10 +08:00
colors:
# Default colors
primary:
2021-10-09 16:26:23 +08:00
background: '#E5EDE6'
foreground: '#202E18'
2021-09-21 21:13:10 +08:00
# Normal colors
normal:
2021-10-09 16:26:23 +08:00
black: '#E5EDE6'
2021-09-21 21:13:10 +08:00
red: '#A8334C'
2021-10-09 17:24:14 +08:00
green: '#567A30'
2021-09-21 21:13:10 +08:00
yellow: '#944927'
blue: '#286486'
magenta: '#88507D'
cyan: '#3B8992'
2021-10-09 16:26:23 +08:00
white: '#202E18'
2021-09-21 21:13:10 +08:00
# Bright colors
bright:
2021-10-09 16:26:23 +08:00
black: '#B3C6B6'
2021-09-21 21:13:10 +08:00
red: '#94253E'
2021-10-10 13:43:40 +08:00
green: '#3F5A22'
2021-09-21 21:13:10 +08:00
yellow: '#803D1C'
blue: '#1D5573'
magenta: '#7B3B70'
cyan: '#2B747C'
2021-10-09 16:26:23 +08:00
white: '#415934'