Add basic dark & light theme (#18)
This commit is contained in:
20
gotify_tray/gui/themes/light_purple/style.qss
Normal file
20
gotify_tray/gui/themes/light_purple/style.qss
Normal file
@@ -0,0 +1,20 @@
|
||||
QPushButton:!default:hover {
|
||||
background: #5c24b6;
|
||||
}
|
||||
|
||||
QPushButton:default:hover, QPushButton:checked:hover {
|
||||
background: #5c24b6;
|
||||
}
|
||||
|
||||
QToolTip {
|
||||
color: #BFBFBF;
|
||||
background-color: #5522a8;
|
||||
}
|
||||
|
||||
MessageWidget QPushButton {
|
||||
border: 0px;
|
||||
}
|
||||
|
||||
MessageWidget QPushButton:!default:hover {
|
||||
background: #9662ea;
|
||||
}
|
||||
Reference in New Issue
Block a user