nheko/resources/styles/system.qss

120 lines
2.4 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);
}
2018-01-15 20:04:49 +01:00
#sideBar {
border: none;
border-right: 1px solid palette(text);
border-left: 1px solid palette(text);
2018-01-15 20:04:49 +01:00
}
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);
2017-12-19 21:36:12 +01:00
qproperty-btnColor: palette(light);
qproperty-btnTextColor: palette(text);
2018-03-18 22:38:04 +01:00
qproperty-timestampColor: palette(text);
qproperty-highlightedTimestampColor: palette(light);
}
2018-01-09 14:07:32 +01:00
CommunitiesListItem {
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(mid);
qproperty-backgroundColor: palette(window);
}
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);
}