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

32 lines
494 B
TOML

[colors]
author = "Chris Kempson"
name = "Mocha (light)"
[colors.bright]
black = "#7e705a"
blue = "#8ab3b5"
cyan = "#7bbda4"
green = "#beb55b"
magenta = "#a89bb9"
red = "#cb6077"
white = "#f5eeeb"
yellow = "#f4bc87"
[colors.cursor]
cursor = "#645240"
text = "#f5eeeb"
[colors.normal]
black = "#3b3228"
blue = "#8ab3b5"
cyan = "#7bbda4"
green = "#beb55b"
magenta = "#a89bb9"
red = "#cb6077"
white = "#d0c8c6"
yellow = "#f4bc87"
[colors.primary]
background = "#f5eeeb"
foreground = "#645240"