15 comments (15 comments)2 reactions (2 reactions)1 assignee (1 assignee)C++1,916 forks (1,916 forks)batch import
EnhancementGood first issue
Repository metrics
- Stars
- 29,897 stars (29,897 stars)
- PR merge metrics
- Avg merge 2d 23h (Avg merge 2d 23h)12 merged PRs in 30d (12 merged PRs in 30d)
Description
Feature Description
Choosing the colors for the colorwheel can be done graphically and via hex. It would be nice if the color of the GUI could be choosen via hex too. That way I can make flameshot look like built in.
Contributor guide
- Research direction
- Examine the settings dialog where GUI color customization is implemented. Look for the color wheel widget. Add a hex input field (e.g., QLineEdit) and connect its textChanged signal to parse the hex string (e.g., using QColor::setNamedColor) and update the color accordingly. Ensure the hex input updates the color wheel and vice versa.
- Tech stack
- cpp
- Domain
- desktop
- Issue type
- Feature
- Prerequisites
- C++Git