From 49f00cd7b2b64b437f9ef4e911b1edd72ce381f3 Mon Sep 17 00:00:00 2001 From: btwiusegentoo <66811008+btwiusegentoo@users.noreply.github.com> Date: Sun, 9 Aug 2020 00:27:10 +0900 Subject: [PATCH] style(theme): Add material-palenight theme (#333) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 8e2ba7246b87b..a6755e5cffa4e 100644 --- a/themes/index.js +++ b/themes/index.js @@ -155,6 +155,12 @@ const themes = { text_color: "99d1ce", bg_color: "0c1014", }, + "material-palenight": { + title_color: "c792ea", + icon_color: "89ddff", + text_color: "a6accd", + bg_color: "292d3e", + }, }; module.exports = themes;