Files
linux_configs/alacritty/.config/alacritty/themes/acme.toml
2026-03-25 13:57:18 +02: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'