Skip to content
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

Improve UI colors by using system-provided palette #300

Open
mortbopet opened this issue Sep 22, 2023 · 0 comments
Open

Improve UI colors by using system-provided palette #300

mortbopet opened this issue Sep 22, 2023 · 0 comments

Comments

@mortbopet
Copy link
Owner

Currently, Ripes doesn't really use the system palette as made available through QApplication. A result of this is that colors throughout the application may look outdated/non-matching with respect to the system theme that the user is using on their system.

This can be improved by identifying places in Ripes where hardcoded colors are used, and replacing these in favor of using the system palette's provided colors (see the available colors in QPalette).

Also relevant for: #61
Note: this issue isn't restricted to Ripes, and mostly pertains to VSRTL, since that's where most of the drawing in Ripes is done.
More discussion on this topic: #61

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

No branches or pull requests

1 participant