From bfe297d20d5724cc646753d2cd306df5745166bb Mon Sep 17 00:00:00 2001 From: Kevin Scruff Date: Sat, 8 Aug 2020 17:39:55 +0000 Subject: [PATCH] style(theme): Add theme graywhite (#339) * Update index.js * Update index.js --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index a6755e5..c0166fd 100644 --- a/themes/index.js +++ b/themes/index.js @@ -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;