From 286626a008c0ab8098a17fb63118063c70baf108 Mon Sep 17 00:00:00 2001 From: tastytea Date: Tue, 24 Aug 2021 23:00:47 +0200 Subject: [PATCH] statustemp: Change superhigh background color to my urgent color. --- statustemp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {