diff --git a/statustemp.cpp b/statustemp.cpp index 1bfeb10..a63319d 100644 --- a/statustemp.cpp +++ b/statustemp.cpp @@ -55,7 +55,7 @@ std::string get_style(const float temperature) { if (temperature > 85.0) { - return R"(background="red" color="black" weight="heavy")"; + return R"(background="#a800a8" color="black" weight="heavy")"; } if (temperature > 75.0) {