theme.js 307 B

123456789
  1. //主题配置
  2. export default {
  3. color: [
  4. { name: 'blue', color: '#204DA0', label: '深蓝' },
  5. { name: 'blue1', color: '#0D3253', label: '暗蓝' },
  6. { name: 'light-blue', color: '#409eff', label: '浅蓝' },
  7. { name: 'black1', color: '#2c3643', label: '黑色' },
  8. ],
  9. }