DarkTheme: Fix color for handles

This commit is contained in:
xboxones1 2024-12-05 02:42:21 +00:00 committed by Jonathan White
parent ecf2e2da5a
commit 98e671fdc6
No known key found for this signature in database
GPG Key ID: 440FC65F2E0C6E01

View File

@ -31,6 +31,10 @@ QPushButton:default:hover, QPushButton:checked:hover {
background: #2E582E;
}
QSplitterHandle {
background-color: #56565A;
}
QToolTip {
color: #BFBFBF;
background-color: #2D532D;