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
1 changed files with 6 additions and 0 deletions
|
@ -203,6 +203,12 @@ const themes = {
|
||||||
text_color: "ebcfb2",
|
text_color: "ebcfb2",
|
||||||
bg_color: "373f51",
|
bg_color: "373f51",
|
||||||
},
|
},
|
||||||
|
react: {
|
||||||
|
title_color: "61dafb",
|
||||||
|
icon_color: "61dafb",
|
||||||
|
text_color: "ffffff",
|
||||||
|
bg_color: "20232a",
|
||||||
|
},
|
||||||
};
|
};
|
||||||
|
|
||||||
module.exports = themes;
|
module.exports = themes;
|
||||||
|
|
Loading…
Add table
Reference in a new issue