#import void macos_force_foreground_level() { [NSApp activateIgnoringOtherApps: YES]; // Set dark titlebar // [[NSApplication sharedApplication].windows[0] setAppearance:[NSAppearance appearanceNamed:NSAppearanceNameVibrantDark]]; }