/windows-theme-switcher

🪟Windows theme🕶️ switcher appears on the system tray and makes it easy to switch between light and dark themes on windows OS.

Primary LanguageGo

Windows theme switcher

This program will appear on the system tray and help switch the taskbar theme on windows.

Preview

Preview

How to use:

Option 1: Use the binary

Download the 'Windows.Theme.Switcher.exe' from the release section. Put it in "c:" or any other drive. Now run it. That's it. It will automatically start with windows.

OS: Windows 10, 11

Download

Option 2: Build it yourself

Install the necessary dependencies

go install github.com/tc-hib/go-winres@latest

To build run:

./build.sh

That's it.