We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f05cd3e commit 1541456Copy full SHA for 1541456
public/less/themes/arc-green.less
@@ -1298,6 +1298,26 @@ a.ui.labels .label:hover {
1298
background-color: #2d303b;
1299
}
1300
1301
+.heatmap-color-1 {
1302
+ background-color: #025900;
1303
+}
1304
+
1305
+.heatmap-color-2 {
1306
+ background-color: #609926;
1307
1308
1309
+.heatmap-color-3 {
1310
+ background-color: #66c74b;
1311
1312
1313
+.heatmap-color-4 {
1314
+ background-color: #9fdb81;
1315
1316
1317
+.heatmap-color-5 {
1318
+ background-color: #d8efbf;
1319
1320
1321
/* code mirror dark theme */
1322
1323
.CodeMirror {
0 commit comments