mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-04-22 10:42:08 +00: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",
|
icon_color: "88c0d0",
|
||||||
bg_color: "2e3440",
|
bg_color: "2e3440",
|
||||||
},
|
},
|
||||||
|
"gotham": {
|
||||||
|
title_color: "2aa889",
|
||||||
|
icon_color: "599cab",
|
||||||
|
text_color: "99d1ce",
|
||||||
|
bg_color: "0c1014",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user