29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x242626'
|
|
foreground: '0x99a3a2'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xa2686a'
|
|
green: '0x9aa56a'
|
|
yellow: '0xa3906a'
|
|
blue: '0x6b8fa3'
|
|
magenta: '0x6a71a3'
|
|
cyan: '0x6ba58f'
|
|
white: '0x99a3a2'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x666c6c'
|
|
red: '0xdd5c60'
|
|
green: '0xbfdf55'
|
|
yellow: '0xdeb360'
|
|
blue: '0x62b1df'
|
|
magenta: '0x606edf'
|
|
cyan: '0x64e39c'
|
|
white: '0xd2e0de'
|
|
|