Unverified Commit bfe297d2 authored by Kevin Scruff's avatar Kevin Scruff Committed by GitHub
Browse files

style(theme): Add theme graywhite (#339)

* Update index.js

* Update index.js
parent f4cbac04
Loading
Loading
Loading
Loading
+6 −0
Original line number Diff line number Diff line
@@ -161,6 +161,12 @@ const themes = {
    text_color: "a6accd",
    bg_color: "292d3e",
  },
  "graywhite": {
    title_color: "24292e",
    icon_color: "24292e",
    text_color: "24292e",
    bg_color: "ffffff",
  },
};

module.exports = themes;