From c41320864b7645e587ed53ff18717c2e7200c5b6 Mon Sep 17 00:00:00 2001 From: Dmitry Voronin Date: Sun, 24 Nov 2024 23:56:15 +0300 Subject: [PATCH] Swappy: Set B for black. --- patch/swappy/DefaultColor.nix | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/patch/swappy/DefaultColor.nix b/patch/swappy/DefaultColor.nix index 39486c5c..7a6da8a6 100644 --- a/patch/swappy/DefaultColor.nix +++ b/patch/swappy/DefaultColor.nix @@ -18,12 +18,12 @@ index 66013b3..9c88f84 100644 .color-box .color-green image { - background-color: rgb(0, 255, 0); -+ background-color: rgb(0, 0, 0); ++ background-color: rgb(255, 255, 255); } .color-box .color-blue image { - background-color: rgb(0, 0, 255); -+ background-color: rgb(255, 255, 255); ++ background-color: rgb(0, 0, 0); } diff --git a/src/application.c b/src/application.c index 5b98590..5c7e99c 100644