Files
2024-01-06 11:23:04 +01:00

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x762423'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x000000'
red: '0xd62e4e'
green: '0x71be6b'
yellow: '0xbeb86b'
blue: '0x489bee'
magenta: '0xe979d7'
cyan: '0x6bbeb8'
white: '0xd6d6d6'
# Bright colors
bright:
black: '0x262626'
red: '0xe02553'
green: '0xaff08c'
yellow: '0xdfddb7'
blue: '0x65aaf1'
magenta: '0xddb7df'
cyan: '0xb7dfdd'
white: '0xffffff'