Files
chsh/alacritty/alacritty.yml.bak
2023-01-16 21:28:52 +01:00

32 lines
558 B
YAML

font:
size: 14
# Colors (Terminal.app)
colors:
# Default colors
primary:
background: '#1E1E1E'
foreground: '#b6b6b6'
# Normal colors
normal:
black: '#000000'
red: '#D6492E'
green: '#42C732'
yellow: '#999900'
blue: '#6A42F6'
magenta: '#6B42F7'
cyan: '#00a6b2'
white: '#F1F1F1'
# Bright colors
bright:
black: '#666666'
red: '#e50000'
green: '#00d900'
yellow: '#e5e500'
blue: '#DA97FF'
magenta: '#e500e5'
cyan: '#00e5e5'
white: '#e5e5e5'