From 2b0efb8d299e614d1baf17c8a41a645146c5249b Mon Sep 17 00:00:00 2001 From: RSGameTech <72400033+RSGameTech@users.noreply.github.com> Date: Thu, 10 Jun 2021 01:08:46 +0530 Subject: [PATCH] style(theme): added discord old blurple (#1079) --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 0cefbef..046ef47 100644 --- a/themes/index.js +++ b/themes/index.js @@ -288,6 +288,12 @@ const themes = { text_color: "C3D1D9", bg_color: "0D1117", }, + discord_old_blurple: { + title_color: "7289DA", + icon_color: "7289DA", + text_color: "FFFFFF", + bg_color: "2C2F33", + }, }; module.exports = themes;