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