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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x2d3743'
foreground: '0xe1e1e0'
# Normal colors
normal:
black: '0x000000'
red: '0xff4242'
green: '0x74af68'
yellow: '0xffad29'
blue: '0x338f86'
magenta: '0x9414e6'
cyan: '0x23d7d7'
white: '0xe1e1e0'
# Bright colors
bright:
black: '0x555555'
red: '0xff3242'
green: '0x74cd68'
yellow: '0xffb929'
blue: '0x23d7d7'
magenta: '0xff37ff'
cyan: '0x00ede1'
white: '0xffffff'