29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x0d4a08'
|
|
foreground: '0xd8e2d7'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x2e8744'
|
|
red: '0xd84e4c'
|
|
green: '0x95da5a'
|
|
yellow: '0xd6e264'
|
|
blue: '0x4b9ed7'
|
|
magenta: '0x945fc5'
|
|
cyan: '0xd89b25'
|
|
white: '0xd8e2d7'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x34934f'
|
|
red: '0xff4f59'
|
|
green: '0xaff56a'
|
|
yellow: '0xfcff75'
|
|
blue: '0x57aeff'
|
|
magenta: '0xae63e9'
|
|
cyan: '0xffaa2b'
|
|
white: '0xfffefe'
|
|
|