THW color scheme
This commit is contained in:
parent
d7de0a6a02
commit
1846541a19
1 changed files with 18 additions and 0 deletions
|
@ -4,4 +4,22 @@ import Vuetify from 'vuetify/lib/framework';
|
||||||
Vue.use(Vuetify);
|
Vue.use(Vuetify);
|
||||||
|
|
||||||
export default new 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",
|
||||||
|
},
|
||||||
|
},
|
||||||
|
},
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in a new issue