diff --git a/app/flatpak-cli-transaction.c b/app/flatpak-cli-transaction.c index 3a1888b23..35c49e0ad 100644 --- a/app/flatpak-cli-transaction.c +++ b/app/flatpak-cli-transaction.c @@ -422,9 +422,9 @@ operation_done (FlatpakTransaction *transaction, FlatpakTransactionOperationType op_type = flatpak_transaction_operation_get_operation_type (op); if (op_type == FLATPAK_TRANSACTION_OPERATION_UNINSTALL) - set_op_progress (self, op, "-"); + set_op_progress (self, op, FLATPAK_ANSI_GREEN "-" FLATPAK_ANSI_COLOR_RESET); else - set_op_progress (self, op, "✓"); + set_op_progress (self, op, FLATPAK_ANSI_GREEN "✓" FLATPAK_ANSI_COLOR_RESET); if (flatpak_fancy_output ()) redraw (self);