From ccab71699d74c0821c2a6f863ab218ecf5950fd6 Mon Sep 17 00:00:00 2001 From: Eryck Assis Date: Sun, 25 May 2025 20:55:19 -0300 Subject: [PATCH] Update index.js Add a green cian color in index.js --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..3f2dbbf8a5dcb 100644 --- a/themes/index.js +++ b/themes/index.js @@ -456,6 +456,13 @@ export const themes = { border_color: "e1bc29", bg_color: "2b2d40", }, + green_cian: { + title_color: "00ffff", + text_color: "00ffff", + icon_color: "00ffff", + border_color: "00ffff", + bg_color: "000000", + }, ambient_gradient: { title_color: "ffffff", text_color: "ffffff",