mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2024-12-15 06:04:17 +08:00
style(theme): Add gotham theme (#317)
* [add] gotham-theme * fix gotham colorscheme
This commit is contained in:
parent
20463f6365
commit
8acd429d44
@ -149,6 +149,12 @@ const themes = {
|
||||
icon_color: "88c0d0",
|
||||
bg_color: "2e3440",
|
||||
},
|
||||
"gotham": {
|
||||
title_color: "2aa889",
|
||||
icon_color: "599cab",
|
||||
text_color: "99d1ce",
|
||||
bg_color: "0c1014",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
Reference in New Issue
Block a user