mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
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
@ -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…
x
Reference in New Issue
Block a user