DotHub/alacritty/hezkore.toml
Robin C. df3dfdf262 Add bell
Change dimensions
2025-01-08 20:28:01 +01:00

27 lines
400 B
TOML

# Hezkore's Alacritty settings
[window]
dimensions = { columns = 120, lines = 32 }
opacity = 0.98
resize_increments = true
[bell]
animation = "Linear"
duration = 250
color = "#010101"
[scrolling]
multiplier = 1
[font]
normal = { family = "Hack", style = "Regular" }
size = 12
[colors]
transparent_background_colors = true
[colors.primary]
background = "#1e1f29"
[mouse]
hide_when_typing = true