29 lines
536 B
YAML
29 lines
536 B
YAML
# 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'
|