Skip to content

Commit

Permalink
feat(theme): Added neon-dark theme (#198)
Browse files Browse the repository at this point in the history
  • Loading branch information
XavierNotFound authored Dec 7, 2023
1 parent cf28dea commit c078dc7
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-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",
Expand Down

0 comments on commit c078dc7

Please sign in to comment.