mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00:00
Merge pull request #195 from the-it-weirdo/patch-1
style(theme): adds a new theme: "blue-green"
This commit is contained in:
commit
1b23175fa6
@ -107,6 +107,12 @@ const themes = {
|
|||||||
text_color: "363636",
|
text_color: "363636",
|
||||||
bg_color: "ffffff",
|
bg_color: "ffffff",
|
||||||
},
|
},
|
||||||
|
"blue-green": {
|
||||||
|
title_color: "2F97C1",
|
||||||
|
icon_color: "F5B700",
|
||||||
|
text_color: "0CF574",
|
||||||
|
bg_color: "040F0F",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user