Make bar fill color configurable

This commit is contained in:
2026-06-28 12:21:59 -04:00
parent 601688d89d
commit ba617d7927
5 changed files with 35 additions and 16 deletions
+2 -1
View File
@@ -12,7 +12,8 @@ typedef struct ClaySettings {
bool UseCustomLED;
GColor ColorLED;
GColor ColorBG;
GColor ColorMGBars;
GColor ColorBarsMG;
GColor ColorBarsFill;
GColor ColorBarsCool;
GColor ColorBarsHot;
GColor ColorMGTime;