THW color scheme

This commit is contained in:
Jörn-Michael Miehe 2022-09-12 00:38:28 +00:00
parent d7de0a6a02
commit 1846541a19

View file

@ -4,4 +4,22 @@ import Vuetify from 'vuetify/lib/framework';
Vue.use(Vuetify);
export default new Vuetify({
theme: {
themes: {
light: {
// ultramarine blue
primary: "#039",
// cyan 30 percent
secondary: "#aae0f9",
// yellow
accent: "#ff0",
// cyan
info: "#00aeef",
// gen: coolors.co
error: "#f66",
success: "#23ce6b",
warning: "#d36135",
},
},
},
});