|
@@ -13,11 +13,9 @@ import bg11 from '~src/assets/home/fd8d568edf61d6824a5a2e3e8e4a0ec4.jpg'
|
|
|
//主题配置
|
|
|
export default {
|
|
|
color: [
|
|
|
- { name: 'green', color: '#1ECC95', label: '森绿' }, { name: 'blue', color: '#204DA0', label: '蓝色' },
|
|
|
- { name: 'cyan', color: '#37c0fe', label: '天青' }, { name: 'purple', color: '#8044de', label: '姹紫' },
|
|
|
- { name: 'mauve', color: '#b745cb', label: '木槿' }, { name: 'pink', color: '#e03997', label: '桃粉' },
|
|
|
- { name: 'red', color: '#e54d42', label: '嫣红' }, { name: 'orange', color: '#f37b1d', label: '橘橙' },
|
|
|
- { name: 'yellow', color: '#fbbd08', label: '明黄' }, { name: 'brown', color: '#a5673f', label: '棕褐' },
|
|
|
+ { name: 'blue', color: '#204DA0', label: '深蓝' },
|
|
|
+ { name: 'light-blue', color: '#409eff', label: '浅蓝' },
|
|
|
+ { name: 'black1', color: '#2c3643', label: '黑色' },
|
|
|
],
|
|
|
home: [
|
|
|
{ name: 'theme-1', bg: bg1 },
|