winget install --id=Iminetsoft.DarkSwitcher -e
DarkSwitcher is a free application for Windows 10, that helps you to schedule switching between dark and light theme automatically
This is a free application for Windows 10, what helps you to schedule switching between dark and light theme automatically.
I can't provide the source code right now, you can download the installer only. Publishing source code is in my future plans.
You can download the installer of the latest version by clicking on the Releases link. By choosing the latest version, click on the DarkSwitcherSetupx.x.xxxx.exe
to download the installer. After the installer downloaded, you can run the installer like any Windows programs.
With winget, it is very easy to install the latest release
winget install Iminetsoft.Darkswitcher
Here's the main window of the application in light...
... and in dark
This tool works on Windows 10 only. If you install this tool on other operating systems, switching between dark/light theme won't work.
This software has limited, experimental CLI functionality. There's no visual feedback in CLI mode. After using a command, the application will return and throws 0
exit code (what means: terminated without any failure).
darkswitcher [OPTIONS]
Options are case-sensitive. There are two ways to use multiple options in the same time:
--console --toggle
-cT
. All options should be a single character-c, --console Launch in CLI mode
-T, --toggle Toggle between light and dark mode
-D, --dark Switch to dark mode
-L, --light Switch to light mode
To start your application in CLI mode, showing without the main form, use the following option
darkswitcher --console
# OR
darkswitcher -c
Never forget to use --console
(separated) or -c
(merged) option, elseway you'll get the main window instead your desired CLI command.
The options are case sensitive! Don't be confused, -c
isn't equal to -C
# Switch between dark and light mode:
darkswitcher --console --toggle
# or
darkswitcher -cT
# Switch to light (no effect if you're already in light mode):
darkswitcher --console --light
# or
darkswitcher -cL
# Switch to dark (no effect if you're already in dark mode):
darkswitcher --console --dark
# or
darkswitcher -cD
Since this software is under development, your feedbacks are highly welcomed. Thank you! If you're getting bugs or unwanted behaviors, please report it me first, instead of negative or swearing comments.