style(theme): Add theme graywhite (#339)
* Update index.js * Update index.js
This commit is contained in:
parent
f4cbac043c
commit
bfe297d20d
1 changed files with 6 additions and 0 deletions
|
@ -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;
|
||||||
|
|
Loading…
Add table
Reference in a new issue