routie dev init since i didn't adhere to any proper guidance up until now
This commit is contained in:
+93
@@ -0,0 +1,93 @@
|
||||
// Icons
|
||||
import { mdi } from "../iconsets/mdi.js"; // Types
|
||||
export const md1 = {
|
||||
defaults: {
|
||||
global: {
|
||||
rounded: 'sm'
|
||||
},
|
||||
VAvatar: {
|
||||
rounded: 'circle'
|
||||
},
|
||||
VAutocomplete: {
|
||||
variant: 'underlined'
|
||||
},
|
||||
VBanner: {
|
||||
color: 'primary'
|
||||
},
|
||||
VBtn: {
|
||||
class: 'text-uppercase',
|
||||
color: 'primary',
|
||||
rounded: 0
|
||||
},
|
||||
VCheckbox: {
|
||||
color: 'secondary',
|
||||
indentDetails: false
|
||||
},
|
||||
VCombobox: {
|
||||
variant: 'underlined'
|
||||
},
|
||||
VDatePicker: {
|
||||
color: 'primary',
|
||||
controlHeight: 44,
|
||||
elevation: 1,
|
||||
rounded: 0,
|
||||
controlVariant: 'modal',
|
||||
VBtn: {
|
||||
color: 'high-emphasis',
|
||||
rounded: 'circle'
|
||||
}
|
||||
},
|
||||
VSelect: {
|
||||
variant: 'underlined'
|
||||
},
|
||||
VSlider: {
|
||||
color: 'primary',
|
||||
indentDetails: false
|
||||
},
|
||||
VSwitch: {
|
||||
indentDetails: false
|
||||
},
|
||||
VRadioGroup: {
|
||||
indentDetails: false
|
||||
},
|
||||
VRangeSlider: {
|
||||
indentDetails: false
|
||||
},
|
||||
VTabs: {
|
||||
color: 'primary'
|
||||
},
|
||||
VTextarea: {
|
||||
variant: 'underlined'
|
||||
},
|
||||
VTextField: {
|
||||
variant: 'underlined'
|
||||
},
|
||||
VToolbar: {
|
||||
VBtn: {
|
||||
color: null
|
||||
}
|
||||
}
|
||||
},
|
||||
icons: {
|
||||
defaultSet: 'mdi',
|
||||
sets: {
|
||||
mdi
|
||||
}
|
||||
},
|
||||
theme: {
|
||||
themes: {
|
||||
light: {
|
||||
colors: {
|
||||
primary: '#3F51B5',
|
||||
'primary-darken-1': '#303F9F',
|
||||
'primary-lighten-1': '#C5CAE9',
|
||||
secondary: '#FF4081',
|
||||
'secondary-darken-1': '#F50057',
|
||||
'secondary-lighten-1': '#FF80AB',
|
||||
accent: '#009688'
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
};
|
||||
//# sourceMappingURL=md1.js.map
|
||||
Reference in New Issue
Block a user