dotfiles/alacritty/themes/IR-Black.toml

28 lines
436 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors.bright]
black = "#7c7c7c"
blue = "#b5dcfe"
cyan = "#dfdffe"
green = "#ceffab"
magenta = "#ff9cfe"
red = "#ffb6b0"
white = "#ffffff"
yellow = "#ffffcb"
[colors.cursor]
cursor = "#ffffff"
text = "#ffffff"
[colors.normal]
black = "#4e4e4e"
blue = "#96cbfe"
cyan = "#c6c5fe"
green = "#a8ff60"
magenta = "#ff73fd"
red = "#ff6c60"
white = "#eeeeee"
yellow = "#ffffb6"
[colors.primary]
background = "#000000"
foreground = "#ffffff"