Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to change the iOS Simulator "window background color" (Full Screen, Xcode 10, Mojave, Dark Mode)

Mojave (macOS 10.14) is great.
Xcode 10.0 (10A254a) is great.
Dark Mode is great.

What is not so great, unless I'm missing something, is this ugly gray background of the iOS simulator window (when in full screen):

iOSSimulatorDarkMode

Any idea on how to change that color?

like image 564
backslash-f Avatar asked Sep 25 '18 07:09

backslash-f


People also ask

How do I change dark mode in Xcode simulator?

Using HotkeysPressing Command + Shift + A will help you switch between light and dark mode in the blink of an eye. You can also get the same result by selecting Features > Toggle Appearance.

How do I activate dark theme simulator?

If using an Android Emulator, you can run adb shell "cmd uimode night yes" to enable dark mode, and adb shell "cmd uimode night no" to disable dark mode. If using a real device or an Android Emulator, you can toggle the system dark mode setting in the device's settings.


1 Answers

If anybody still struggles with this here is somewhat a solution: toggle "Show Device Bezels" in the window menu of the simulator will do the trick. However this needs to be done each time the simulator is started....

like image 133
iCediCe Avatar answered Oct 19 '22 03:10

iCediCe