diff --git a/themes/index.js b/themes/index.js index 1acb5f4..858b6c9 100644 --- a/themes/index.js +++ b/themes/index.js @@ -82,7 +82,13 @@ const themes = { icon_color: "e28905", text_color: "f1f1eb", bg_color: "272822", - } + }, + vue: { + title_color: "41b883", + icon_color: "41b883", + text_color: "273849", + bg_color: "FFFEFE", + }, }; module.exports = themes;