mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-17 10:12:17 -07:00
28 lines
540 B
YAML
28 lines
540 B
YAML
# Colors (Monokai Soda)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#1a1a1a'
|
|
foreground: '#fafafa'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '#1a1a1a'
|
|
red: '#f4005f'
|
|
green: '#98e024'
|
|
yellow: '#fa8419'
|
|
blue: '#9d65ff'
|
|
magenta: '#f4005f'
|
|
cyan: '#58d1eb'
|
|
white: '#fafafa'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#625e4c'
|
|
red: '#f4005f'
|
|
green: '#98e024'
|
|
yellow: '#e0d561'
|
|
blue: '#9d65ff'
|
|
magenta: '#f4005f'
|
|
cyan: '#58d1eb'
|
|
white: '#ffffff'
|