feat: 由脚本自动更新主题颜色
This commit is contained in:
@@ -12,14 +12,7 @@
|
||||
* 如果你的项目同样使用了scss预处理,你也可以直接在你的 scss 代码中使用如下变量,同时无需 import 这个文件
|
||||
*/
|
||||
|
||||
/* 主题颜色:蓝色 */
|
||||
// $theme-color-800: #174BB6;
|
||||
// $theme-color-700: #19428F;
|
||||
// $theme-color-500: #2D91FF;
|
||||
// $theme-color-100: #D9EEFF;
|
||||
// $theme-color-50: #EEF8FF;
|
||||
|
||||
/* 主题颜色:绿色 */
|
||||
/* 主题颜色(由 switch-client 命令自动更新) */
|
||||
$theme-color-800: #0B7034;
|
||||
$theme-color-700: #0B5C2D;
|
||||
$theme-color-500: #0CCD58;
|
||||
|
||||
Reference in New Issue
Block a user