From 6b6b725dcadbac8920f1daa1714763a0008bb9a2 Mon Sep 17 00:00:00 2001 From: Xavier Nichole <146318113+XavierNotFound@users.noreply.github.com> Date: Thu, 7 Dec 2023 23:17:51 +0700 Subject: [PATCH] feat(theme): Added neon-dark theme --- themes/index.ts | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/themes/index.ts b/themes/index.ts index 33650d4..262e3de 100644 --- a/themes/index.ts +++ b/themes/index.ts @@ -441,6 +441,14 @@ export const themes: Themes = { bg_color: "000000", stroke_color: "444444", }, + "neon-dark": { + title_color: "F9DD3C", + text_color: "5CADC0", + icon_color: "E41D44", + border_color: "A8A8A8", + bg_color: "020200", + stroke_color: "444444", + }, "neon-palenight": { title_color: "F9DD3C", text_color: "5CADC0",