style(theme): Added Vue theme (#143)

Add Vue style.

Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
Feng L.H 2020-07-25 00:36:19 +08:00 committed by GitHub
parent 7b509d3128
commit f9b14c9442
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;