some fixes

"
This commit is contained in:
Hactarus 2024-09-30 18:47:13 +02:00
parent 0e649eddbb
commit 3699d8a0b3
4 changed files with 14 additions and 4 deletions

View file

@ -1,7 +1,7 @@
import = [
"~/.config/alacritty/alacritty-thems/dark_pride.toml",
"~/.config/alacritty/alacritty-thems/dracula_plus.toml",
"~/.config/alacritty/hactatio.toml"
"~/.config/alacritty/hactario.toml"
]
[env]

View file

@ -3,7 +3,7 @@ live_config_reload = true
[window]
dynamic_padding = true
decorations = 'None'
opacity = 0.8
opacity = 0.70
dynamic_title = true
[windows.class]
@ -12,6 +12,7 @@ general = "alacritty"
[bell]
animation = "EaseOutQuad"
duration = 150
color = "0xf8f8f2"
[colors]
draw_bold_text_with_bright_colors = true
@ -24,3 +25,12 @@ multiplier = 3
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"