statustemp: Change superhigh background color to my urgent color.
This commit is contained in:
parent
0d5880e72b
commit
286626a008
@ -55,7 +55,7 @@ std::string get_style(const float temperature)
|
|||||||
{
|
{
|
||||||
if (temperature > 85.0)
|
if (temperature > 85.0)
|
||||||
{
|
{
|
||||||
return R"(background="red" color="black" weight="heavy")";
|
return R"(background="#a800a8" color="black" weight="heavy")";
|
||||||
}
|
}
|
||||||
if (temperature > 75.0)
|
if (temperature > 75.0)
|
||||||
{
|
{
|
||||||
|
Loading…
x
Reference in New Issue
Block a user