[GH-ISSUE #5857] [feature]: Allow users to select a custom accent color #2301

Open
opened 2026-03-16 23:53:48 +03:00 by kerem · 2 comments
Owner

Originally created by @Sunhaiy on GitHub (Feb 10, 2026).
Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5857

Is there an existing issue for this?

  • I have searched the existing issues

Summary

Introduce a custom color picker in the theme settings to allow users to define their own accent color via HEX/RGB values, instead of being limited to presets.

Why should this be worked on?

Developers love customizing their environment. Allowing a custom HEX/RGB value lets users match Hoppscotch UI with their operating system's accent color (e.g., Windows/macOS system theme) or their company's brand colors.
While the current presets are great, they might not offer the best contrast or visibility for every user's specific monitor setup or eyesight. A custom picker gives users full control over their viewing experience.
Many developer tools (like VS Code or Terminal emulators) allow extensive theming. Adding this feature would align Hoppscotch with the flexibility users expect from modern development tools.

Originally created by @Sunhaiy on GitHub (Feb 10, 2026). Original GitHub issue: https://github.com/hoppscotch/hoppscotch/issues/5857 ### Is there an existing issue for this? - [x] I have searched the existing issues ### Summary Introduce a custom color picker in the theme settings to allow users to define their own accent color via HEX/RGB values, instead of being limited to presets. ### Why should this be worked on? Developers love customizing their environment. Allowing a custom HEX/RGB value lets users match Hoppscotch UI with their operating system's accent color (e.g., Windows/macOS system theme) or their company's brand colors. While the current presets are great, they might not offer the best contrast or visibility for every user's specific monitor setup or eyesight. A custom picker gives users full control over their viewing experience. Many developer tools (like VS Code or Terminal emulators) allow extensive theming. Adding this feature would align Hoppscotch with the flexibility users expect from modern development tools.
Author
Owner

@Sunhaiy commented on GitHub (Feb 10, 2026):

Refactor the theme engine to use CSS Variables (e.g., --accent-color). At runtime, we can calculate different shades (500, 600, etc.) from the user's input using a library like colord and inject them into the :root style.

<!-- gh-comment-id:3877139530 --> @Sunhaiy commented on GitHub (Feb 10, 2026): Refactor the theme engine to use CSS Variables (e.g., --accent-color). At runtime, we can calculate different shades (500, 600, etc.) from the user's input using a library like colord and inject them into the :root style.
Author
Owner

@nikhilmahato21 commented on GitHub (Feb 26, 2026):

should i work on this

<!-- gh-comment-id:3964941320 --> @nikhilmahato21 commented on GitHub (Feb 26, 2026): should i work on this
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/hoppscotch#2301
No description provided.