From 040c56aad1e7722f664696f6031ea20fe7cff253 Mon Sep 17 00:00:00 2001 From: zoujing Date: Fri, 7 Aug 2026 15:58:01 +0800 Subject: [PATCH] =?UTF-8?q?feat:=20=E9=A2=9C=E8=89=B2=E5=AD=97=E7=AC=A6?= =?UTF-8?q?=E4=B8=B2=E6=A0=BC=E5=BC=8F=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/uni.scss | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) 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;