From 62c2776a33c3f5955bb2ce506cdd333a1cfe9615 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=AE=87=E5=A4=A9?= Date: Wed, 8 Apr 2020 23:32:48 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E8=89=B2=E8=B0=83?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- build.dev.js | 10 +++++----- build.prod.js | 10 +++++----- src/css/var.scss | 10 +++++----- 3 files changed, 15 insertions(+), 15 deletions(-) diff --git a/build.dev.js b/build.dev.js index 09803af..80ec0be 100644 --- a/build.dev.js +++ b/build.dev.js @@ -15,14 +15,14 @@ const VERSION = require('./package.json').version const BUILD_DATE = new Date().format() const BASE_SCSS = ` -$ct: #26a69a #009688 #00897b; -$cg: #66bb6a #4caf50 #43a047; -$cpp: #ac61ce #9b59b6 #8e44ad; -$cb: #66b1ff #409eff #3a8ee6; +$ct: #4db6ac #26a69a #009688; +$cg: #81c784 #66bb6a #4caf50; +$cpp: #9575cd #9575cd #673ab7; +$cb: #64b5f6 #42a5f5 #2196f3; $cr: #ff5061 #eb3b48 #ce3742; $co: #ffb618 #f39c12 #e67e22; $cp: #f3f5fb #e8ebf4 #dae1e9; -$cgr: #aabac3 #90a3ae #7e909a; +$cgr: #bdbdbd #bdbdbd #757575; $cd: #62778d #526273 #425064; @mixin ts($c: all, $t: .1s, $m: ease-in-out){ diff --git a/build.prod.js b/build.prod.js index 0304621..07acf55 100644 --- a/build.prod.js +++ b/build.prod.js @@ -15,14 +15,14 @@ const VERSION = require('./package.json').version const BUILD_DATE = new Date().format() const BASE_SCSS = ` -$ct: #26a69a #009688 #00897b; -$cg: #66bb6a #4caf50 #43a047; -$cpp: #ac61ce #9b59b6 #8e44ad; -$cb: #66b1ff #409eff #3a8ee6; +$ct: #4db6ac #26a69a #009688; +$cg: #81c784 #66bb6a #4caf50; +$cpp: #9575cd #9575cd #673ab7; +$cb: #64b5f6 #42a5f5 #2196f3; $cr: #ff5061 #eb3b48 #ce3742; $co: #ffb618 #f39c12 #e67e22; $cp: #f3f5fb #e8ebf4 #dae1e9; -$cgr: #aabac3 #90a3ae #7e909a; +$cgr: #bdbdbd #bdbdbd #757575; $cd: #62778d #526273 #425064; @mixin ts($c: all, $t: .1s, $m: ease-in-out){ diff --git a/src/css/var.scss b/src/css/var.scss index 40c7f01..a8be675 100644 --- a/src/css/var.scss +++ b/src/css/var.scss @@ -1,11 +1,11 @@ -$ct: #26a69a #009688 #00897b; -$cg: #66bb6a #4caf50 #43a047; -$cpp: #ac61ce #9b59b6 #8e44ad; -$cb: #66b1ff #409eff #3a8ee6; +$ct: #4db6ac #26a69a #009688; +$cg: #81c784 #66bb6a #4caf50; +$cpp: #ba68c8 #ba68c8 #9c27b0; +$cb: #64b5f6 #42a5f5 #2196f3; $cr: #ff5061 #eb3b48 #ce3742; $co: #ffb618 #f39c12 #e67e22; $cp: #f3f5fb #e8ebf4 #dae1e9; -$cgr: #aabac3 #90a3ae #7e909a; +$cgr: #bdbdbd #bdbdbd #757575; $cd: #62778d #526273 #425064; @mixin ts($c: all, $t: .2s, $m: ease-in-out){