dotfiles/de/home/.config/alacritty/alacritty.toml
2025-09-04 17:30:01 -07:00

24 lines
465 B
TOML

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