dotfiles/alacritty/themes/Embers.light.toml

32 lines
495 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = "Chris Kempson"
name = "Embers (light)"
[colors.bright]
black = "#5a5047"
blue = "#6d5782"
cyan = "#576d82"
green = "#57826d"
magenta = "#82576d"
red = "#826d57"
white = "#dbd6d1"
yellow = "#6d8257"
[colors.cursor]
cursor = "#433b32"
text = "#dbd6d1"
[colors.normal]
black = "#16130f"
blue = "#6d5782"
cyan = "#576d82"
green = "#57826d"
magenta = "#82576d"
red = "#826d57"
white = "#a39a90"
yellow = "#6d8257"
[colors.primary]
background = "#dbd6d1"
foreground = "#433b32"