From 86b9ad618ff57f961861987abbe45916e146f40e Mon Sep 17 00:00:00 2001 From: Ryan The Ghost <78041469+Ryan-da-ghost@users.noreply.github.com> Date: Sun, 21 Mar 2021 16:27:40 +0330 Subject: [PATCH] style: added the City Lights Theme (#934) * Update index.js * Update index.js * move to end Co-authored-by: Anurag Hazra --- themes/index.js | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/themes/index.js b/themes/index.js index 21c18b63809c7..b2be9b832aecb 100644 --- a/themes/index.js +++ b/themes/index.js @@ -274,7 +274,13 @@ const themes = { icon_color: "FFFFFF", text_color: "92D534", bg_color: "151A28", - } + }, + city_lights: { + title_color: "5D8CB3", + icon_color: "4798FF", + text_color: "718CA1", + bg_color: "1D252C", + }, }; module.exports = themes;