DEV Community

oscyp
oscyp

Posted on

NightSwitcher

Hi all, NightSwitcher is the result of my free time in the week. Basically, I was lacking the functionality to quickly change themes in applications, so after doing some research, I decided to write a system tray application that could extend Windows functionality.

It's a simple app where you can toggle the current app theme with some extras like auto-turn on.

Key functionalities:

  • Double click the icon to change the theme
  • Manually change the light / dark mode of the application with a simple switch
  • Auto-turn - adjust the time when dark mode is to turn on and when to turn off
  • Run on startup

Give it a try and feel free to contribute!

Here you can find it: https://github.com/oscyp/NightSwitcher

Note: Apart from the fact that the application is written in .NET 6, it only works on Windows.

Top comments (0)