中文简体(zh-CN) | 中文繁體(zh-TW) | English(en-US) | 日本語(ja-JP)
Note: Some translations use machine translation.
DarkMode is a software that runs under Windows 11 and provides automatic switching of dark mode, written in C#.
real-time changes——Using the Task Scheduler to achieve this functionality is not desirable. If you are in the dark theme time period after booting, the task plan will not execute this task, so you will not switch the dark theme, so real-time change is a major feature of this software.
Lightweight——The software is developed using the C# language .NET Framework 4.7.2 framework. The software only takes up less than 1MB of ROM and only about 10MB of RAM, making it truly lightweight software.
Automatic start——The software can be set to start automatically when it is turned on, to ensure that it will run normally every time it is turned on, serve users, and can be turned off at any time when you don't want to use it.
Multilingual Support——The software supports four languages in three countries, Simplified Chinese, Traditional Chinese, Japanese and English.
Wallpaper Engine wallpaper switching——The software not only supports switching native wallpapers, but also can switch Wallpaper Engine wallpapers, please refer to Wiki for help.
System OS: Windows 11
System Bits: x64
Run frame: .NET Framework 4.7.2
If your computer is not running the framework, click here to install.
Download: click here to install
- Fork the code of this warehouse
- Execute the Git command locally:
git clone https://github.com/xxxxxxx/DarkMode.git
- Start the project with Visual Studio
- Write the code
- Submit PR
This open source project follows the international MIT open source agreement, please read the open source license for details.
MIT License
Copyright (c) 2022 Melon Studio
Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
in the Software without restriction, including without limitation the rights
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the Software is
furnished to do so, subject to the following conditions:
The above copyright notice and this permission notice shall be included in all
copies or substantial portions of the Software.
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
SOFTWARE.
This project uses third-party library files: Costura.Fody package, package author: geertvanhorrik, simoncropp, open source license: MIT
Special thanks to Microsoft for the free IDE for developers: Visual Studio