mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-01 06:36:37 +08:00
feat: 添加bbs前端
This commit is contained in:
19
Yi.BBS.Vue2/src/plugins/theme/light.js
Normal file
19
Yi.BBS.Vue2/src/plugins/theme/light.js
Normal file
@@ -0,0 +1,19 @@
|
||||
import colors from 'vuetify/lib/util/colors'
|
||||
import store from "../../store/index"
|
||||
|
||||
// export default {
|
||||
// primary: {
|
||||
// base: colors.primary.base,
|
||||
// darken1: colors.primary.base1
|
||||
// },
|
||||
// secondary: colors.secondary,
|
||||
// // 所有的键将生成主题样式,
|
||||
// // 这里我们添加一个自定义的 `tertiary` 颜色
|
||||
// tertiary: colors.tertiary
|
||||
// }
|
||||
const color = {
|
||||
// cyan: '#FF9900',
|
||||
// blue: '#663300'
|
||||
|
||||
};
|
||||
export default color
|
||||
Reference in New Issue
Block a user