36 lines
530 B
TOML
36 lines
530 B
TOML
live_config_reload = true
|
|
|
|
[window]
|
|
dynamic_padding = true
|
|
decorations = 'None'
|
|
opacity = 0.70
|
|
dynamic_title = true
|
|
|
|
[windows.class]
|
|
general = "alacritty"
|
|
|
|
[bell]
|
|
animation = "EaseOutQuad"
|
|
duration = 150
|
|
color = "0xf8f8f2"
|
|
|
|
[colors]
|
|
draw_bold_text_with_bright_colors = true
|
|
|
|
[scrolling]
|
|
history = 100000
|
|
multiplier = 3
|
|
|
|
[selection]
|
|
save_to_clipboard = true
|
|
semantic_escape_chars = ",│`|:\"' ()[]{}<>\t"
|
|
|
|
[font]
|
|
size = 10.0
|
|
|
|
[font.normal]
|
|
family = "Hack Nerd Font Mono"
|
|
|
|
[font.bold]
|
|
family = "Hack Nerd Font Mono"
|
|
style = "Bold"
|