Skip to content

Commit 21540e9

Browse files
authored
feat(theme): Added neon theme (#192)
1 parent d8dec13 commit 21540e9

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

themes/index.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -433,6 +433,14 @@ export const themes: Themes = {
433433
border_color: "933547",
434434
bg_color: "090b0c",
435435
},
436+
neon: {
437+
title_color: "00EAD3",
438+
text_color: "FF449F",
439+
icon_color: "00EAD3",
440+
border_color: "FFFFFF",
441+
bg_color: "000000",
442+
stroke_color: "444444",
443+
},
436444

437445
// Gradient themes
438446
"sunset-gradient": {

0 commit comments

Comments
 (0)