-
Notifications
You must be signed in to change notification settings - Fork 90
Theme: add comments with hex color values #19560
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: master
Are you sure you want to change the base?
Conversation
Colors defined via QColor(int, int, int) are not search-friendly (pairing color from Figma to name in code). To solve that, comments witch standard hex notation are added.
Khushboo-dev-cpp
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This is super helpful! thanks :)
✔️ status-app/prs/linux/x86_64/tests-nim/PR-19560#1 🔹 ~12 min 🔹 7278579 🔹 📦 tests/nim package |
✔️ status-app/prs/linux/x86_64/tests-ui/PR-19560#1 🔹 ~14 min 🔹 7278579 🔹 📦 tests/ui package |
|
You can switch the color notation in Figma as well 😀 |
|
Another note: could you pls also update the ColorsPage.qml in Storybook as well? That makes the whole color matching and searching process a lot more helpful 🙂 |
It doesn't help (or I'm missing sth) bc there is rgba format e.g. |
@caybro good point. It actually triggered me to rebuild |
Jenkins Builds
|
What does the PR do
Colors defined via
QColor(int, int, int)are not search-friendly (pairing color from Figma to name in code). To solve that, comments witch standard hex notation are added.Screencast.from.12.12.2025.01.12.17.webm
Affected areas
statuscolors.h,themepalette.cppImpact on end user
no impact
Risk
no risk