🤔 feat(theme): 开始折腾主题

This commit is contained in:
BTMuli
2023-04-21 02:12:40 +08:00
parent 67be1f2b42
commit 9b53cfc187
3 changed files with 24 additions and 0 deletions

View File

@@ -0,0 +1,6 @@
/**
* @file themes common index.css
* @description 主题配置-公共样式
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.3
*/

View File

@@ -0,0 +1,9 @@
/**
* @file themes dark index.css
* @description 主题配置-暗色主题
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.3
*/
/* 通用样式 */
@import "./common/index.css";

View File

@@ -0,0 +1,9 @@
/**
* @file themes light index.css
* @description 主题配置-亮色主题
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.3
*/
/* 通用样式 */
@import "./common/index.css";