Subclass your NSWindow Controller, then in Window Did Load add the following two lines: //Signature Color window?.titlebarAppearsTransparent = true window?.backgroundColor = NSColor.blue That’s it, here’s the result you’ll get: Comments / questions? I’m at @MarcMasVi Marc