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

32 lines
498 B
TOML

[colors]
author = "Chris Kempson"
name = "Marrakesh (light)"
[colors.bright]
black = "#6c6823"
blue = "#477ca1"
cyan = "#75a738"
green = "#18974e"
magenta = "#8868b3"
red = "#c35359"
white = "#faf0a5"
yellow = "#a88339"
[colors.cursor]
cursor = "#5f5b17"
text = "#faf0a5"
[colors.normal]
black = "#201602"
blue = "#477ca1"
cyan = "#75a738"
green = "#18974e"
magenta = "#8868b3"
red = "#c35359"
white = "#948e48"
yellow = "#a88339"
[colors.primary]
background = "#faf0a5"
foreground = "#5f5b17"