22 lines
338 B
TOML
22 lines
338 B
TOML
|
# Hezkore's Alacritty settings
|
||
|
[window]
|
||
|
dimensions = { columns = 120, lines = 40 }
|
||
|
opacity = 0.98
|
||
|
resize_increments = true
|
||
|
|
||
|
[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
|