feat: 颜色字符串格式化

This commit is contained in:
2026-08-07 15:58:01 +08:00
parent 0ae1b15007
commit 040c56aad1

View File

@@ -13,16 +13,16 @@
*/
/* 主题颜色(由 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;
$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;
// text 颜色
$text-color-900: #181b25;