Files
gotify-tray-customized/gotify_tray/gui/themes/dark_purple/style.qss
seird bc221d6c8f Automatic theme (#29)
* add "automatic" theme

set the theme and icons based on the system theme

* update the default icons based on system theme

* update pyqt to 6.5.0 to get the colorSchemeChanged callback

* rename style to theme

* remove unused svg files for default theme

* ServerInfoDialog: update feedback colors in dark mode
2023-05-21 11:41:01 +02:00

53 lines
861 B
Plaintext

QPushButton:!default:hover {
background: #441b85;
}
QPushButton:default:hover, QPushButton:checked:hover {
background: #441b85;
}
QPushButton[state="success"] {
background-color: #960b7a0b;
color: white;
}
QPushButton[state="failed"] {
background-color: #8ebb2929;
color: white;
}
QLineEdit[state="success"] {}
QLineEdit[state="failed"] {
border: 1px solid red;
}
QToolTip {
color: #BFBFBF;
background-color: #5522a8;
}
QListView[objectName^="listView_applications"] {
background-color: #2E2E30;
}
MessageWidget QFrame {
background-color: #2E2E30;
}
MessageWidget QPushButton {
border: 0px;
}
MessageWidget QPushButton:!default:hover {
background: #7249b5;
}
MessageWidget QPushButton:!default:pressed {
background: #5c3b91;
}
QCheckBox::indicator:unchecked {
border: 2px solid #4A4A4A;
}