Skip to content

Commit

Permalink
💄 修改默认颜色配置
Browse files Browse the repository at this point in the history
  • Loading branch information
higuaifan committed Jun 1, 2022
1 parent 3f37e1d commit 39ec893
Showing 1 changed file with 14 additions and 7 deletions.
21 changes: 14 additions & 7 deletions lib/style/color.scss
Original file line number Diff line number Diff line change
@@ -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;
}

0 comments on commit 39ec893

Please sign in to comment.