From 9b3e711c280ddae355a7f72883c96a04c26b25c3 Mon Sep 17 00:00:00 2001 From: Seth Ladygo Date: Thu, 25 Apr 2019 16:50:05 -0700 Subject: [PATCH] vuetify.js: add keen colors --- cateditor/src/plugins/vuetify.js | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/cateditor/src/plugins/vuetify.js b/cateditor/src/plugins/vuetify.js index 8475fb7..d969d01 100644 --- a/cateditor/src/plugins/vuetify.js +++ b/cateditor/src/plugins/vuetify.js @@ -4,7 +4,9 @@ import 'vuetify/src/stylus/app.styl' Vue.use(Vuetify, { theme: { - primary: '#ee44aa', + primary: '#fddd04', + keen_dark_grey: '#373737', + keen_light_grey: '#bababa', secondary: '#424242', accent: '#82B1FF', error: '#FF5252',