|
|
@ -72,7 +72,27 @@ export default { |
|
|
|
info: colors.teal.lighten1, |
|
|
|
warning: colors.amber.base, |
|
|
|
error: colors.deepOrange.accent4, |
|
|
|
success: colors.green.accent3 |
|
|
|
success: colors.green.accent3, |
|
|
|
themes: { |
|
|
|
dark: { |
|
|
|
primary: '#21CFF3', |
|
|
|
accent: '#FF4081', |
|
|
|
secondary: '#ffe18d', |
|
|
|
success: '#4CAF50', |
|
|
|
info: '#2196F3', |
|
|
|
warning: '#FB8C00', |
|
|
|
error: '#FF5252' |
|
|
|
}, |
|
|
|
light: { |
|
|
|
primary: '#1976D2', |
|
|
|
accent: '#e91e63', |
|
|
|
secondary: '#30b1dc', |
|
|
|
success: '#4CAF50', |
|
|
|
info: '#2196F3', |
|
|
|
warning: '#FB8C00', |
|
|
|
error: '#FF5252' |
|
|
|
} |
|
|
|
} |
|
|
|
} |
|
|
|
}, |
|
|
|
/* |
|
|
|