dotfiles/alacritty/themes/Taerminal.toml

28 lines
446 B
TOML
Raw Normal View History

2024-03-25 21:09:54 +00:00
[colors.bright]
black = "#6f6f6f"
blue = "#c2e3ff"
cyan = "#c0e9f8"
green = "#d6fcba"
magenta = "#ffc6ff"
red = "#fe978b"
white = "#ffffff"
yellow = "#fffed5"
[colors.cursor]
background = "#f0f0f0"
foreground = "#26282a"
[colors.normal]
black = "#26282a"
blue = "#8bbce5"
cyan = "#a2e1f8"
green = "#b4fb73"
magenta = "#ffb2fe"
red = "#ff8878"
white = "#f1f1f1"
yellow = "#fffcb7"
[colors.primary]
background = "#26282a"
foreground = "#f0f0f0"