# auto-theme-switch **Repository Path**: cnyballk/auto-theme-switch ## Basic Information - **Project Name**: auto-theme-switch - **Description**: No description available - **Primary Language**: TypeScript - **License**: MIT - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-05-12 - **Last Updated**: 2022-05-12 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README # auto-theme-switch ![Visual Studio Marketplace Downloads](https://img.shields.io/visual-studio-marketplace/d/cnyballk.auto-theme-switch?color=blue&style=flat-square) ![GitHub package.json version](https://img.shields.io/github/package-json/v/cnyballk/auto-theme-switch?style=flat-square) ## Features - The theme can be switched automatically according to the schedule time ## Available Settings - `switchConfig.darkTheme`: Dark Theme ```json "switchConfig.darkTheme": "Visual Studio Dark" ``` - `switchConfig.lightTheme`: Light Theme ```json "switchConfig.lightTheme": "Visual Studio Light" ``` - `switchConfig.darkTime`: switch to dark theme at this time ```json "switchConfig.darkTime": "18:00" ``` - `switchConfig.lightTime`: switch to light theme at this time ```json "switchConfig.lightTime": "6:00" ``` - `switchConfig.open`: whether open auto-theme-switch ```json "switchConfig.open": true ``` ## CHANGELOG [CHANGELOG](https://github.com/cnyballk/auto-theme-switch/blob/master/CHANGELOG.md) ## LICENSE [MIT](https://github.com/cnyballk/auto-theme-switch/blob/master/LICENSE)