29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1c1e22'
|
|
foreground: '0xe6e8ef'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x23252b'
|
|
red: '0xb54036'
|
|
green: '0x5ab977'
|
|
yellow: '0xdeb566'
|
|
blue: '0x6a7c93'
|
|
magenta: '0xa4799d'
|
|
cyan: '0x3f94a8'
|
|
white: '0xe6e8ef'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x23252b'
|
|
red: '0xb54036'
|
|
green: '0x5ab977'
|
|
yellow: '0xdeb566'
|
|
blue: '0x6a7c93'
|
|
magenta: '0xa4799d'
|
|
cyan: '0x3f94a8'
|
|
white: '0xebedf2'
|
|
|