File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -212,7 +212,7 @@ URL Parameter > Theme Default > System Fallback
212212| ` dark ` _ (default)_ | GitHub dark | ` 0d1117 ` | ` 58a6ff ` | ` c9d1d9 ` |
213213| ` neon ` | Cyberpunk | ` 000000 ` | ` ff00ff ` | ` 00ffcc ` |
214214| ` dracula ` | Dracula Pro | ` 282a36 ` | ` bd93f9 ` | ` f8f8f2 ` |
215- | ` github ` | GitHub green | ` 0d1117 ` | ` 238636 ` | ` ffffff ` |
215+ | ` github ` | GitHub green | ` 0d1117 ` | ` 39d353 ` | ` ffffff ` |
216216| ` light ` | Clean & minimal | ` ffffff ` | ` 0969da ` | ` 24292f ` |
217217| ` gruvbox ` | retro warm dark | ` 282828 ` | ` fe8019 ` | ` ebdbb2 ` |
218218| ` random ` | Surprise theme on reload | _ varies_ | _ varies_ | _ varies_ |
Original file line number Diff line number Diff line change @@ -16,7 +16,7 @@ https://commitpulse.vercel.app/api/badge?username=YOUR_USERNAME&theme=<slug>
1616| dark | ` #0d1117 ` | ` #c9d1d9 ` | ` #58a6ff ` |
1717| light | ` #ffffff ` | ` #24292f ` | ` #0969da ` |
1818| neon | ` #000000 ` | ` #00ffcc ` | ` #ff00ff ` |
19- | github | ` #0d1117 ` | ` #ffffff ` | ` #238636 ` |
19+ | github | ` #0d1117 ` | ` #ffffff ` | ` #39d353 ` |
2020| dracula | ` #282a36 ` | ` #f8f8f2 ` | ` #bd93f9 ` |
2121| ocean | ` #0a192f ` | ` #ccd6f6 ` | ` #64ffda ` |
2222| sunset | ` #1a0a0a ` | ` #ffd6c0 ` | ` #ff6b35 ` |
Original file line number Diff line number Diff line change @@ -14,7 +14,7 @@ export const themes: Record<string, BadgeTheme> = {
1414 dark : makeTheme ( '0d1117' , 'c9d1d9' , '58a6ff' ) ,
1515 light : makeTheme ( 'ffffff' , '24292f' , '0969da' ) ,
1616 neon : makeTheme ( '000000' , '00ffcc' , 'ff00ff' ) ,
17- github : makeTheme ( '0d1117' , 'ffffff' , '238636 ' ) ,
17+ github : makeTheme ( '0d1117' , 'ffffff' , '39d353 ' ) ,
1818 dracula : makeTheme ( '282a36' , 'f8f8f2' , 'bd93f9' ) ,
1919 ocean : makeTheme ( '0a192f' , 'ccd6f6' , '64ffda' ) ,
2020 sunset : makeTheme ( '1a0a0a' , 'ffd6c0' , 'ff6b35' ) ,
You can’t perform that action at this time.
0 commit comments