From 39ec893f1f717f3de16b1951dde4a59127de9a7e Mon Sep 17 00:00:00 2001 From: higuaifan Date: Wed, 1 Jun 2022 14:28:09 +0800 Subject: [PATCH] =?UTF-8?q?=F0=9F=92=84=20=E4=BF=AE=E6=94=B9=E9=BB=98?= =?UTF-8?q?=E8=AE=A4=E9=A2=9C=E8=89=B2=E9=85=8D=E7=BD=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/style/color.scss | 21 ++++++++++++++------- 1 file changed, 14 insertions(+), 7 deletions(-) diff --git a/lib/style/color.scss b/lib/style/color.scss index 021e470c..e70ecad8 100644 --- a/lib/style/color.scss +++ b/lib/style/color.scss @@ -1,10 +1,17 @@ body{ - --w-color-zhuhong: #ed5126; - --w-color-yanzhihong: #f03f24; - --w-color-canglv: #223e36; - --w-color-qinghui: #2b333e; - --w-color-huanghunhui: #474b4c; - --w-color-liuhuanghuang: #f2ce2b; - --w-color-zhizihuang: #ebb10d; + --w-color-text: #2B333E; + --w-color-text-disabled: #74787A; + --w-color-text-dark: #0F1423; + --w-color-divider: #0F142333; + --w-color-border: #5E616D; + --w-color-warn: #E8B004; + --w-color-success: #4A9992; + --w-color-error: #861717; + --w-color-background: #0F142320; + --w-color-orange: #FCA104; + --w-color-green: #223E36; + --w-color-green2: #1A3B32; + --w-color-pink: #CC163A; + --w-color-blue: #1661AB; }