Skip to content

Commit a49fd7b

Browse files
authored
feat(themes): add aurora cyberpunk preset (JhaSourav07#858)
2 parents 263a2f4 + 4f2d582 commit a49fd7b

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

lib/svg/themes.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,7 @@ export const themes: Record<string, BadgeTheme> = {
2323
nord: makeTheme('2e3440', 'd8dee9', '88c0d0'),
2424
synthwave: makeTheme('0d0221', 'f8f8f2', 'ff2d78'),
2525
gruvbox: makeTheme('282828', 'ebdbb2', 'fe8019'),
26+
aurora_cyberpunk: makeTheme('090B13', 'EAF2FF', '9D5CFF'),
2627
highcontrast: makeTheme('0a0a0a', '888888', 'ff4500'),
2728
};
2829

0 commit comments

Comments
 (0)