|
@@ -1,18 +1,19 @@
|
|
-@theme-color: #00985E;
|
|
|
|
|
|
+@theme-color: #036EB8;
|
|
|
|
+@theme-linear: linear-gradient( 90deg, #036EB8 0%, #4AA498 100%);
|
|
//@theme-color的rgb
|
|
//@theme-color的rgb
|
|
@theme-rgbColor: 0, 152, 94;
|
|
@theme-rgbColor: 0, 152, 94;
|
|
//#00FA9A的rgb色
|
|
//#00FA9A的rgb色
|
|
@theme-light-rgba-Color: 0,250,154;
|
|
@theme-light-rgba-Color: 0,250,154;
|
|
-@theme-lightColor: #00FF00;
|
|
|
|
-@theme-light2Color: #98FB98;
|
|
|
|
|
|
+@theme-lightColor: #036EB880;
|
|
|
|
+@theme-light2Color: #036EB84D;
|
|
//@theme-light2Color的rgb
|
|
//@theme-light2Color的rgb
|
|
@theme-light2RgbColor: 152,251,152;
|
|
@theme-light2RgbColor: 152,251,152;
|
|
//card的rgb颜色
|
|
//card的rgb颜色
|
|
@theme-cardColor: 244,255,250;
|
|
@theme-cardColor: 244,255,250;
|
|
-@theme-light3Color: #90EE90;
|
|
|
|
-@theme-light4Color: #F0FFF0;
|
|
|
|
|
|
+@theme-light3Color: #036EB833;
|
|
|
|
+@theme-light4Color: #036EB81A;
|
|
//@theme-light2Color的rgb
|
|
//@theme-light2Color的rgb
|
|
-@theme-light4RgbColor: 240,255,240;
|
|
|
|
|
|
+@theme-light4RgbColor: 3, 110, 184, 0.1;
|
|
//@theme-light4Color: #000;
|
|
//@theme-light4Color: #000;
|
|
@theme-commonColor: #F5F5F5;
|
|
@theme-commonColor: #F5F5F5;
|
|
//灰色的rgb
|
|
//灰色的rgb
|