Bookmarks #190791
Replies: 2 comments
-
|
💬 Your Product Feedback Has Been Submitted 🎉 Thank you for taking the time to share your insights with us! Your feedback is invaluable as we build a better GitHub experience for all our users. Here's what you can expect moving forward ⏩
Where to look to see what's shipping 👀
What you can do in the meantime 💻
As a member of the GitHub community, your participation is essential. While we can't promise that every suggestion will be implemented, we want to emphasize that your feedback is instrumental in guiding our decisions and priorities. Thank you once again for your contribution to making GitHub even better! We're grateful for your ongoing support and collaboration in shaping the future of our platform. ⭐ |
Beta Was this translation helpful? Give feedback.
-
Why the bookmark (star) colors look the way they doGitHub’s starred‑repo (bookmark) icon inherits its colour from the active UI theme:
There is no built‑in option to change just the star colour independently of the theme. The colour is hard‑coded in GitHub’s CSS and follows the theme palette. How to change it (if you really need a different hue)1. Switch GitHub’s built‑in themeIf you’re happy with one of the three official themes, just pick the one whose star colour you prefer:
2. Use a custom stylesheet (user‑style)If you want a colour that isn’t offered by any theme, inject your own CSS with a browser extension such as Stylus, Stylish, or UserCSS. Example: Change the filled star to a teal (
|
| ✅ | Action |
|---|---|
| Theme switch | Settings → Appearance → Light/Dark/High contrast |
| Custom colour | Install Stylus → add CSS snippet → apply to github.com |
| Feedback | Use the Feedback button → Product Feedback → UI/Visual Design |
References
- GitHub Themes – https://docs.github.com/en/get-started/using-github/managing-your-personal-account/managing-your-profile-settings#changing-your-github-theme
- Stylus (browser extension) – https://add0n.com/stylus.html (Chrome) / https://addons.mozilla.org/firefox/addon/styl-us/ (Firefox)
- Providing feedback to GitHub – https://github.com/contact
Feel free to let us know which approach works best for you, or if you run into any issues while applying the custom stylesheet!
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
🏷️ Discussion Type
Product Feedback
💬 Feature/Topic Area
Other
Body
Beta Was this translation helpful? Give feedback.
All reactions