Skip to content

Commit

Permalink
feat(theme): Added neon-palenight theme (#193)
Browse files Browse the repository at this point in the history
* feat(theme): Added neon-palenight theme

* fix(theme): update neon-palenight theme for stroke color
  • Loading branch information
FajarKim authored Dec 7, 2023
1 parent 08a42aa commit dfaa407
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 @@ -441,6 +441,14 @@ export const themes: Themes = {
bg_color: "000000",
stroke_color: "444444",
},
"neon-palenight": {
title_color: "F9DD3C",
text_color: "5CADC0",
icon_color: "E41D44",
border_color: "A8A8A8",
bg_color: "212237",
stroke_color: "3B3D62",
},

// Gradient themes
"sunset-gradient": {
Expand Down

0 comments on commit dfaa407

Please sign in to comment.