There was an error while loading. Please reload this page.
1 parent e085c34 commit 76466d7Copy full SHA for 76466d7
1 file changed
mdadash/frontend/src/plugins/vuetify.js
@@ -13,5 +13,20 @@ export default createVuetify({
13
},
14
theme: {
15
defaultTheme: 'light',
16
+ themes: {
17
+ light: {
18
+ colors: {
19
+ primary: '#343131', // dark gray
20
+ 'on-primary': '#FFFFFF', // white
21
+ secondary: '#808080', // gray
22
+ 'on-secondary': '#FFFFFF', // white
23
+ background: '#E6E6E6', // light gray
24
+ 'on-background': '#343131', // dark gray
25
+ surface: '#FFFFFF', // white
26
+ 'on-surface': '#343131', // dark gray
27
+ info: '#FF9200', // orange
28
+ },
29
30
31
32
})
0 commit comments