Skip to content

Commit

Permalink
feat(theme): Added neon theme (#192)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 7, 2023
1 parent d8dec13 commit 21540e9
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions themes/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 21540e9

Please sign in to comment.