Hello,
Today, you can have:
skinparam backgroundColor whiteSmoke
start
partition #lightblue Action {
:foo1;
}
stop

Are you expecting something like this ?
skinparam backgroundColor whiteSmoke
skinparam backgroundPartitionColor lightblue
start
partition Action {
:foo1;
}
stop
Thanks to provide us a text diagram of what you are thinking about, even if your example does not work with the current version of PlantUML. Thanks!