statustemp: Change superhigh background color to my urgent color.

This commit is contained in:
tastytea 2021-08-24 23:00:47 +02:00
parent 0d5880e72b
commit 286626a008
Signed by: tastytea
GPG Key ID: CFC39497F1B26E07
1 changed files with 1 additions and 1 deletions

View File

@ -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)
{