-
Notifications
You must be signed in to change notification settings - Fork 1.9k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
How to modify scroll bar color #81
Comments
Thank you. Which theme are you using, QAbstractItemView QScrollBar {
// The background color of the scroll bar in the QAbstractItemView, like list or tree widget
background-color: #191919;
}
QScrollBar {
border: none;
// The default background color of the scroll bar
background-color: transparent;
margin: 0px 0px 0px 0px;
}
QScrollBar::handle {
// The default background color of the handle in the scrollbar, which might be what you need.
// When modifying, please keep the alpha channel to ensure that the color of the mark below is visible
background-color: #40c0c0c0;
}
QScrollBar::handle:hover {
// The default background color of the handle in the scrollbar when the mouse is hovering
background-color: #40a6a6a6;
}
TextView > QAbstractScrollArea QScrollBar {
// The background color of the scrollbar in the textview, which might be what you need.
background-color: #1c1c1c;
border: none;
margin: 0px;
} |
By the way, after the |
:)
|
I'm glad you resolved the problem so quickly. I will also deepen the color of the scroll bar in the next version to make it more conspicuous. The next version will add X/Y/Z modem function and the prerelease will be released in these two days, if you like, please download and use, thank you. 😃 |
That’s awesome, I always use rz & sz; |
The new version 2.1.0_prerelease_2 has been released, which not only deepens the color of the scroll bar slider, but also supports ZModem, please download and use, thank you. |
can't see clearly.
The best SSH client in my heart!!
The text was updated successfully, but these errors were encountered: