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

29 lines
535 B
YAML

colors:
# Default colors
primary:
background: '0x150707'
foreground: '0x68525a'
# Normal colors
normal:
black: '0x2b1b1d'
red: '0x91002b'
green: '0x579524'
yellow: '0xab311b'
blue: '0x8c87b0'
magenta: '0x692f50'
cyan: '0xe8a866'
white: '0x68525a'
# Bright colors
bright:
black: '0x3d2b2e'
red: '0xc5255d'
green: '0x8dff57'
yellow: '0xc8381d'
blue: '0xcfc9ff'
magenta: '0xfc6cba'
cyan: '0xffceaf'
white: '0xb0949d'