mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style: added the City Lights Theme (#934)
* Update index.js * Update index.js * move to end Co-authored-by: Anurag Hazra <hazru.anurag@gmail.com>
This commit is contained in:
parent
c8c3358f1b
commit
86b9ad618f
1 changed files with 7 additions and 1 deletions
|
|
@ -274,7 +274,13 @@ const themes = {
|
|||
icon_color: "FFFFFF",
|
||||
text_color: "92D534",
|
||||
bg_color: "151A28",
|
||||
}
|
||||
},
|
||||
city_lights: {
|
||||
title_color: "5D8CB3",
|
||||
icon_color: "4798FF",
|
||||
text_color: "718CA1",
|
||||
bg_color: "1D252C",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue