mirror of
https://github.com/fscotto/infra.git
synced 2026-05-30 15:39:58 +00:00
- 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
24 lines
433 B
TOML
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" }
|
|
]
|