From 0d79c66c9995347f4ee62ddbd9327c4959cf84f8 Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 7 Dec 2023 22:14:56 +0700 Subject: [PATCH] feat(theme): Added neon-blurange theme (#194) --- themes/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index b65c0c9..a5621dc 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -449,6 +449,14 @@ export const themes: Themes = { bg_color: "212237", stroke_color: "3B3D62", }, + "neon-blurange": { + title_color: "25FB88", + text_color: "C7CCFF", + icon_color: "FB750B", + border_color: "C7CCFF", + bg_color: "030D6B", + stroke_color: "2130BB", + }, // Gradient themes "sunset-gradient": {