Files
LCE-Qt-Launcher/assets/styles/dark.qss

90 lines
1.1 KiB
Plaintext

* {
background-color : black;
color : white;
}
QLabel:disabled {
color : gray;
opacity : 100;
}
QPushButton {
color : white;
border : none;
}
QPushButton:pressed {
color : white;
font : bold;
border : none;
}
QPushButton:hover {
color : white;
text-decoration : underline;
border : none;
}
QPushButton:disabled {
opacity : 100;
border : none;
}
QPushButton:disabled {
opacity : 100;
border : 5px;
}
QTabWidget {
background-color : transparent;
}
QMainWindow QLabel {
color : white;
}
QStatusBar {
color : white;
background-color : black;
}
QMainWindow QLabel {
color : white;
}
QMenu::item {
color: white;
background-color : black;
}
QMenu::item:selected {
color: yellow;
text-decoration: underline;
}
QMenu::item:disabled {
color: gray;
opacity : 100;
}
QMenu {
background-color : black;
}
QMenuBar {
background-color : black;
}
QMenuBar::item {
color : black;
background-color : black;
}
QMenuBar::item:disabled {
color : gray;
background-color : black;
}
QGroupBox {
background-color: transparent;
}