Skip to content

Commit

Permalink
feat(theme): Added neon-blurange theme (#194)
Browse files Browse the repository at this point in the history
  • Loading branch information
FajarKim authored Dec 7, 2023
1 parent cc90488 commit 0d79c66
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 @@ -449,6 +449,14 @@ export const themes: Themes = {
bg_color: "212237",
stroke_color: "3B3D62",
},
"neon-blurange": {
title_color: "25FB88",
text_color: "C7CCFF",
icon_color: "FB750B",
border_color: "C7CCFF",
bg_color: "030D6B",
stroke_color: "2130BB",
},

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

0 comments on commit 0d79c66

Please sign in to comment.