diff --git a/src/uni.scss b/src/uni.scss index fc40d11..2a22c64 100644 --- a/src/uni.scss +++ b/src/uni.scss @@ -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;