From ec8eb0c893cc360583339fd8550a92de9a6ad3f3 Mon Sep 17 00:00:00 2001 From: Chandrika Deb Date: Sun, 26 Sep 2021 20:23:12 +0530 Subject: [PATCH] style(theme): added panda theme (#1319) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 9d3440f..e5e311d 100644 --- a/themes/index.js +++ b/themes/index.js @@ -300,6 +300,12 @@ const themes = { text_color: "dbdbdb", bg_color: "252334", }, + panda: { + title_color: "19f9d899", + icon_color: "19f9d899", + text_color: "FF75B5", + bg_color: "31353a", + }, }; module.exports = themes;