dotfiles/alacritty/themes/Tango.toml
2024-03-25 16:09:54 -05:00

24 lines
383 B
TOML

[colors.bright]
black = "#2e3436"
blue = "#729fcf"
cyan = "#34e2e2"
green = "#8ae234"
magenta = "#ad7fa8"
red = "#ef2929"
white = "#eeeeec"
yellow = "#fce94f"
[colors.normal]
black = "#2e3436"
blue = "#3465a4"
cyan = "#06989a"
green = "#73d216"
magenta = "#75507b"
red = "#cc0000"
white = "#d3d7cf"
yellow = "#edd400"
[colors.primary]
background = "#000000"
foreground = "#00ff00"