29 lines
535 B
YAML
29 lines
535 B
YAML
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0x282c34'
|
|
foreground: '0xc3c7d1'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x282c34'
|
|
red: '0xed254e'
|
|
green: '0x71f79f'
|
|
yellow: '0xf9dc5c'
|
|
blue: '0x7cb7ff'
|
|
magenta: '0xc74ded'
|
|
cyan: '0x00c1e4'
|
|
white: '0xdcdfe4'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x282c34'
|
|
red: '0xed254e'
|
|
green: '0x71f79f'
|
|
yellow: '0xf9dc5c'
|
|
blue: '0x7cb7ff'
|
|
magenta: '0xc74ded'
|
|
cyan: '0x00c1e4'
|
|
white: '0xdcdfe4'
|
|
|