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

32 lines
476 B
TOML

[colors]
author = ""
name = "Orangish"
[colors.bright]
black = "#5e5e5e"
blue = "#46aede"
cyan = "#d6dbac"
green = "#95e76b"
magenta = "#e32c57"
red = "#eb4509"
white = "#efefef"
yellow = "#ffac18"
[colors.cursor]
cursor = "#ffffff"
text = "#000000"
[colors.normal]
black = "#251f1f"
blue = "#46aede"
cyan = "#d6dbac"
green = "#94e76b"
magenta = "#e32c57"
red = "#eb4509"
white = "#efefef"
yellow = "#ffac18"
[colors.primary]
background = "#000000"
foreground = "#ffffff"