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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x1f1926'
foreground: '0xe0e0e0'
# Normal colors
normal:
black: '0x39243a'
red: '0xeb64b9'
green: '0xafd686'
yellow: '0xfeae87'
blue: '0x40b4c4'
magenta: '0xb381c5'
cyan: '0x215969'
white: '0x91889b'
# Bright colors
bright:
black: '0x716485'
red: '0xfc2377'
green: '0x50fa7b'
yellow: '0xffe261'
blue: '0x74dfc4'
magenta: '0x6d75e0'
cyan: '0xb4dce7'
white: '0xffffff'