feat: custom theme colors support for dark mode; 🌟

新增:自定义主题色对暗黑模式的支持;
This commit is contained in:
iczer
2020-06-30 20:49:47 +08:00
parent 252bbc110b
commit f348ddfe5e
6 changed files with 26 additions and 8 deletions

View File

@@ -89,7 +89,7 @@ import { mapState, mapMutations } from 'vuex'
const ColorCheckboxGroup = ColorCheckbox.Group
const ImgCheckboxGroup = ImgCheckbox.Group
const colors = ['#f5222d', '#fa541c', '#faad14', '#13c2c2', '#52c41a', '#1890ff', '#2f54eb', '#722ed1']
const colors = ['#f5222d', '#fa541c', '#fadb14', '#49aa19', '#13c2c2', '#1890ff', '#722ed1', '#eb2f96']
export default {
name: 'Setting',
i18n: require('./i18n'),