Skip to content

Commit 1d8604d

Browse files
feat(themes): add synthwave theme with neon pink palette
Adds a synthwave preset — deep indigo background (#0d0221), neon pink accent glow (#ff2d78), and crisp off-white text (#f8f8f2). Includes THEMES.md entry and preview screenshot.
1 parent 00cbca3 commit 1d8604d

3 files changed

Lines changed: 13 additions & 0 deletions

File tree

THEMES.md

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -81,3 +81,11 @@ Usage: `/api/streak?user=yourusername&theme=rose`
8181
![Nord](assets/themes/nord.png)
8282

8383
Usage: `/api/streak?user=yourusername&theme=nord`
84+
85+
## 🌆 Synthwave
86+
87+
![Synthwave](assets/themes/synthwave.png)
88+
89+
Retro 80s-inspired palette — deep indigo background, neon pink glow, crisp white text.
90+
91+
Usage: `/api/streak?user=yourusername&theme=synthwave`

assets/themes/synthwave.png

80.7 KB
Loading

lib/svg/themes.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -52,4 +52,9 @@ export const themes: Record<string, BadgeTheme> = {
5252
text: 'd8dee9',
5353
accent: '88c0d0',
5454
},
55+
synthwave: {
56+
bg: '0d0221',
57+
text: 'f8f8f2',
58+
accent: 'ff2d78',
59+
},
5560
};

0 commit comments

Comments
 (0)