matrixion/resources/styles/nheko-dark.qss

145 lines
2.5 KiB
Text
Raw Normal View History

2017-11-25 19:19:58 +03:00
QLabel {
color: #caccd1;
}
#chatPage,
#chatPage > * {
background-color: #383c4a;
}
TimelineView,
TimelineView > * {
background-color: #383c4a;
}
2017-11-25 23:20:34 +03:00
RoomList,
RoomList > * {
background-color: #383c4a;
}
2018-01-09 16:07:32 +03:00
CommunitiesList,
CommunitiesList > * {
background-color: #383c4a;
}
2017-11-25 19:19:58 +03:00
FlatButton {
qproperty-foregroundColor: #caccd1;
qproperty-backgroundColor: #333;
}
FileItem {
qproperty-textColor: #caccd1;
qproperty-backgroundColor: #414A59;
qproperty-iconColor: #caccd1;
}
2017-12-01 18:33:49 +03:00
AudioItem {
qproperty-textColor: #caccd1;
qproperty-backgroundColor: #414A59;
qproperty-iconColor: #caccd1;
}
2017-11-25 19:19:58 +03:00
RaisedButton {
qproperty-foregroundColor: #caccd1;
qproperty-backgroundColor: #333;
}
RoomInfoListItem {
qproperty-highlightedBackgroundColor: #5294e2;
qproperty-hoverBackgroundColor: #39679e;
qproperty-backgroundColor: #383c4a;
2017-12-21 14:41:05 +03:00
qproperty-titleColor: #e4e5e8;
2017-11-25 19:19:58 +03:00
qproperty-subtitleColor: #caccd1;
2017-12-21 14:41:05 +03:00
qproperty-highlightedTitleColor: #f4f4f5;
2017-11-25 19:19:58 +03:00
qproperty-highlightedSubtitleColor: #e4e5e8;
2017-12-19 23:36:12 +03:00
qproperty-btnColor: #414A59;
qproperty-btnTextColor: white;
2017-11-25 19:19:58 +03:00
}
2018-01-09 16:07:32 +03:00
CommunitiesListItem {
qproperty-highlightedBackgroundColor: #5294e2;
qproperty-hoverBackgroundColor: #39679e;
qproperty-backgroundColor: #383c4a;
}
2017-11-25 19:19:58 +03:00
LoadingIndicator {
qproperty-color: #caccd1;
}
UserInfoWidget, UserInfoWidget > * {
background-color: #383c4a;
color: #b0b3ba;
}
UserSettingsPage {
background-color: #383c4a;
}
Avatar {
qproperty-textColor: black;
qproperty-backgroundColor: #b0b3ba;
}
#displayNameLabel {
color: #f2f2f2;
}
#userIdLabel {
color: #f2f2f2;
}
dialogs--Logout,
2017-12-10 16:22:01 +03:00
dialogs--LeaveRoom,
2017-12-12 00:00:37 +03:00
dialogs--CreateRoom,
2017-12-11 00:59:50 +03:00
dialogs--InviteUsers,
2018-01-03 19:05:49 +03:00
dialogs--ReadReceipts,
dialogs--JoinRoom,
dialogs--PreviewImageOverlay {
2017-12-11 00:59:50 +03:00
background-color: #383c4a;
color: #caccd1;
}
QListWidget,
2017-11-25 19:19:58 +03:00
WelcomePage,
LoginPage,
RegisterPage {
background-color: #383c4a;
color: #caccd1;
}
emoji--Panel,
emoji--Panel > * {
background-color: #313440;
2017-11-25 19:19:58 +03:00
color: #caccd1;
}
emoji--Category,
emoji--Category > * {
2017-11-25 19:19:58 +03:00
background-color: #383c4a;
color: #caccd1;
}
FloatingButton {
qproperty-backgroundColor: #efefef;
qproperty-foregroundColor: black;
}
TextField {
qproperty-backgroundColor: #383c4e;
qproperty-inkColor: #caccd1;
2017-12-10 16:22:01 +03:00
qproperty-labelColor: #caccd1;
2017-11-25 19:19:58 +03:00
}
QLineEdit,
QTextEdit {
background-color: #383c4a;
color: #caccd1;
}
2017-12-05 15:13:26 +03:00
ScrollBar {
qproperty-handleColor: #caccd1;
qproperty-backgroundColor: #383c4e;
}