29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x1b1b23'
|
|
foreground: '0x877a9b'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xb0425b'
|
|
green: '0x37a415'
|
|
yellow: '0xad5c42'
|
|
blue: '0x564d9b'
|
|
magenta: '0x6c3ca1'
|
|
cyan: '0x808080'
|
|
white: '0x87799c'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x5d3225'
|
|
red: '0xff6388'
|
|
green: '0x29e620'
|
|
yellow: '0xf08161'
|
|
blue: '0x867aed'
|
|
magenta: '0xa05eee'
|
|
cyan: '0xeaeaea'
|
|
white: '0xbfa3ff'
|
|
|