nheko/resources/styles/system.qss

108 lines
2.4 KiB
Plaintext
Raw Normal View History

TypingDisplay {
qproperty-textColor: palette(text);
2018-08-10 09:58:46 +02:00
qproperty-backgroundColor: palette(window);
}
InfoMessage {
2018-04-25 14:37:43 +02:00
qproperty-textColor: palette(text);
2018-09-16 22:04:00 +02:00
qproperty-boxColor: palette(base);
}
PopupItem {
2018-09-16 22:04:00 +02:00
qproperty-hoverColor: palette(base);
}
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(buttonText);
2017-11-25 14:14:37 +01:00
}
TextField {
qproperty-backgroundColor: palette(window);
}
2018-09-16 22:04:00 +02:00
QTextEdit,
ReceiptItem,
MemberItem,
QLineEdit,
QListWidget {
2017-11-25 14:14:37 +01:00
background-color: palette(window);
}
RoomInfoListItem {
2017-11-23 15:25:58 +01:00
qproperty-highlightedBackgroundColor: palette(highlight);
2018-09-16 22:04:00 +02:00
qproperty-hoverBackgroundColor: palette(base);
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);
2018-09-16 22:04:00 +02:00
qproperty-highlightedTitleColor: palette(highlightedText);
qproperty-highlightedSubtitleColor: palette(highlightedText);
2017-12-19 21:36:12 +01:00
2018-09-16 22:04:00 +02:00
qproperty-btnColor: palette(button);
qproperty-btnTextColor: palette(buttonText);
2018-03-18 22:38:04 +01:00
qproperty-timestampColor: palette(text);
2018-09-16 22:04:00 +02:00
qproperty-highlightedTimestampColor: palette(highlightedText);
2018-09-16 22:04:00 +02:00
qproperty-avatarBgColor: palette(base);
qproperty-avatarFgColor: palette(text);
2018-09-16 22:04:00 +02:00
qproperty-bubbleBgColor: palette(base);
qproperty-bubbleFgColor: palette(text);
}
2018-01-09 14:07:32 +01:00
CommunitiesListItem {
qproperty-highlightedBackgroundColor: palette(highlight);
2018-09-16 22:04:00 +02:00
qproperty-hoverBackgroundColor: palette(base);
2018-01-09 14:07:32 +01:00
qproperty-backgroundColor: palette(window);
2018-09-16 22:04:00 +02:00
qproperty-avatarBgColor: palette(base);
qproperty-avatarFgColor: palette(text);
2018-01-09 14:07:32 +01:00
}
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);
}
FloatingButton {
2018-09-16 22:04:00 +02:00
qproperty-backgroundColor: palette(base);
qproperty-foregroundColor: palette(text);
}
2018-07-25 22:07:56 +02:00
SnackBar {
qproperty-textColor: palette(text);
qproperty-bgColor: palette(base);
}
2018-09-16 22:04:00 +02:00
MemberItem {
background-color: palette(window);
}
Toggle {
qproperty-activeColor: palette(highlight);
qproperty-disabledColor: palette(dark);
qproperty-inactiveColor: palette(midLight);
qproperty-trackColor: palette(base);
}