dotfiles/alacritty/themes/Atelierforest.light.toml

32 lines
502 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = "Chris Kempson"
name = "Atelierforest (light)"
[colors.bright]
black = "#766e6b"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#f1efee"
yellow = "#d5911a"
[colors.cursor]
cursor = "#68615e"
text = "#f1efee"
[colors.normal]
black = "#1b1918"
blue = "#407ee7"
cyan = "#00ad9c"
green = "#5ab738"
magenta = "#6666ea"
red = "#f22c40"
white = "#a8a19f"
yellow = "#d5911a"
[colors.primary]
background = "#f1efee"
foreground = "#68615e"