From 21540e989995c91b728671c542ca96635c117e3b Mon Sep 17 00:00:00 2001 From: Rangga Fajar Oktariansyah <86386385+FajarKim@users.noreply.github.com> Date: Thu, 7 Dec 2023 21:38:07 +0700 Subject: [PATCH] feat(theme): Added neon theme (#192) --- themes/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 10eb27f..dc4ab4b 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -433,6 +433,14 @@ export const themes: Themes = { border_color: "933547", bg_color: "090b0c", }, + neon: { + title_color: "00EAD3", + text_color: "FF449F", + icon_color: "00EAD3", + border_color: "FFFFFF", + bg_color: "000000", + stroke_color: "444444", + }, // Gradient themes "sunset-gradient": {