dotfiles/alacritty/themes/Atelierseaside.light.toml

32 lines
503 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors]
author = "Chris Kempson"
name = "Atelierseaside (light)"
[colors.bright]
black = "#687d68"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#f0fff0"
yellow = "#c3c322"
[colors.cursor]
cursor = "#5e6e5e"
text = "#f0fff0"
[colors.normal]
black = "#131513"
blue = "#3d62f5"
cyan = "#1999b3"
green = "#29a329"
magenta = "#ad2bee"
red = "#e6193c"
white = "#8ca68c"
yellow = "#c3c322"
[colors.primary]
background = "#f0fff0"
foreground = "#5e6e5e"