From 800e045452a6b2de7eb0f5559dec155dadba92c0 Mon Sep 17 00:00:00 2001 From: iamdoubz <4871781+iamdoubz@users.noreply.github.com> Date: Wed, 16 Sep 2020 08:17:01 -0500 Subject: [PATCH] Change color of heatmap from green to red --- theme-darkred.css | 26 +++++++++++++++++++++++++- 1 file changed, 25 insertions(+), 1 deletion(-) diff --git a/theme-darkred.css b/theme-darkred.css index 88969f9..fe903d1 100644 --- a/theme-darkred.css +++ b/theme-darkred.css @@ -1134,4 +1134,28 @@ thead { .ui .warning.header { background-color: #ff6f00!important -} \ No newline at end of file +} + +.heatmap-color-0{ + background-color:#3a2c2c +} + +.heatmap-color-1{ + background-color:#4f4545 +} + +.heatmap-color-2{ + background-color:#6f5252 +} + +.heatmap-color-3{ + background-color:#8d5e5e +} + +.heatmap-color-4{ + background-color:#ae6b6b +} + +.activity-bar-graph,.heatmap-color-5{ + background-color:#cc7575 +}