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

* Update index.js

* Update index.js
This commit is contained in:
Kevin Scruff 2020-08-08 17:39:55 +00:00 committed by GitHub
parent f4cbac043c
commit bfe297d20d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -161,6 +161,12 @@ const themes = {
text_color: "a6accd", text_color: "a6accd",
bg_color: "292d3e", bg_color: "292d3e",
}, },
"graywhite": {
title_color: "24292e",
icon_color: "24292e",
text_color: "24292e",
bg_color: "ffffff",
},
}; };
module.exports = themes; module.exports = themes;