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

32 lines
495 B
TOML

[colors]
author = "Chris Kempson"
name = "Bespin (light)"
[colors.bright]
black = "#666666"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#baae9e"
yellow = "#f9ee98"
[colors.cursor]
cursor = "#5e5d5c"
text = "#baae9e"
[colors.normal]
black = "#28211c"
blue = "#5ea6ea"
cyan = "#afc4db"
green = "#54be0d"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#8a8986"
yellow = "#f9ee98"
[colors.primary]
background = "#baae9e"
foreground = "#5e5d5c"