Update colors in Vuetify theme

This commit is contained in:
Douglas Barone 2024-02-05 09:03:35 -04:00
parent a2936e0c26
commit f11ed6b69f

View File

@ -24,14 +24,14 @@ export default new Vuetify({
warning: '#FB8C00' warning: '#FB8C00'
}, },
dark: { dark: {
ifms: '#117D4C', ifms: '#268057',
online: '#4CAF50', online: '#4CAF50',
offline: '#AAAAAA', offline: '#AAAAAA',
accent: '#82B1FF', accent: '#82B1FF',
error: '#FF5252', error: '#FF5252',
info: '#2196F3', info: '#2196F3',
primary: '#41936E', primary: '#268057',
secondary: '#424242', secondary: '#424242',
success: '#4CAF50', success: '#4CAF50',
warning: '#FB8C00' warning: '#FB8C00'