I've chosen the blue 'progress' colour to be displayed while pausing and resuming. Contributes to issue CURA-2060.
@@ -31,6 +31,8 @@ Rectangle
{
case "printing":
case "paused":
+ case "pausing":
+ case "resuming":
return true;
case "pre_print": // heating, etc.
case "wait_cleanup":
@@ -62,6 +64,8 @@ Rectangle
case "pre_print":
return UM.Theme.getColor("status_busy");
case "ready":
case "":