mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
style(theme): Add monokai theme (#124)
* style(theme): Add new theme * style(theme): Change monokai style * style(theme): Change monokai style * feat(theme): Add theme randomizer * fix(theme): Make randomizer asynchronous * feat(theme): Add theme randomizer * fix(theme): Fix everything back ._. * fix(theme): Change theme based on review
This commit is contained in:
parent
f355f48bb4
commit
7b509d3128
@ -77,6 +77,12 @@ const themes = {
|
||||
text_color: "6e93b5",
|
||||
bg_color: "172f45",
|
||||
},
|
||||
monokai: {
|
||||
title_color: "eb1f6a",
|
||||
icon_color: "e28905",
|
||||
text_color: "f1f1eb",
|
||||
bg_color: "272822",
|
||||
}
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
x
Reference in New Issue
Block a user