dark mode

This commit is contained in:
2018-11-17 21:56:15 +01:00
parent 2c9b2f232b
commit 333dc87b75
6 changed files with 199 additions and 102 deletions

47
style.css Normal file
View File

@@ -0,0 +1,47 @@
QMainWindow {
background-color: #404040;
border-color: #edf2f4;
}
QPushButton {
background-color: #404040;
color: #edf2f4;
}
/*QPushbutton:disabled {
background-color: #24e895;
color: #404040;
}*/
QPushButton:hover {
border: 1px solid #0077fd;
}
QLineEdit {
background-color: #404040;
color: #edf2f4;
border: 1px solid #0077fd;
}
QLabel {
color: #edf2f4;
}
QGroupBox {
color: #edf2f4;
border: 1px solid #0077fd;
margin-top: 5px;
}
QGroupBox::title {
subcontrol-origin: margin;
left: 5px;
padding: 0px 5px 0px 5px;
}
QDial:hover {
border: 1px solid #0077fd;
}
QLabel#lbl_volume:hover {
border: 1px solid #0077fd;
}