Files
2026-07-20 09:23:17 -04:00

29 lines
485 B
TOML

# Colors (acme)
# Default colors
[colors.primary]
background = '#ffffea'
foreground = '#000000'
# Normal colors
[colors.normal]
black = '#101010'
red = '#af5f00'
green = '#cccc7c'
yellow = '#ffff5f'
blue = '#aeeeee'
magenta = '#505050'
cyan = '#afffd7'
white = '#fcfcce'
# Bright colors
[colors.bright]
black = '#101010'
red = '#af5f00'
green = '#cccc7c'
yellow = '#ffff5f'
blue = '#aeeeee'
magenta = '#505050'
cyan = '#afffd7'
white = '#fcfcce'