From d0d385ab889485b6d182aed60ea40bc25e522dff Mon Sep 17 00:00:00 2001 From: ramadevsign <50571688+orama254@users.noreply.github.com> Date: Sat, 3 Oct 2020 10:02:47 +0300 Subject: [PATCH] style(theme): add theme "Yeblu" (#527) Co-authored-by: Anurag Hazra --- themes/index.js | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/themes/index.js b/themes/index.js index 0a98213..758da36 100644 --- a/themes/index.js +++ b/themes/index.js @@ -227,6 +227,12 @@ const themes = { text_color: "ffffff", bg_color: "20232a", }, + yeblu: { + title_color: "ffff00", + icon_color: "ffff00", + text_color: "ffffff", + bg_color: "002046", + }, blueberry: { title_color: "82aaff", icon_color: "89ddff",