Minor updates because I changes stuff around

This commit is contained in:
Antoine Phan
2024-03-21 22:12:54 -04:00
parent c9bfe74c2c
commit 9550fdbe1a
8 changed files with 47 additions and 22 deletions

View File

@@ -1,5 +1,5 @@
import = [
"~/.config/alacritty/themes/themes/dracula.toml"
"~/.config/alacritty/themes/themes/iterm.toml"
]
[colors.cursor]
@@ -19,6 +19,10 @@ unfocused_hollow = true
blinking = "On"
shape = "Beam"
[bell]
animation = "EaseOutExpo"
duration = 4
[env]
TERM = "xterm-256color"
@@ -37,7 +41,7 @@ decorations = "none"
decorations_theme_variant = "Dark"
dynamic_padding = false
dynamic_title = true
opacity = 0.8
opacity = 0.7
title = "Alacritty"
[window.dimensions]