From ecd7d98a3c5ab9f50706458065a314b2c4f7f98e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=87=C4=B1nar=20Y=C4=B1lmaz?= <79412062+Camroku@users.noreply.github.com> Date: Mon, 22 Nov 2021 20:23:12 +0300 Subject: [PATCH] style(theme): add apprentice theme (#1466) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index e92139c1..c727cf93 100644 --- a/themes/index.js +++ b/themes/index.js @@ -336,6 +336,12 @@ const themes = { text_color: "61ffca", bg_color: "15141b", }, + apprentice: { + title_color: "ffffff", + icon_color: "ffffaf", + text_color: "bcbcbc", + bg_color: "262626", + }, }; module.exports = themes;