nheko/resources/styles/nheko-dark.qss

171 lines
2.9 KiB
Plaintext
Raw Normal View History

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