We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7ee2274 commit 4f2d582Copy full SHA for 4f2d582
1 file changed
lib/svg/themes.ts
@@ -23,6 +23,7 @@ export const themes: Record<string, BadgeTheme> = {
23
nord: makeTheme('2e3440', 'd8dee9', '88c0d0'),
24
synthwave: makeTheme('0d0221', 'f8f8f2', 'ff2d78'),
25
gruvbox: makeTheme('282828', 'ebdbb2', 'fe8019'),
26
+ aurora_cyberpunk: makeTheme('090B13', 'EAF2FF', '9D5CFF'),
27
highcontrast: makeTheme('0a0a0a', '888888', 'ff4500'),
28
};
29
0 commit comments