matrixion/resources/styles/nheko.qss

266 lines
4.5 KiB
Text
Raw Normal View History

TextLabel,
QLabel {
2017-11-23 17:25:58 +03:00
color: #333;
}
TimelineItem {
qproperty-backgroundColor: white;
}
2017-11-23 17:25:58 +03:00
#chatPage,
2017-11-25 23:20:34 +03:00
#chatPage > * {
background-color: white;
2017-11-23 17:25:58 +03:00
}
2018-01-15 22:04:49 +03:00
#sideBar {
border: none;
border-right: 1px solid #dee1f3;
border-left: 1px solid #dee1f3;
2018-01-15 22:04:49 +03:00
}
2017-11-23 17:25:58 +03:00
TimelineView,
TimelineView > * {
2017-11-25 23:20:34 +03:00
background-color: white;
2018-07-25 18:48:11 +03:00
border: none;
}
2019-08-30 01:01:20 +03:00
UserMentionsWidget,
UserMentionsWidget > * {
background-color: white;
border: none;
}
UserMentionsWidget > TimelineItem {
qproperty-backgroundColor: white;
qproperty-hoverColor: rgba(192, 193, 195, 120);
}
2018-07-25 18:48:11 +03:00
#scroll_widget {
background-color: white;
2017-11-23 17:25:58 +03:00
}
QuickSwitcher {
background-color: white;
}
InfoMessage {
2018-04-25 15:37:43 +03:00
qproperty-textColor: #333;
qproperty-boxColor: rgba(220, 220, 220, 120);
}
TypingDisplay {
qproperty-textColor: #333;
2018-08-10 10:58:46 +03:00
qproperty-backgroundColor: white;
}
SuggestionsPopup {
background-color: white;
}
ReplyPopup {
background-color: white;
}
PopupItem {
background-color: white;
qproperty-hoverColor: rgba(192, 193, 195, 120);
}
2017-11-25 23:20:34 +03:00
RoomList,
RoomList > * {
background-color: #2e3649;
border: none;
2017-11-23 17:25:58 +03:00
}
#roomlist_area {
background-color: #2e3649;
}
2018-01-09 16:07:32 +03:00
CommunitiesList,
CommunitiesList > * {
background-color: #2e3649;
2018-01-09 16:07:32 +03:00
}
2017-11-25 23:20:34 +03:00
FlatButton {
qproperty-foregroundColor: #495057;
2017-11-25 23:20:34 +03:00
}
FileItem {
qproperty-textColor: #333;
qproperty-backgroundColor: #f2f2f2;
qproperty-iconColor: white;
}
2017-12-01 18:33:49 +03:00
AudioItem {
qproperty-textColor: #333;
qproperty-backgroundColor: #f2f2f2;
qproperty-iconColor: white;
}
2017-11-25 23:20:34 +03:00
RaisedButton {
qproperty-foregroundColor: white;
2017-11-23 17:25:58 +03:00
}
2017-11-23 17:25:58 +03:00
RoomInfoListItem {
qproperty-mentionedColor: #a82353;
2017-11-23 17:25:58 +03:00
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70);
qproperty-hoverTitleColor: #f2f5f8;
qproperty-hoverSubtitleColor: white;
qproperty-backgroundColor: #f2f5f8;
2017-11-23 17:25:58 +03:00
qproperty-titleColor: #333;
qproperty-subtitleColor: #5d6565;
2017-11-23 17:25:58 +03:00
qproperty-highlightedTitleColor: white;
2017-12-21 14:41:05 +03:00
qproperty-highlightedSubtitleColor: #f4f4f5;
2017-12-19 23:36:12 +03:00
qproperty-btnColor: #ccc;
qproperty-btnTextColor: #333;
2018-03-19 00:38:04 +03:00
qproperty-timestampColor: #707070;
qproperty-highlightedTimestampColor: #f4f4f5;
qproperty-hoverTimestampColor: white;
2018-03-19 00:38:04 +03:00
qproperty-avatarBgColor: #eee;
qproperty-avatarFgColor: black;
2018-03-20 22:23:01 +03:00
qproperty-bubbleFgColor: white;
qproperty-bubbleBgColor: #38A3D8;
}
2018-01-09 16:07:32 +03:00
CommunitiesListItem {
qproperty-highlightedBackgroundColor: #38A3D8;
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70);
qproperty-backgroundColor: #f2f5f8;
qproperty-avatarBgColor: #eee;
qproperty-avatarFgColor: black;
2018-01-09 16:07:32 +03:00
}
#ChatPageLoadSpinner {
2017-11-23 17:25:58 +03:00
qproperty-color: #acc7dc;
}
#FileUploadSpinner {
2017-11-23 17:25:58 +03:00
qproperty-color: #333;
}
UserInfoWidget, UserInfoWidget > * {
2017-11-23 17:25:58 +03:00
background-color: #d6dde3;
color: #ebebeb;
}
2018-01-15 22:04:49 +03:00
UserInfoWidget {
border: none;
border-bottom: 2px solid #ccc;
2018-01-15 22:04:49 +03:00
}
UserSettingsPage {
background-color: white;
}
2018-05-09 01:00:10 +03:00
#UserSettingScrollWidget {
background-color: white;
}
Avatar {
2017-11-23 17:25:58 +03:00
qproperty-textColor: black;
qproperty-backgroundColor: #eee;
}
#displayNameLabel {
2017-11-23 17:25:58 +03:00
color: #171919;
}
#userIdLabel {
2017-11-23 17:25:58 +03:00
color: #555459;
}
dialogs--Logout,
dialogs--ReCaptcha,
2017-12-10 16:22:01 +03:00
dialogs--LeaveRoom,
2017-12-12 00:00:37 +03:00
dialogs--CreateRoom,
2018-04-30 21:41:47 +03:00
dialogs--RoomSettings,
2017-12-11 00:59:50 +03:00
dialogs--InviteUsers,
2018-01-03 19:05:49 +03:00
dialogs--ReadReceipts,
2018-05-01 19:35:28 +03:00
dialogs--MemberList,
dialogs--JoinRoom,
dialogs--PreviewUploadOverlay,
2018-07-20 12:02:35 +03:00
dialogs--UserProfile,
EditModal,
2017-12-11 00:59:50 +03:00
QListWidget {
background-color: white;
2018-07-20 12:02:35 +03:00
color: #495057;
2017-12-11 00:59:50 +03:00
}
2018-04-30 21:41:47 +03:00
TopSection {
qproperty-textColor: #333;
}
WelcomePage,
LoginPage,
RegisterPage {
background-color: white;
color: #333;
}
2017-11-22 22:03:53 +03:00
emoji--Panel,
emoji--Panel > * {
background-color: #eee;
color: #333;
}
emoji--Category {
qproperty-hoverBackgroundColor: rgba(200, 200, 200, 70);
}
emoji--Category,
emoji--Category > * {
background-color: white;
color: #ccc;
}
2017-11-23 17:20:43 +03:00
FloatingButton {
qproperty-backgroundColor: #efefef;
qproperty-foregroundColor: black;
}
2017-12-05 15:13:26 +03:00
2017-12-10 16:22:01 +03:00
TextField {
qproperty-backgroundColor: white;
qproperty-inkColor: #333;
qproperty-labelColor: #333;
}
2018-03-18 18:08:13 +03:00
TextInputWidget {
2018-09-19 22:42:26 +03:00
border: none;
border-top: 1px solid #dcdcdc;
2018-03-18 18:08:13 +03:00
}
2017-12-05 15:13:26 +03:00
ScrollBar {
qproperty-handleColor: #ccc;
qproperty-backgroundColor: #efefef;
}
2018-01-15 22:04:49 +03:00
SideBarActions {
border: none;
2018-09-19 22:42:26 +03:00
border-top: 1px solid #dcdcdc;
2018-01-15 22:04:49 +03:00
}
TopRoomBar {
border: none;
2018-09-19 22:42:26 +03:00
border-bottom: 1px solid #dcdcdc;
2018-01-15 22:04:49 +03:00
}
2018-05-09 01:00:10 +03:00
Toggle {
qproperty-activeColor: #38a3d8;
qproperty-disabledColor: gray;
qproperty-inactiveColor: gray;
qproperty-trackColor: rgb(240, 240, 240);
}
2018-07-25 23:07:56 +03:00
SnackBar {
qproperty-textColor: white;
qproperty-bgColor: #495057;
}