feat: add Dracula theme#22
Merged
JacobLinCool merged 3 commits intogitroll-dev:mainfrom Aug 4, 2025
ggfevans:add-dracula-theme
Merged
feat: add Dracula theme#22JacobLinCool merged 3 commits intogitroll-dev:mainfrom ggfevans:add-dracula-theme
JacobLinCool merged 3 commits intogitroll-dev:mainfrom
ggfevans:add-dracula-theme
Conversation
- Add new Dracula theme with colors from spec.draculatheme.com - Map rating colors: S=Purple, A=Green, B=Yellow, C=Orange, D=Pink, E=Red - Add Dracula story to Storybook for testing - Theme uses standard Dracula palette: background #282A36, foreground #F8F8F2
- Add Dracula theme with official colors from spec.draculatheme.com - Update README to include new theme (now 10 themes total) - Add changeset for version tracking - Add Storybook story for theme testing
Contributor
GitRoll Preview CardsNew theme(s) detected: These are preview cards showing possible ratings. Get your real score at GitRoll.io |
Collaborator
|
Hi @ggfevans Please remove |
- Remove package-lock.json as project uses pnpm instead - Remove .claude/settings.local.json as there are no repository-specific settings
Contributor
Author
|
Whoops - sorry about that & thanks for your patience @JacobLinCool! I've removed those errant files |
JacobLinCool
approved these changes
Aug 4, 2025
Collaborator
JacobLinCool
left a comment
There was a problem hiding this comment.
LGTM! Thanks for your contribution!
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

Summary
This PR adds the official Dracula theme to the GitRoll Profile Card.
Changes
draculatheme tosrc/theme.tsusing the official Dracula color paletteTheme Colors
The theme uses the official Dracula specification from https://spec.draculatheme.com:
#282A36#F8F8F2#44475A#6272A4#BD93F9)#50FA7B)#F1FA8C)#FFB86C)#FF79C6)#FF5555)Preview
The theme can be tested in the Storybook or by using
?theme=draculain the URL parameter.Closes #21