mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
29 lines
581 B
YAML
29 lines
581 B
YAML
# Colors (ParaisoDark)
|
|
# Source: https://gogh-co.github.io/Gogh/
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#2f1e2e'
|
|
foreground: '#edeceb'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '#000000'
|
|
red: '#ef6155'
|
|
green: '#48b685'
|
|
yellow: '#fec418'
|
|
blue: '#06b6ef'
|
|
magenta: '#815ba4'
|
|
cyan: '#5bc4bf'
|
|
white: '#edeceb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#776e71'
|
|
red: '#ef6155'
|
|
green: '#48b685'
|
|
yellow: '#fec418'
|
|
blue: '#06b6ef'
|
|
magenta: '#815ba4'
|
|
cyan: '#5bc4bf'
|
|
white: '#fcfcfb'
|