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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x282828'
foreground: '0xebdbb2'
# Normal colors
normal:
black: '0x1c1b19'
red: '0xff3128'
green: '0x519f50'
yellow: '0xfbb829'
blue: '0x5573a3'
magenta: '0xe02c6d'
cyan: '0x0aaeb3'
white: '0x918175'
# Bright colors
bright:
black: '0x2d2b28'
red: '0xf75341'
green: '0x98bc37'
yellow: '0xfed06e'
blue: '0x8eb2f7'
magenta: '0xe35682'
cyan: '0x53fde9'
white: '0xfce8c3'