29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x000000'
|
|
foreground: '0xdbdbdb'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x575757'
|
|
red: '0xff1b00'
|
|
green: '0xa5e055'
|
|
yellow: '0xfbe74a'
|
|
blue: '0x496487'
|
|
magenta: '0xfd5ff1'
|
|
cyan: '0x86e9fe'
|
|
white: '0xcbcccb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x262626'
|
|
red: '0xd51d00'
|
|
green: '0xa5df55'
|
|
yellow: '0xfbe84a'
|
|
blue: '0x89beff'
|
|
magenta: '0xc001c1'
|
|
cyan: '0x86eafe'
|
|
white: '0xdbdbdb'
|
|
|