mirror of
https://github.com/Aviortheking/codestats-readme.git
synced 2025-06-29 10:29:17 +00:00
style(theme): Add material-palenight theme (#333)
This commit is contained in:
@ -155,6 +155,12 @@ const themes = {
|
||||
text_color: "99d1ce",
|
||||
bg_color: "0c1014",
|
||||
},
|
||||
"material-palenight": {
|
||||
title_color: "c792ea",
|
||||
icon_color: "89ddff",
|
||||
text_color: "a6accd",
|
||||
bg_color: "292d3e",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Reference in New Issue
Block a user