mirror of
https://github.com/dchakro/alacritty_colors.git
synced 2026-05-18 10:14:45 -07:00
29 lines
563 B
YAML
29 lines
563 B
YAML
# Colors (Seabird)
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '#ffffff'
|
|
# foreground: '#61707a'
|
|
foreground: '#1A1A1A'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '#0b141a'
|
|
red: '#ff4053'
|
|
green: '#11ab00'
|
|
yellow: '#bf8c00'
|
|
blue: '#0099ff'
|
|
magenta: '#9854ff'
|
|
cyan: '#00a5ab'
|
|
white: '#ffffff'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '#0b141a'
|
|
red: '#ff4053'
|
|
green: '#11ab00'
|
|
yellow: '#bf8c00'
|
|
blue: '#0099ff'
|
|
magenta: '#9854ff'
|
|
cyan: '#00a5ab'
|
|
white: '#ffffff'
|