Changed Alacritty Opacity

Changed the opacity setting on alacritty from 0.90 to 0.95 for
improved readability
This commit is contained in:
Wesley Irvin
2023-06-14 14:08:59 -04:00
parent 2f3d4b7680
commit 88136e2082

View File

@@ -107,7 +107,7 @@
columns = 205; columns = 205;
lines = 45; lines = 45;
}; };
window.opacity = 0.90; window.opacity = 0.95;
### BEGIN THEME ### ### BEGIN THEME ###
### Nord ### ### Nord ###