Skip to content

Commit

Permalink
DarkTheme: Fix color for handles
Browse files Browse the repository at this point in the history
  • Loading branch information
xboxones1 authored and droidmonkey committed Dec 22, 2024
1 parent ecf2e2d commit 98e671f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/gui/styles/dark/darkstyle.qss
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,10 @@ QPushButton:default:hover, QPushButton:checked:hover {
background: #2E582E;
}

QSplitterHandle {
background-color: #56565A;
}

QToolTip {
color: #BFBFBF;
background-color: #2D532D;
Expand Down

0 comments on commit 98e671f

Please sign in to comment.