Is this Mac OS 9? No, it's Haiku! ... but with the MacDecorator and 'Charcoal' as the system font.
@haiku What is the MacDecorator?
@haiku My question is more, how do I add more decorators to Haiku?

@neauoire The MacDecorator is a window-bar styling add-on; you can code more decorators by writing them yourself, see MacDecorator's source here: https://github.com/haiku/haiku/tree/master/src/add-ons/decorators/MacDecorator

Right now this only affects window border styling. But the core work to do widget styling also is complete; you can write your own widget styling engine already, but we haven't made a way to change those in Preferences yet.

haiku/haiku

The Haiku operating system. (Pull requests will be ignored; patches may be sent to https://review.haiku-os.org). - haiku/haiku

@waddlesplash thanks a lot, is the adding of decorators documented anywhere?
@neauoire not at present, no.