mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-20 00:35:23 +00:00
style(theme): add apprentice theme (#1466)
This commit is contained in:
parent
1cef6aca1b
commit
ecd7d98a3c
1 changed files with 6 additions and 0 deletions
|
|
@ -336,6 +336,12 @@ const themes = {
|
|||
text_color: "61ffca",
|
||||
bg_color: "15141b",
|
||||
},
|
||||
apprentice: {
|
||||
title_color: "ffffff",
|
||||
icon_color: "ffffaf",
|
||||
text_color: "bcbcbc",
|
||||
bg_color: "262626",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue