Skip to content

ui: add custom indigo selection highlight color matching dark theme#210

Open
Malaybhai11 wants to merge 1 commit into
JhaSourav07:mainfrom
Malaybhai11:add-custom-selection-color
Open

ui: add custom indigo selection highlight color matching dark theme#210
Malaybhai11 wants to merge 1 commit into
JhaSourav07:mainfrom
Malaybhai11:add-custom-selection-color

Conversation

@Malaybhai11
Copy link
Copy Markdown

Replace the browser's default bright blue text selection color with a custom indigo highlight (rgba(99, 102, 241, 0.4)) that matches the dark premium aesthetic of CommitPulse.

Changes:

  • Added ::selection with indigo background matching the existing accent color
  • Added ::-moz-selection for Firefox compatibility
  • Keeps text white for contrast against dark background

Closes #60

@vercel
Copy link
Copy Markdown
Contributor

vercel Bot commented May 19, 2026

@Malaybhai11 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 github-actions Bot added the needs-details This PR is missing required description details. label May 19, 2026
@github-actions
Copy link
Copy Markdown

👋 Hey @Malaybhai11, 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! 🚀

@github-actions
Copy link
Copy Markdown

👋 Hey @Malaybhai11, it looks like you didn't use our PR template!

The section ## Description is missing from your PR description.

Please update your PR description to include all required sections so we can review this properly:

  • ## Description — What does this PR do? Which issue does it fix?
  • ## Pillar — Which contribution pillar does this fall under?
  • ## Checklist — Have you ticked off the quality checklist?

You can find the full template in CONTRIBUTING.md. Just edit your PR description and the needs-details label will be removed automatically. 🙌

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

needs-details This PR is missing required description details.

Projects

None yet

Development

Successfully merging this pull request may close these issues.

UI: Change default text selection color to match theme

1 participant