- template theme selection in alacritty, btop, fuzzel, ghostty, waybar, swaync, wezterm, zathura, gemini, zsh, and nvim astroui - add apex-aeon assets and refresh apex-neon palettes across terminals, editors, and UI components - switch UI fonts to GeistMono in GTK/Qt, Hyprland/Hyprlock, Kitty, Zed, and Satty - add refresh-apex-themes helper to sync theme outputs
20 lines
352 B
Cheetah
20 lines
352 B
Cheetah
[general]
|
|
import = ["~/.config/alacritty/themes/{{ .chezmoi.config.data.theme }}.toml"]
|
|
|
|
live_config_reload = true
|
|
ipc_socket = true
|
|
|
|
[window]
|
|
opacity = 0.7
|
|
padding = { x = 4, y = 4 }
|
|
|
|
[font]
|
|
normal = { family = "GeistMono Nerd Font", style = "Regular" }
|
|
size = 8
|
|
|
|
[mouse]
|
|
hide_when_typing = true
|
|
|
|
[cursor]
|
|
style = { shape = "Beam", blinking = "Off" }
|