set default color

This commit is contained in:
jiaming 2018-12-15 19:16:12 +08:00
parent fbfb8bd750
commit 55ab59fa4f
1 changed files with 7 additions and 0 deletions

7
src/config/color.js Normal file
View File

@ -0,0 +1,7 @@
export default [
'#6ed4d3',
'#f5738d',
'#f6e6da',
'#45415a',
'#ffdb65'
]