Change window color - Processing 3

There is anyway to change window decoration color / border color?
I mean something like:

surface.setDecorationColor(color(0, 0, 255));

or

surface.setBorderColor(color(0, 0, 255));

But I need default window decoration

1 Like

Interested in this too. Kind of sick of that grey border background for small sized sketches.