dotfiles/de/home/.config/alacritty/alacritty.toml
2025-07-18 10:30:01 -07:00

23 lines
437 B
TOML

[window]
opacity = 0.6
dynamic_title = true
dynamic_padding = true
padding = { x = 10, y = 10 }
resize_increments = true
decorations = "None"
[font]
size = 10
normal = { family = "OverpassM Nerd Font Mono", style = "Regular" }
offset = { x = 0, y = -6 }
[cursor]
vi_mode_style = {shape = "Block", blinking = "Off"}
style = {shape = "Underline", blinking = "Off"}
[mouse]
hide_when_typing = true
[general]
import = ["./colors.toml"]