Swappy: Set B for black.

This commit is contained in:
Dmitry Voronin 2024-11-24 23:56:15 +03:00
parent 0e93a5a5cb
commit c41320864b
Signed by: voronind
SSH key fingerprint: SHA256:3kBb4iV2ahufEBNq+vFbUe4QYfHt98DHQjN7QaptY9k

View file

@ -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