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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x1d1908'
foreground: '0xcac296'
# Normal colors
normal:
black: '0x000000'
red: '0xb64c00'
green: '0x7c8b16'
yellow: '0xd3bd26'
blue: '0x616bb0'
magenta: '0x8c5a90'
cyan: '0x916c25'
white: '0xcac29a'
# Bright colors
bright:
black: '0x5e5219'
red: '0xff9149'
green: '0xb2ca3b'
yellow: '0xffe54a'
blue: '0xacb8ff'
magenta: '0xffa0ff'
cyan: '0xffbc51'
white: '0xfed698'