Files
infra/dotfiles/desktop/.config/alacritty/alacritty.toml
Fabio Scotto di Santolo e5b24fdf2c Align desktop theming around Noctalia Ayu
- Move Sway, GTK, Qt, Alacritty, and Emacs toward the Noctalia-generated Ayu theme
- Add shared font/cursor settings, qt5ct/qt6ct templates, and Flatpak theme integration support
- Keep browser and Telegram theming manual while preserving generated Noctalia assets where useful
2026-04-23 20:52:58 +02:00

24 lines
433 B
TOML

[general]
import = ["~/.config/alacritty/themes/noctalia.toml"]
[window]
padding = { x = 8, y = 8 }
opacity = 1.0
[font]
normal = { family = "Hack Nerd Font", style = "Regular" }
size = 12
[scrolling]
history = 10000
multiplier = 3
[cursor]
style = { shape = "Beam", blinking = "Off" }
[keyboard]
bindings = [
{ key = "V", mods = "Control|Shift", action = "Paste" },
{ key = "C", mods = "Control|Shift", action = "Copy" }
]