fix: color name

This commit is contained in:
xiaoxian521
2021-12-07 14:27:08 +08:00
parent 9e7d78fd80
commit d6a358e851
11 changed files with 19 additions and 19 deletions

View File

@@ -1,4 +1,4 @@
/* 极光绿 */
/* 酸橙绿 */
$subMenuActiveText: #fff;
$menuBg: #0b1e15;
$menuHover: #60ac80;

View File

@@ -1,5 +1,5 @@
/**
* 暗雅(默认)
* 道奇蓝(默认)
* 此scss变量文件作为multipleScopeVars去编译时会自动移除!default以达到变量提升
* 同时此scss变量文件作为默认主题变量文件被其他.scss通过 @import 时,必需 !default
*/

View File

@@ -1,4 +1,4 @@
/* 薄暮 */
/* 猩红色 */
$subMenuActiveText: #fff;
$menuBg: #2a0608;
$menuHover: #e13c39;

View File

@@ -1,4 +1,4 @@
/* 亮 */
/* 亮白色 */
$subMenuActiveText: #409eff;
$menuBg: #fff;
$menuHover: #e0ebf6;

View File

@@ -1,4 +1,4 @@
/* 明青 */
/* 绿宝石 */
$subMenuActiveText: #fff;
$menuBg: #032121;
$menuHover: #59bfc1;

View File

@@ -1,4 +1,4 @@
/* 粉红 */
/* 深粉色 */
$subMenuActiveText: #fff;
$menuBg: #28081a;
$menuHover: #d84493;

View File

@@ -1,4 +1,4 @@
/* 酱紫 */
/* 深紫罗兰色 */
$subMenuActiveText: #fff;
$menuBg: #130824;
$menuHover: #693ac9;

View File

@@ -1,4 +1,4 @@
/* 火山 */
/* 橙红色 */
$subMenuActiveText: #fff;
$menuBg: #2b0e05;
$menuHover: #e85f33;

View File

@@ -1,4 +1,4 @@
/* 橘黄 */
/* 金色 */
$subMenuActiveText: #d25f00;
$menuBg: #2b2503;
$menuHover: #f6da4d;