nheko/resources/styles/system.qss

102 lines
1.9 KiB
Plaintext
Raw Normal View History

2017-11-23 15:25:58 +01:00
OverlayWidget,
OverlayWidget > * {
background-color: palette(window);
}
2017-11-23 15:25:58 +01:00
#mainContent,
#mainContent > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
2017-11-23 15:25:58 +01:00
TimelineView,
TimelineView > *,
TimelineItem,
TimelineItem > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
FlatButton {
2017-11-23 15:25:58 +01:00
qproperty-foregroundColor: palette(text);
}
FileItem {
qproperty-textColor: palette(text);
qproperty-backgroundColor: palette(base);
qproperty-iconColor: palette(window);
2017-12-01 16:33:49 +01:00
}
AudioItem {
qproperty-textColor: palette(text);
qproperty-backgroundColor: palette(base);
qproperty-iconColor: palette(window);
}
2017-11-25 14:14:37 +01:00
RaisedButton {
qproperty-foregroundColor: palette(light);
}
TextField {
qproperty-backgroundColor: palette(window);
}
WelcomePage,
LoginPage,
RegisterPage {
background-color: palette(window);
}
RoomInfoListItem {
2017-11-23 15:25:58 +01:00
qproperty-highlightedBackgroundColor: palette(highlight);
2017-11-25 14:14:37 +01:00
qproperty-hoverBackgroundColor: palette(mid);
2017-11-23 15:25:58 +01:00
qproperty-backgroundColor: palette(window);
2017-11-23 15:25:58 +01:00
qproperty-titleColor: palette(text);
qproperty-subtitleColor: palette(text);
2017-11-25 14:14:37 +01:00
qproperty-highlightedTitleColor: palette(light);
qproperty-highlightedSubtitleColor: palette(light);
}
LoadingIndicator {
2017-11-25 14:14:37 +01:00
qproperty-color: palette(highlight);
}
#ChatPageLoadSpinner {
2017-11-25 14:14:37 +01:00
qproperty-color: palette(light);
}
2017-11-23 15:25:58 +01:00
UserInfoWidget,
UserInfoWidget > * {
background-color: palette(window);
}
2017-11-25 14:14:37 +01:00
emoji--Category,
emoji--Category > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
emoji--Panel,
emoji--Panel > * {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
QTextEdit,
QLineEdit {
background-color: palette(window);
}
2017-12-05 13:13:26 +01:00
ScrollBar {
qproperty-handleColor: palette(text);
qproperty-backgroundColor: palette(window);
}
2017-12-10 22:59:50 +01:00
FloatingButton {
qproperty-backgroundColor: palette(window);
qproperty-foregroundColor: palette(text);
}
2017-12-10 22:59:50 +01:00
QListWidget {
background-color: palette(window);
color: palette(text);
}