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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x272822'
foreground: '0xffffff'
# Normal colors
normal:
black: '0x666666'
red: '0xff1e8e'
green: '0x8eff1e'
yellow: '0xfffb00'
blue: '0x1e8eff'
magenta: '0xe500e5'
cyan: '0x00e5e5'
white: '0xe5e5e5'
# Bright colors
bright:
black: '0x666666'
red: '0xff1e8e'
green: '0x8eff1e'
yellow: '0xfffb00'
blue: '0x1e8eff'
magenta: '0xe500e5'
cyan: '0x00e5e5'
white: '0xe5e5e5'