💄 feat(theme): 页面主题切换完成

This commit is contained in:
BTMuli
2023-04-22 00:24:40 +08:00
parent 857cdec786
commit 277888dead
24 changed files with 277 additions and 87 deletions

View File

@@ -0,0 +1,30 @@
/**
* @file assets themes light.css
* @description 主题样式文件
* @author BTMuli<bt-muli@outlook.com>
* @since Alpha v0.1.3
*/
/* 主题色 */
html.dark {
--sidebar-bg: #1e1e1e;
--sidebar-icon: #e1e1e1;
--page-bg:#2a2a2a;
--back-top-shadow: #000000;
--theme-switch-icon: #e1e1e1;
--post-default-text: #faf7e8;
--content-bg-1: #1e1e1e;
--content-bg-2: #393b40;
--content-bg-3: #2a2a2a;
--content-text-1: #1e1e1e;
--content-text-2: #faf7e8;
--content-text-3: #e1e1e1;
--btn-bg-1: #3b3d3b;
--btn-bg-2: #000000;
--btn-bg-3: #1e1e1e;
--btn-text-1: #393b40;
--card-text-1: #393b40;
}