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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x161719'
foreground: '0xc5c8c6'
# Normal colors
normal:
black: '0x000000'
red: '0xfd5ff1'
green: '0x87c38a'
yellow: '0xffd7b1'
blue: '0x85befd'
magenta: '0xb9b6fc'
cyan: '0x85befd'
white: '0xe0e0e0'
# Bright colors
bright:
black: '0x000000'
red: '0xfd5ff1'
green: '0x94fa36'
yellow: '0xf5ffa8'
blue: '0x96cbfe'
magenta: '0xb9b6fc'
cyan: '0x85befd'
white: '0xe0e0e0'