nheko/resources/styles/nheko.qss

106 lines
1.6 KiB
Plaintext
Raw Normal View History

QLabel {
2017-11-23 15:25:58 +01:00
color: #333;
}
2017-11-23 15:25:58 +01:00
#chatPage,
#chatPage > * {
background-color: white;
}
2017-11-23 15:25:58 +01:00
TimelineView,
TimelineView > * {
background-color: white;
}
2017-11-23 15:25:58 +01:00
FlatButton {
qproperty-foregroundColor: #333;
}
2017-11-23 15:25:58 +01:00
RaisedButton {
qproperty-foregroundColor: white;
}
2017-11-23 15:25:58 +01:00
RoomInfoListItem {
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
qproperty-backgroundColor: white;
2017-11-23 15:25:58 +01:00
qproperty-titleColor: #333;
qproperty-subtitleColor: #5d6565;
2017-11-23 15:25:58 +01:00
qproperty-highlightedTitleColor: white;
qproperty-highlightedSubtitleColor: white;
}
#ChatPageLoadSpinner {
2017-11-23 15:25:58 +01:00
qproperty-color: #acc7dc;
}
#FileUploadSpinner {
2017-11-23 15:25:58 +01:00
qproperty-color: #333;
}
UserInfoWidget, UserInfoWidget > * {
2017-11-23 15:25:58 +01:00
background-color: #d6dde3;
color: #ebebeb;
}
UserSettingsPage {
background-color: white;
}
Avatar {
2017-11-23 15:25:58 +01:00
qproperty-textColor: black;
qproperty-backgroundColor: #eee;
}
#displayNameLabel {
2017-11-23 15:25:58 +01:00
color: #171919;
}
#userIdLabel {
2017-11-23 15:25:58 +01:00
color: #555459;
}
LogoutDialog {
background-color: white;
color: #333;
}
LeaveRoomDialog {
background-color: white;
color: #333;
}
WelcomePage {
background-color: white;
color: #333;
}
LoginPage {
background-color: white;
color: #333;
}
RegisterPage {
background-color: white;
color: #333;
}
2017-11-22 20:03:53 +01:00
EmojiPanel,
EmojiPanel > * {
background-color: white;
color: #333;
}
EmojiCategory,
EmojiCategory > * {
background-color: white;
color: #ccc;
}
2017-11-23 15:20:43 +01:00
FloatingButton {
qproperty-backgroundColor: #efefef;
qproperty-foregroundColor: black;
}