From: Michael Tremer Date: Fri, 3 Oct 2025 10:27:38 +0000 (+0000) Subject: colors: Fix black and white X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b58e8af3b5a992f053346fec7b865d4337642867;p=telemetry.git colors: Fix black and white Signed-off-by: Michael Tremer --- diff --git a/src/daemon/colors.h b/src/daemon/colors.h index 34c8adb..363d9f2 100644 --- a/src/daemon/colors.h +++ b/src/daemon/colors.h @@ -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"