You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
nheko/resources/styles/system.qss

40 lines
703 B

TextInputWidget {
7 years ago
border: none;
}
PopupItem {
qproperty-hoverColor: palette(base);
}
FlatButton {
qproperty-foregroundColor: palette(text);
}
RaisedButton {
qproperty-foregroundColor: palette(button-text);
}
TextField {
qproperty-backgroundColor: palette(window);
}
QTextEdit,
QLineEdit,
QListWidget {
background-color: palette(window);
}
FloatingButton {
qproperty-backgroundColor: palette(base);
qproperty-foregroundColor: palette(text);
}
Toggle {
qproperty-activeColor: palette(highlight);
qproperty-disabledColor: palette(dark);
qproperty-inactiveColor: palette(mid);
qproperty-trackColor: palette(base);
}
QSplitter::handle { image: none; }