Skip to content

A simple Windows Color Mode switching tool that enables your enables your system to automatically switch between light and dark themes

License

Notifications You must be signed in to change notification settings

tuyangJs/Windows_AutoTheme

Repository files navigation

Windows AutoTheme

Screenshot 1

Language: 中文 | English

概述

Windows AutoTheme 是一个轻量级的 Windows 主题自动切换工具,支持系统在日间使用浅色模式,夜间切换为深色模式。
该项目利用 Rust 构建后端代码来执行系统操作,并采用 TypeScript 与 Ant Design 5 构建前端界面。
同时,它通过内置免费 API 获取日出和日落数据,实现智能自动切换主题模式。

Screenshot 2

功能特点

  • 自动切换:根据日出、日落时间自动切换 Windows 主题模式。
  • 高效轻量:使用 Rust 提供高效的系统调用,保证运行稳定。
  • 现代前端:前端采用 TypeScript 与 Ant Design 5 定制界面,简洁美观。
  • 免费天文数据支持:集成免费 API,实时获取日出和日落时间。

截图

pshotA.png

打赏

支付宝.png 微信.png

安装与使用

使用前提

  • Windows10 versions 21H2 及更高版本
  • Microsoft Edge WebView2(必要的允许环境)
    • Windows10.20H2早期版本版本需要手动安装WebView2 Runtime

安装

打开我们的发行页面,下载最新版本的安装包。

开发调试

安装依赖

npm install

调试

npm start

编译

npm run tauri build

其它仓库

联系作者