Unverified Commit 9abba006 authored by Gustavo Varallo's avatar Gustavo Varallo Committed by GitHub
Browse files

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

Made with the color scheme from [ReactJS Website](https://reactjs.org/).
parent 9e9f6ef5
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -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;