refactor(gui): linting

Signed-off-by: Pranav C <61551451+pranavxc@users.noreply.github.com>
This commit is contained in:
Pranav C
2021-07-19 16:30:37 +05:30
parent f9508c2d44
commit fa00be39b8
303 changed files with 34924 additions and 31761 deletions

View File

@@ -1,19 +1,18 @@
import colors from 'vuetify/es5/util/colors';
// import colors from 'vuetify/es5/util/colors'
import '@mdi/font/css/materialdesignicons.css' // Ensure you are using css-loader
export default function ({app}) {
export default function ({ app }) {
return {
icons: {
iconfont: 'mdi', // default - only for display purposes
iconfont: 'mdi' // default - only for display purposes
},
theme: {
options: {
customProperties: true,
customProperties: true
},
dark: app.store.state.windows.darkTheme,
themes: {
dark: {
primary: '#0989ff',
'x-active': '#e91e63',
@@ -30,7 +29,7 @@ export default function ({app}) {
text: '#333333',
textLight: '#929292',
backgroundColor: '#f7f7f7',
backgroundColorDefault: '#ffffff',
backgroundColorDefault: '#ffffff'
}
}
}