Analysis updated 2026-08-07 · repo last pushed 2026-03-29
Turn the remaining white UI elements in Unity on Windows dark for a consistent look.
Customize the exact colors of the menu bar text and background to match your preferences.
Remove eye strain during long Unity work sessions by using a fully dark interface.
| 0x7c13/unityeditor-darkmode | jtenniswood/espcontrol | 007firstlight/007-first-light-release | |
|---|---|---|---|
| Stars | 344 | 346 | 350 |
| Language | C++ | C++ | C++ |
| Last pushed | 2026-03-29 | — | — |
| Maintenance | Maintained | — | — |
| Setup difficulty | easy | — | easy |
| Complexity | 2/5 | — | 1/5 |
| Audience | developer | general | general |
Figures from each repo's GitHub metadata at analysis time.
No major gotchas, simply download, import the package into Unity, and restart the editor.
Unity Editor on Windows has never had a proper dark mode for its title bar, menu bar, and context menus, those parts of the window stay stubbornly white even when the rest of the interface is dark. This project fixes that. It's a small plugin that, once installed, turns those remaining light elements dark, giving you a fully immersive dark interface while you work in Unity. Installation is straightforward. You download a package file, double-click it to import it into your Unity project, restart the editor, and that's it. There's also a manual option where you place a DLL file directly into your project and configure a few settings in Unity's inspector. After the first launch, a configuration file is generated that lets you tweak the exact colors of the menu bar text, background, and highlight states to your liking. The primary audience is game developers and hobbyists using Unity on Windows who spend long hours in the editor and want a consistent dark interface to reduce eye strain. It works across a wide range of Unity versions, from 2019 through Unity 6, on both Windows 10 (1903+) and Windows 11. The author is transparent about the fact that you're loading a third-party plugin, so they also provide full build instructions if you'd rather compile it yourself from the source code. Technically, the project works by intercepting how Windows draws the standard window elements for the Unity editor window. It identifies the editor's main window and applies dark theming to the native Win32 components that Unity doesn't natively skin. The approach is based on a similar project built for a different audio application, stripped down and adapted for Unity with a custom color preset. The author notes no major known issues and invites bug reports. Removal is as simple as deleting the plugin file and restarting the editor.
A plugin for the Unity game editor on Windows that forces dark mode onto the title bar, menu bar, and context menus, completing the dark interface and reducing eye strain.
Mainly C++. The stack also includes C++, Win32 API, Unity Editor Plugin.
Maintained — commit in last 6 months (last push 2026-03-29).
The explanation does not mention a license, so the terms of use are unknown.
Setup difficulty is rated easy, with roughly 5min to a first successful run.
Mainly developer.
This repo across BitVibe Labs
Verify against the repo before relying on details.