mirror of
https://gitee.com/ccnetcore/Yi
synced 2026-03-28 12:46:36 +08:00
18 lines
365 B
JavaScript
18 lines
365 B
JavaScript
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
|