29 lines
540 B
YAML
29 lines
540 B
YAML
# Ayu
|
|
colors:
|
|
# Default colors
|
|
primary:
|
|
background: '0xf8f8f8'
|
|
foreground: '0x49535f'
|
|
|
|
# Normal colors
|
|
normal:
|
|
black: '0x000000'
|
|
red: '0xeb410d'
|
|
green: '0x67c505'
|
|
yellow: '0xec8414'
|
|
blue: '0x3594cf'
|
|
magenta: '0x854bc0'
|
|
cyan: '0x41b487'
|
|
white: '0xbbbbbb'
|
|
|
|
# Bright colors
|
|
bright:
|
|
black: '0x555555'
|
|
red: '0xca4e57'
|
|
green: '0x94d506'
|
|
yellow: '0xe0ba37'
|
|
blue: '0x5555ff'
|
|
magenta: '0x9061c0'
|
|
cyan: '0x4bd39d'
|
|
white: '0xffffff'
|