Skip to content

feat: add Dracula theme#22

Merged
JacobLinCool merged 3 commits intogitroll-dev:mainfrom
ggfevans:add-dracula-theme
Aug 4, 2025
Merged

feat: add Dracula theme#22
JacobLinCool merged 3 commits intogitroll-dev:mainfrom
ggfevans:add-dracula-theme

Conversation

@ggfevans
Copy link
Contributor

@ggfevans ggfevans commented Aug 1, 2025

Summary

This PR adds the official Dracula theme to the GitRoll Profile Card.

Changes

  • Added new dracula theme to src/theme.ts using the official Dracula color palette
  • Updated README.md to include the new theme (now 10 themes total)
  • Added Storybook story for the Dracula theme
  • Added changeset for version tracking

Theme Colors

The theme uses the official Dracula specification from https://spec.draculatheme.com:

  • Background: #282A36
  • Foreground: #F8F8F2
  • Selection: #44475A
  • Comment: #6272A4
  • Rating badges follow the Dracula palette:
    • S: Purple (#BD93F9)
    • A: Green (#50FA7B)
    • B: Yellow (#F1FA8C)
    • C: Orange (#FFB86C)
    • D: Pink (#FF79C6)
    • E: Red (#FF5555)

Preview

The theme can be tested in the Storybook or by using ?theme=dracula in the URL parameter.

Closes #21

ggfevans added 2 commits July 31, 2025 22:42
- 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
@Luluno01 Luluno01 requested a review from JacobLinCool August 3, 2025 06:48
@github-actions
Copy link
Contributor

github-actions bot commented Aug 3, 2025

GitRoll Preview Cards

New theme(s) detected: dracula

Preview Cards

These are preview cards showing possible ratings. Get your real score at GitRoll.io

github-actions bot added a commit that referenced this pull request Aug 3, 2025
@JacobLinCool
Copy link
Collaborator

Hi @ggfevans

Please remove package-lock.json, as we use pnpm instead. Also, please remove .claude/settings.local.json since there don't appear to be any repository-specific settings.

- Remove package-lock.json as project uses pnpm instead
- Remove .claude/settings.local.json as there are no repository-specific settings
@ggfevans
Copy link
Contributor Author

ggfevans commented Aug 3, 2025

Whoops - sorry about that & thanks for your patience @JacobLinCool! I've removed those errant files

github-actions bot added a commit that referenced this pull request Aug 4, 2025
Copy link
Collaborator

@JacobLinCool JacobLinCool left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thanks for your contribution!

@JacobLinCool JacobLinCool merged commit c46830d into gitroll-dev:main Aug 4, 2025
1 check passed
@github-actions github-actions bot mentioned this pull request Aug 4, 2025
@ggfevans ggfevans deleted the add-dracula-theme branch August 5, 2025 06:35
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

feat: Add Dracula theme support

2 participants