mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 16:38:23 +00:00
style(theme): added moltack theme (#1478)
This commit is contained in:
parent
b6c184e8ff
commit
0745806f68
1 changed files with 6 additions and 0 deletions
|
|
@ -342,6 +342,12 @@ const themes = {
|
|||
text_color: "bcbcbc",
|
||||
bg_color: "262626",
|
||||
},
|
||||
moltack: {
|
||||
title_color: "86092C",
|
||||
icon_color: "86092C",
|
||||
text_color: "574038",
|
||||
bg_color: "F5E1C0",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue