We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
scroll is white color, how to make under theme dark color? old problem
The text was updated successfully, but these errors were encountered:
What do you mean by "scroll"? Can you provide a screenshot?
Sorry, something went wrong.
I think that he means the main window's scrollbar doesn't follow dark theme.
Not sure why on Windows the colors are not applied to scrollbars.
As a workaround, click Edit Theme button in Appearance settings and edit css value to contain the following QScrollBar entries:
css
QScrollBar
css="QScrollBar{background:${bg}} QScrollBar::handle{background:${fg}}"
See also details about setting style sheet for scrollbars here: https://doc.qt.io/qt-6/stylesheet-examples.html#customizing-qscrollbar
No branches or pull requests
scroll is white color, how to make under theme dark color? old problem
The text was updated successfully, but these errors were encountered: