flake

Francesco Saccone's Nix flake.
git clone git://git.francescosaccone.com/flake
Log | Files | Refs | README | LICENSE

commit be29ec0df759d78480a7925688bea03c950f6c99
parent 276b87695d37336c8e4391d01055d68ac6300851
Author: Francesco Saccone <francesco@francescosaccone.com>
Date:   Sun,  6 Apr 2025 18:20:24 +0200

feat: define 'transparent' color with alpha 0

Signed-off-by: Francesco Saccone <francesco@francescosaccone.com>

Diffstat:
Mmodules/home/sway/colors.nix | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/modules/home/sway/colors.nix b/modules/home/sway/colors.nix @@ -3,6 +3,8 @@ # the background image. background = "#00112b"; + transparent = "#00000000"; + darkRed = "#c85151"; green = "#80ff80"; red = "#da8b8b";