mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-21 06:11:29 +08:00
adds a new theme: "blue-green"
I added a new theme. Hope you like it.
This commit is contained in:
parent
7f220bb072
commit
c1438fe7c5
@ -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…
Reference in New Issue
Block a user