mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-04-06 01:06:38 +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
|
||||
Reference in New Issue
Block a user