style(theme): Added Vue theme (#143)
Add Vue style. Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
7b509d3128
commit
f9b14c9442
1 changed files with 7 additions and 1 deletions
|
@ -82,7 +82,13 @@ const themes = {
|
||||||
icon_color: "e28905",
|
icon_color: "e28905",
|
||||||
text_color: "f1f1eb",
|
text_color: "f1f1eb",
|
||||||
bg_color: "272822",
|
bg_color: "272822",
|
||||||
}
|
},
|
||||||
|
vue: {
|
||||||
|
title_color: "41b883",
|
||||||
|
icon_color: "41b883",
|
||||||
|
text_color: "273849",
|
||||||
|
bg_color: "FFFEFE",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue