DarkTheme: Fix color for handles

This commit is contained in:
xboxones1 2024-12-05 02:42:21 +00:00 committed by Jonathan White
parent b1180b3341
commit f71cca4eba

View File

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