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

32 lines
496 B
TOML

[colors.bright]
black = "#7c8f8f"
blue = "#82aaff"
cyan = "#7fdbca"
green = "#21c7a8"
magenta = "#ae81ff"
red = "#ff5874"
white = "#d6deeb"
yellow = "#ecc48d"
[colors.cursor]
cursor = "#9ca1aa"
text = "#fafafa"
[colors.normal]
black = "#1d3b53"
blue = "#82aaff"
cyan = "#7fdbca"
green = "#a1cd5e"
magenta = "#c792ea"
red = "#fc514e"
white = "#a1aab8"
yellow = "#e3d18a"
[colors.primary]
background = "#011627"
foreground = "#acb4c2"
[colors.selection]
background = "#b2ceee"
text = "#080808"