Hello B.,
You can use:
skinparam ActivityBackgroundColor Red
and
skinparam BackgroundColor green
With that on PNG, we observe:
@startuml
skinparam ActivityBackgroundColor Red
(*) --> "
{{
skinparam BackgroundColor green
salt
{+
<b>an example
choose one option
()one
()two
[ok]
}
}}
"
--> (*)
@enduml
[See on PlantUML online server]
If that can help,
Regards,
Th.