mirror of
https://github.com/anuraghazra/github-readme-stats.git
synced 2025-01-30 14:08:14 +08:00
style(theme): Added "react" theme (#423)
Made with the color scheme from [ReactJS Website](https://reactjs.org/).
This commit is contained in:
parent
9e9f6ef5f1
commit
9abba006a9
@ -203,6 +203,12 @@ const themes = {
|
||||
text_color: "ebcfb2",
|
||||
bg_color: "373f51",
|
||||
},
|
||||
react: {
|
||||
title_color: "61dafb",
|
||||
icon_color: "61dafb",
|
||||
text_color: "ffffff",
|
||||
bg_color: "20232a",
|
||||
},
|
||||
};
|
||||
|
||||
module.exports = themes;
|
||||
|
Loading…
Reference in New Issue
Block a user