Skip to content

Commit 977538d

Browse files
feat(theme): Added shades-of-purple theme (#148)
1 parent 24b7a77 commit 977538d

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

themes/index.ts

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -251,6 +251,13 @@ export const themes: Themes = {
251251
stroke_color: "545c7e",
252252
username_color: "9d7cd8",
253253
},
254+
"shades-of-purple": {
255+
title_color: "fad000",
256+
icon_color: "b362ff",
257+
text_color: "a599e9",
258+
bg_color: "2d2b55",
259+
border_color: "1e1e3f",
260+
},
254261

255262
// Gradient themes
256263
"sunset-gradient": {

0 commit comments

Comments
 (0)