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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x050014'
foreground: '0x736e7d'
# Normal colors
normal:
black: '0x230046'
red: '0x7d1625'
green: '0x337e6f'
yellow: '0x7f6f49'
blue: '0x4f4a7f'
magenta: '0x5a3f7f'
cyan: '0x58777f'
white: '0x736e7d'
# Bright colors
bright:
black: '0x372d46'
red: '0xe05167'
green: '0x52e0c4'
yellow: '0xe0c386'
blue: '0x8e87e0'
magenta: '0xa776e0'
cyan: '0x9ad4e0'
white: '0x8c91fa'