feat: 补充颜色

This commit is contained in:
2026-05-26 22:13:04 +08:00
parent 1a6bc45cd8
commit 4933a591a0
2 changed files with 30 additions and 0 deletions

View File

@@ -13,9 +13,14 @@
*/
/* 主题颜色(由 switch-client 命令自动更新) */
$theme-color-900: #0B5C2D;
$theme-color-800: #0B7034;
$theme-color-700: #0B5C2D;
$theme-color-600: #02C34E;
$theme-color-500: #0CCD58;
$theme-color-400: #35F37F;
$theme-color-300: #77FEAB;
$theme-color-200: #A0E5BA;
$theme-color-100: #E8FFF1;
$theme-color-50: #F0F8F3;