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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x171717'
foreground: '0xbbbbbb'
# Normal colors
normal:
black: '0x4c4c4c'
red: '0xbb0000'
green: '0x04f623'
yellow: '0xf3f167'
blue: '0x64d0f0'
magenta: '0xce6fdb'
cyan: '0x00dadf'
white: '0xbbbbbb'
# Bright colors
bright:
black: '0x555555'
red: '0xff5555'
green: '0x7df71d'
yellow: '0xffff55'
blue: '0x62cbe8'
magenta: '0xff9bf5'
cyan: '0x00ccd8'
white: '0xffffff'