Update Alacritty to be more readable and default view with apacity

This commit is contained in:
Daniel McKnight 2025-05-20 18:45:02 -07:00
parent 4c6272e43e
commit 1af6187374
2 changed files with 6 additions and 1 deletions

View file

@ -18,3 +18,8 @@ blink_timeout = 0
[cursor.style]
blinking = "Always"
#shape = "Underline"
[window]
opacity = 0.95
decorations = "None"
level = "AlwaysOnTop"

View file

@ -12,7 +12,7 @@ cursor = '#f0f3f6'
# Normal colors
[colors.normal]
black = '#7a828e'
black = '#050E1A'
red = '#ff9492'
green = '#26cd4d'
yellow = '#f0b72f'