mirror of
https://github.com/System-End/github-readme-stats.git
synced 2026-04-19 19:55:16 +00:00
style(theme): added panda theme (#1319)
This commit is contained in:
parent
ded06f2fab
commit
ec8eb0c893
1 changed files with 6 additions and 0 deletions
|
|
@ -300,6 +300,12 @@ const themes = {
|
|||
text_color: "dbdbdb",
|
||||
bg_color: "252334",
|
||||
},
|
||||
panda: {
|
||||
title_color: "19f9d899",
|
||||
icon_color: "19f9d899",
|
||||
text_color: "FF75B5",
|
||||
bg_color: "31353a",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue