mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
32 lines
709 B
YAML
32 lines
709 B
YAML
# color (Spacemacs light)
|
|
colors:
|
|
primary:
|
|
foreground: '#64526F'
|
|
background: '#FAF7EE'
|
|
|
|
cursor:
|
|
cursor: '#64526F'
|
|
text: '#FAF7EE'
|
|
normal:
|
|
black: '#FAF7EE'
|
|
red: '#DF201C'
|
|
green: '#009F6B'
|
|
# green: '#29A0AD'
|
|
yellow: '#DB742E'
|
|
blue: '#3980C2'
|
|
magenta: '#29A0AD'
|
|
# magenta: '#2C9473'
|
|
cyan: '#6B3062'
|
|
white: '#64526F'
|
|
|
|
bright:
|
|
black: '#9F93A1'
|
|
red: '#DF201C'
|
|
green: '#009F6B'
|
|
# green: '#29A0AD'
|
|
yellow: '#DB742E'
|
|
blue: '#3980C2'
|
|
magenta: '#29A0AD'
|
|
# magenta: '#2C9473'
|
|
cyan: '#6B3062'
|
|
white: '#64526F'
|