alacritty_colors/themes/spacer.toml
2024-03-14 14:04:39 -07:00

25 lines
442 B
TOML

[colors]
[colors.primary]
foreground = "#7e688d"
background = "#FAF7EE"
[colors.cursor]
cursor = "#64526F"
text = "#FAF7EE"
[colors.normal]
black = "#0A0A0A"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#6B3062"
cyan = "#29A0AD"
white = "#FFFFFF"
[colors.bright]
black = "#0A0A0A"
red = "#DF201C"
green = "#009F6B"
yellow = "#DB742E"
blue = "#3980C2"
magenta = "#6B3062"
cyan = "#29A0AD"
white = "#FFFFFF"