From 737ab57d1679eea671b1670e69e7e92b5963353d Mon Sep 17 00:00:00 2001 From: GuilhermeNantes Date: Fri, 19 Jul 2024 08:39:09 -0400 Subject: [PATCH] Update index.js adicionei um tema com as cores ciano --- themes/index.js | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/themes/index.js b/themes/index.js index f5d8d9160fd1b..d57497c791fc5 100644 --- a/themes/index.js +++ b/themes/index.js @@ -455,6 +455,13 @@ export const themes = { icon_color: "ebcfb2", border_color: "e1bc29", bg_color: "2b2d40", + }, + cyan_blue: { + title_color: "#00eeef", + icon_color: "#006666", + text_color: "#003333", + border_color: "ffffff", + bg_color: "202020", }, ambient_gradient: { title_color: "ffffff",