Skip to content

feat(themes): add gruvbox preset with dark palette#170

Merged
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
gazala-hafsa7:feat/theme-gruvbox
May 18, 2026
Merged

feat(themes): add gruvbox preset with dark palette#170
JhaSourav07 merged 1 commit into
JhaSourav07:mainfrom
gazala-hafsa7:feat/theme-gruvbox

Conversation

@gazala-hafsa7

Copy link
Copy Markdown
Contributor

Description

Fixes #148

Pillar

  • 🎨 Pillar 1 — New Theme Design
  • 📐 Pillar 2 — Geometric SVG Improvement
  • 🕐 Pillar 3 — Timezone Logic Optimization
  • 🛠️ Other (Bug fix, refactoring, docs)

Visual Preview

gruvbox

Checklist before requesting a review:

  • I have read the CONTRIBUTING.md file.
  • [x ] I have tested these changes locally (localhost:3000/api/streak?user=YOUR_USERNAME).
  • [x ] I have run npm run format and npm run lint locally and resolved all errors (CI will fail otherwise).
  • [x ] My commits follow the Conventional Commits format (e.g., feat(themes): ..., fix(calculate): ...).
  • [x ] I have updated README.md if I added a new theme or URL parameter.
  • [x ] I have started the repo.
  • [x ] I have made sure that i have only one commit to merge in this PR.
  • [x ] The SVG output matches the CommitPulse "premium quality" aesthetic standard (no raw elements, smooth animations, correct fonts).
  • (Recommended) I joined the CommitPulse Discord community for contributor discussions, mentorship, and faster PR support.

@vercel

vercel Bot commented May 18, 2026

Copy link
Copy Markdown
Contributor

@gazala-hafsa7 is attempting to deploy a commit to the jhasourav07's projects Team on Vercel.

A member of the Team first needs to authorize it.

@github-actions

Copy link
Copy Markdown
Contributor

👋 Hey @gazala-hafsa7, welcome to CommitPulse! 🎉

Thanks for opening your first pull request — this is a big deal and we appreciate the effort!

While you wait for a review, please double-check:

  • ✅ You've read the CONTRIBUTING.md checklist
  • npm run lint, npm run format, and npm run test all pass locally
  • ✅ Your PR has a visual preview if it touches any SVG output
  • 💬 You've joined our Discord for faster PR feedback

A maintainer will review your PR shortly. Hang tight! 🚀

@gazala-hafsa7

Copy link
Copy Markdown
Contributor Author

completed the CI pipeline/format . lint type check!

@JhaSourav07

Copy link
Copy Markdown
Owner

@gazala-hafsa7

Hey one CI is failing

@JhaSourav07

Copy link
Copy Markdown
Owner

use npm run format
make sure to keep the pr focused on one commit

@JhaSourav07 JhaSourav07 added GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. labels May 18, 2026
@gazala-hafsa7

gazala-hafsa7 commented May 18, 2026

Copy link
Copy Markdown
Contributor Author

@JhaSourav07 i have done the npm run format
And npm run lint and npm run test after it showed the CI failed.
Uploading image.jpg…

@github-actions github-actions Bot added the status:blocked This PR is blocked due to a failing CI check. label May 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🚨 Hey @gazala-hafsa7, the CI Pipeline is failing on this PR and it has been marked as status:blocked.

Please fix the issues before this can be reviewed. Here's how:

1. Run checks locally before pushing:

npm run format:check   # Check Prettier formatting
npm run lint           # Run ESLint
npm run typecheck      # TypeScript type check
npm run test           # Run unit tests (Vitest)
npm run build          # Verify production build passes

2. Auto-fix common issues:

npm run format         # Auto-fix formatting with Prettier
npm run lint -- --fix  # Auto-fix lint errors where possible

3. Check the full failure log here:
👉 View CI Run

Once you push a fix and the CI passes, the status:blocked label will be removed automatically. 💪

@gazala-hafsa7

Copy link
Copy Markdown
Contributor Author

@JhaSourav07, the CI check has now passed. Can you remove the blocked status?

@JhaSourav07 JhaSourav07 removed the status:blocked This PR is blocked due to a failing CI check. label May 18, 2026
@JhaSourav07

Copy link
Copy Markdown
Owner

last thing is
can you keep the PR focused in one commit

after that i will merge it

@gazala-hafsa7

Copy link
Copy Markdown
Contributor Author

@JhaSourav07 i have made it so that it has only one commit can u merge the PR, so that i can work on the other assigned issue.

@JhaSourav07
JhaSourav07 merged commit fc12b05 into JhaSourav07:main May 18, 2026
2 of 3 checks passed
@JhaSourav07 JhaSourav07 added the gssoc:approved PR has been reviewed and accepted for valid contribution points label May 18, 2026
@github-actions

Copy link
Copy Markdown
Contributor

🎉 Congratulations @gazala-hafsa7! Your PR has been successfully merged. 🚀

Thank you for contributing to CommitPulse. Your work helps us build a better tool for the community.

⚠️ Important for GSSoC Contributors:
You are strictly advised to join our Discord Server as it is mandatory for all GSSoC participants. All important announcements, point claims, and community discussions happen there.

Keep building! 💻✨

@github-actions github-actions Bot added this to the GSSoC 2026 milestone May 18, 2026
@github-actions github-actions Bot added the type:feature New features, additions, or enhancements label May 24, 2026
@JhaSourav07 JhaSourav07 added gssoc:approved PR has been reviewed and accepted for valid contribution points and removed gssoc:approved PR has been reviewed and accepted for valid contribution points labels Jun 17, 2026
MasterJi27 pushed a commit to MasterJi27/commitpulse that referenced this pull request Jul 4, 2026
## Description

Fixes JhaSourav07#148

## Pillar



- [x] 🎨 Pillar 1 — New Theme Design
- [ ] 📐 Pillar 2 — Geometric SVG Improvement
- [ ] 🕐 Pillar 3 — Timezone Logic Optimization
- [ ] 🛠️ Other (Bug fix, refactoring, docs)

## Visual Preview
<img width="1152" height="648" alt="gruvbox"
src="https://github.com/user-attachments/assets/56578bfd-7533-4a17-afc6-f539fe6af23d"
/>

## Checklist before requesting a review:

- [x] I have read the `CONTRIBUTING.md` file.
- [x ] I have tested these changes locally
(`localhost:3000/api/streak?user=YOUR_USERNAME`).
- [x ] I have run `npm run format` and `npm run lint` locally and
resolved all errors (CI will fail otherwise).
- [x ] My commits follow the Conventional Commits format (e.g.,
`feat(themes): ...`, `fix(calculate): ...`).
- [x ] I have updated `README.md` if I added a new theme or URL
parameter.
- [x ] I have started the repo.
- [x ] I have made sure that i have only one commit to merge in this PR.
- [x ] The SVG output matches the CommitPulse "premium quality"
aesthetic standard (no raw elements, smooth animations, correct fonts).
- [ ] (Recommended) I joined the CommitPulse Discord community for
contributor discussions, mentorship, and faster PR support.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

gssoc:approved PR has been reviewed and accepted for valid contribution points GSSoC 2026 level:beginner Small changes Usually isolated fixes or simple UI/text updates. quality:clean PR follows clean coding practices, proper formatting, documentation, and maintainability standards. type:feature New features, additions, or enhancements

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Add a "Gruvbox" Theme Preset

2 participants