]> git.ipfire.org Git - collecty.git/commitdiff
colors: Fix black and white
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 10:27:38 +0000 (10:27 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 3 Oct 2025 10:27:38 +0000 (10:27 +0000)
Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/daemon/colors.h

index 34c8adb8a9c92a173b13a8c6da05f1d901bf052e..363d9f28f51b0a982a6d3449fe7e941fcb68d07d 100644 (file)
@@ -21,8 +21,8 @@
 #ifndef COLLECTY_COLORS_H
 #define COLLECTY_COLORS_H
 
-#define BLACK                  "#ffffff"
-#define WHITE                  "#000000"
+#define BLACK                  "#000000"
+#define WHITE                  "#ffffff"
 #define RED                            "#f44336"
 #define LIGHT_RED              "#cc0033"
 #define YELLOW                 "#ffeb3b"