mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-21 17:06:37 +08:00
feat: 添加bbs前端
This commit is contained in:
18
Yi.BBS.Vue2/src/plugins/theme/dark.js
Normal file
18
Yi.BBS.Vue2/src/plugins/theme/dark.js
Normal file
@@ -0,0 +1,18 @@
|
||||
import colors from 'vuetify/lib/util/colors'
|
||||
|
||||
export default {
|
||||
white: '#1E1E1E',
|
||||
grey: {
|
||||
lighten5: '#363636'
|
||||
}
|
||||
}
|
||||
// const color = {
|
||||
// primary: '#1976D2',
|
||||
// secondary: '#424242',
|
||||
// accent: '#82B1FF',
|
||||
// error: '#FF5252',
|
||||
// info: '#2196F3',
|
||||
// success: '#4CAF50',
|
||||
// warning: '#FFC107',
|
||||
// }
|
||||
// export default color
|
||||
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