From 5087857b3fda9e5e74c399d9e13758ff3f11f19c Mon Sep 17 00:00:00 2001 From: allFiction <143362759+AngrySausage@users.noreply.github.com> Date: Mon, 23 Feb 2026 20:29:34 +1100 Subject: [PATCH] Add commands for setting dark theme in README Added PowerShell commands to set dark theme in Windows. --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 598aea0..1efb042 100644 --- a/README.md +++ b/README.md @@ -100,6 +100,7 @@ Manager context menu: ###

Personalization

Set Dark Theme + ```powershell reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v AppsUseLightTheme /t REG_DWORD /d 0 /f reg add "HKEY_CURRENT_USER\Software\Microsoft\Windows\CurrentVersion\Themes\Personalize" /v SystemUsesLightTheme /t REG_DWORD /d 0 /f