Skip to content

Instantly share code, notes, and snippets.

@jrapoport
jrapoport / DarkTheme.cs
Last active December 20, 2020 02:40 — forked from instance-id/DarkTheme.cs
Legit/Legal Unity 2019.3.0bx beta automatic dark theme on load
// Automatically switches to dark theme on launch
// Create an "Editor" folder and stick this script there, then restart, profit.
// Based on: https://gist.github.com/instance-id/3046ad29bd8782a3b3398cd9ae48ca92
// Thanks to:
// --- instance.id ------------------------------------------------------------
// Thanks to TheZombieKiller and Peter77 for creating this
// https://forum.unity.com/threads/editor-skinning-thread.711059/#post-4785434
// Tested on Unity 2019.3.0b1 - 95% Dark mode Conversion
// Example Screenshot - https://i.imgur.com/9q5VPQk.png
// (Note - Once I ran this, I had to hit play and then it took effect)