Skip to content

Commit

Permalink
Dark theme fix colors for qmenu
Browse files Browse the repository at this point in the history
  • Loading branch information
xboxones1 authored and droidmonkey committed Oct 12, 2024
1 parent 06699c6 commit 70c024f
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/gui/styles/dark/darkstyle.qss
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,15 @@ EntryPreviewWidget TagsEdit:disabled {
background-color: #424242;
}

QMenu {
border: 1px solid #56565A;
}

QMenu::separator {
height: 1px;
background-color: #56565A;
}

QPushButton:!default:hover {
/* Using slightly darker shade from palette(button) */
background: #252528;
Expand Down

0 comments on commit 70c024f

Please sign in to comment.