You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x0b0c0d'
foreground: '0xa3a3a3'
# Normal colors
normal:
black: '0x1f2022'
red: '0xf2241f'
green: '0x67b11d'
yellow: '0xb1951d'
blue: '0x4f97d7'
magenta: '0xa31db1'
cyan: '0x2d9574'
white: '0xa3a3a3'
# Bright colors
bright:
black: '0x585858'
red: '0xf2241f'
green: '0x67b11d'
yellow: '0xb1951d'
blue: '0x4f97d7'
magenta: '0xa31db1'
cyan: '0x2d9574'
white: '0xf8f8f8'