From f9b14c9442276fd30119183e0b5f0695e9420d09 Mon Sep 17 00:00:00 2001 From: "Feng L.H" <49757965+zpfz@users.noreply.github.com> Date: Sat, 25 Jul 2020 00:36:19 +0800 Subject: [PATCH] style(theme): Added Vue theme (#143) Add Vue style. Co-authored-by: Anurag Hazra --- themes/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 1acb5f47..858b6c98 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;