Files
dotfiles/.config/alacritty/alacritty-themes/themes/Seoul256.yml
2026-03-15 10:32:59 +05:30

29 lines
536 B
YAML
Executable File

# Colors (Seoul256)
colors:
# Default colors
primary:
background: '#3a3a3a'
foreground: '#d0d0d0'
# Normal colors
normal:
black: '#4e4e4e'
red: '#d68787'
green: '#5f865f'
yellow: '#d8af5f'
blue: '#85add4'
magenta: '#d7afaf'
cyan: '#87afaf'
white: '#d0d0d0'
# Bright colors
bright:
black: '#626262'
red: '#d75f87'
green: '#87af87'
yellow: '#ffd787'
blue: '#add4fb'
magenta: '#ffafaf'
cyan: '#87d7d7'
white: '#e4e4e4'