Dotfiles/desktopenvs/hyprland/alacritty/alacritty.toml

45 lines
817 B
TOML

[font]
normal = {family = "Agave NerdFont", style = "Regular"}
[terminal]
[terminal.shell]
program = "/usr/bin/zsh"
args = ["-l"]
[window]
opacity = 0.3
# CyberQueer — matches ../kitty/themes/cyberqueer.conf
# (colors.conf COLOR_TEXT/BG/HIGHLIGHT/DARK/RED plus the same neon tints)
[colors.primary]
background = "#1A1A1A"
foreground = "#D6ABAB"
[colors.cursor]
cursor = "#E40046"
text = "#5018DD"
[colors.selection]
background = "#5018DD"
text = "#E40046"
[colors.normal]
black = "#1A1A1A"
red = "#E40046"
green = "#33E6A0"
yellow = "#E8B23D"
blue = "#5018DD"
magenta = "#A6178C"
cyan = "#34C6C6"
white = "#D6ABAB"
[colors.bright]
black = "#4B3A55"
red = "#F50505"
green = "#5CFFC2"
yellow = "#FFD873"
blue = "#8C6FFF"
magenta = "#FF5FC0"
cyan = "#6FF5F0"
white = "#F2DEDE"