From 88136e20828ac2bcb396584e0b0a020480b6f487 Mon Sep 17 00:00:00 2001 From: Wesley Irvin Date: Wed, 14 Jun 2023 14:08:59 -0400 Subject: [PATCH] Changed Alacritty Opacity Changed the opacity setting on alacritty from 0.90 to 0.95 for improved readability --- wes-home.nix | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wes-home.nix b/wes-home.nix index abe11a2..19a9b18 100644 --- a/wes-home.nix +++ b/wes-home.nix @@ -107,7 +107,7 @@ columns = 205; lines = 45; }; - window.opacity = 0.90; + window.opacity = 0.95; ### BEGIN THEME ### ### Nord ###