vuetify.js: add keen colors

This commit is contained in:
Seth Ladygo
2019-04-25 16:50:05 -07:00
parent db325270b5
commit 9b3e711c28

View File

@ -4,7 +4,9 @@ import 'vuetify/src/stylus/app.styl'
Vue.use(Vuetify, { Vue.use(Vuetify, {
theme: { theme: {
primary: '#ee44aa', primary: '#fddd04',
keen_dark_grey: '#373737',
keen_light_grey: '#bababa',
secondary: '#424242', secondary: '#424242',
accent: '#82B1FF', accent: '#82B1FF',
error: '#FF5252', error: '#FF5252',