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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x211f46'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x040404'
red: '0x0f49c4'
green: '0x48b117'
yellow: '0xe87324'
blue: '0xbc0116'
magenta: '0x665b93'
cyan: '0x70a699'
white: '0xf5dcbe'
# Bright colors
bright:
black: '0x4f7cbf'
red: '0x1c96c7'
green: '0x3bff6f'
yellow: '0xefc31c'
blue: '0xfb605b'
magenta: '0x975b5a'
cyan: '0x1eff8e'
white: '0xf6f5fb'