From: Michael Tremer Date: Thu, 4 Dec 2025 16:55:04 +0000 (+0000) Subject: colors: Improve the colors of the grid X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0ee83c8aa1ff671757c4a27c798ee02ff8c18899;p=telemetry.git colors: Improve the colors of the grid Signed-off-by: Michael Tremer --- diff --git a/src/daemon/colors.h b/src/daemon/colors.h index b460a8e..28c6814 100644 --- a/src/daemon/colors.h +++ b/src/daemon/colors.h @@ -48,12 +48,12 @@ #define COLOR_CANVAS COLOR_TRANSPARENT // Use a dark grey for the font -#define COLOR_FONT COLOR_DARK_GREY +#define COLOR_FONT "#495273" // Use a light grey for the axis, frame and grid -#define COLOR_AXIS "#aaaaaa" -#define COLOR_FRAME "#dddddd" -#define COLOR_GRID "#eeeeee" +#define COLOR_AXIS COLOR_COOL_GREY +#define COLOR_FRAME COLOR_DARK_GREY +#define COLOR_GRID "#d0d7e0" /* Define some colours with a special meaning... @@ -70,7 +70,7 @@ // Limits - When there is a floor/ceiling to resource usage #define COLOR_MINIMUM COLOR_FRESH_LIME #define COLOR_MAXIMUM COLOR_SOFT_RED -#define COLOR_LIMIT COLOR_MAXIMUM +#define COLOR_LIMIT COLOR_CLEAN_AMBER // Signal #define COLOR_SIGNAL_STRONG COLOR_CLEAN_GREEN