style(theme): Added "react" theme (#423)

Made with the color scheme from [ReactJS Website](https://reactjs.org/).
This commit is contained in:
Gustavo Varallo 2020-08-27 10:58:31 -03:00 committed by GitHub
parent 9e9f6ef5f1
commit 9abba006a9
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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;