dark mode
This commit is contained in:
47
style.css
Normal file
47
style.css
Normal 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;
|
||||
}
|
||||
Reference in New Issue
Block a user