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;