This is an automated email from the ASF dual-hosted git repository.

sushuang pushed a commit to branch next
in repository https://gitbox.apache.org/repos/asf/incubator-echarts.git


The following commit(s) were added to refs/heads/next by this push:
     new a49c492  fix: update main theme
     new f1d026e  Merge branch 'next' of github.com:apache/incubator-echarts 
into next
a49c492 is described below

commit a49c4928ea380ec38f0d7f126995ec8ac5cd0cba
Author: 100pah <sushuang0...@gmail.com>
AuthorDate: Fri Jul 31 23:21:33 2020 +0800

    fix: update main theme
---
 src/model/globalDefault.ts | 11 ++++++++++-
 1 file changed, 10 insertions(+), 1 deletion(-)

diff --git a/src/model/globalDefault.ts b/src/model/globalDefault.ts
index dd23a75..e74ce8c 100644
--- a/src/model/globalDefault.ts
+++ b/src/model/globalDefault.ts
@@ -40,7 +40,16 @@ export default {
     //     '#ca8622', '#bda29a', '#6e7074', '#546570', '#c4ccd3'
     // ],
     color: [
-        '#51689b', '#ce5c5c', '#fbc357', '#8fbf8f', '#659d84', '#fb8e6a', 
'#c77288', '#786090', '#91c4c5', '#6890ba'
+        // '#51689b', '#ce5c5c', '#fbc357', '#8fbf8f', '#659d84', '#fb8e6a', 
'#c77288', '#786090', '#91c4c5', '#6890ba'
+        '#5470c6',
+        '#91cc75',
+        '#ffbf25',
+        '#ef6868',
+        '#ffa086',
+        '#b25790',
+        '#fe719b',
+        '#59d9d2',
+        '#46a9ee'
     ],
 
     gradientColor: ['#f6efa6', '#d88273', '#bf444c'],


---------------------------------------------------------------------
To unsubscribe, e-mail: commits-unsubscr...@echarts.apache.org
For additional commands, e-mail: commits-h...@echarts.apache.org

Reply via email to