Hi @bang2022,
There is no option to change the background color, and I have no plans to add this feature at this time.
However, it is possible to change it with the following CSS:
/* normal space background color */
.fsb-flexible-spacer.is-selected .components-resizable-box__container,
.fsb-flexible-spacer--is-show-block .components-resizable-box__container {
background: #f0f0f0;
}
/* negative space background color */
.fsb-flexible-spacer.is-selected .components-resizable-box__container.is-negative,
.fsb-flexible-spacer--is-show-block .components-resizable-box__container.is-negative {
background: #f6b9b9;
}