mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-29 10:29:17 +00:00
style(theme): Add theme graywhite (#339)
* Update index.js * Update index.js
This commit is contained in:
@ -161,6 +161,12 @@ const themes = {
|
||||
text_color: "a6accd",
|
||||
bg_color: "292d3e",
|
||||
},
|
||||
"graywhite": {
|
||||
title_color: "24292e",
|
||||
icon_color: "24292e",
|
||||
text_color: "24292e",
|
||||
bg_color: "ffffff",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Reference in New Issue
Block a user