Skip to content

Instantly share code, notes, and snippets.

@rasmusmerzin
Created July 8, 2026 20:51
Show Gist options
  • Select an option

  • Save rasmusmerzin/73989ca0a731b8e4004a11c2d73d9376 to your computer and use it in GitHub Desktop.

Select an option

Save rasmusmerzin/73989ca0a731b8e4004a11c2d73d9376 to your computer and use it in GitHub Desktop.

Enable dark mode on Windows 10

  1. Press Windows Key + R, type regedit, and press Enter.
  2. Navigate to the following path: HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize
  3. Locate the AppsUseLightTheme DWORD value. Double-click it and change the Value data to 0.
  4. Locate the SystemUsesLightTheme DWORD value. Double-click it and change the Value data to 0.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment