increase contrast between message widget and background in dark theme

This commit is contained in:
dries.k
2023-01-05 23:04:51 +01:00
parent cc6415641f
commit 072eb273dc
2 changed files with 14 additions and 6 deletions

View File

@@ -11,6 +11,14 @@ QToolTip {
background-color: #5522a8;
}
QListView[objectName^="listView_applications"] {
background-color: #2E2E30;
}
MessageWidget QFrame {
background-color: #2E2E30;
}
MessageWidget QPushButton {
border: 0px;
}