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

32 lines
497 B
TOML

[colors]
author = "Chris Kempson"
name = "Twilight (light)"
[colors.bright]
black = "#5f5a60"
blue = "#7587a6"
cyan = "#afc4db"
green = "#8f9d6a"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#ffffff"
yellow = "#f9ee98"
[colors.cursor]
cursor = "#464b50"
text = "#ffffff"
[colors.normal]
black = "#1e1e1e"
blue = "#7587a6"
cyan = "#afc4db"
green = "#8f9d6a"
magenta = "#9b859d"
red = "#cf6a4c"
white = "#a7a7a7"
yellow = "#f9ee98"
[colors.primary]
background = "#ffffff"
foreground = "#464b50"