2018-05-25 09:30:42 +03:00
|
|
|
TextLabel,
|
2017-11-25 19:19:58 +03:00
|
|
|
QLabel {
|
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2019-01-18 20:17:25 +03:00
|
|
|
TimelineItem {
|
|
|
|
qproperty-backgroundColor: #202228;
|
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
#chatPage,
|
|
|
|
#chatPage > * {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-01-15 22:04:49 +03:00
|
|
|
#sideBar {
|
|
|
|
border: none;
|
2018-03-19 00:38:04 +03:00
|
|
|
border-right: 1px solid #202228;
|
|
|
|
border-left: 1px solid #202228;
|
2018-01-15 22:04:49 +03:00
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
TimelineView,
|
|
|
|
TimelineView > * {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #202228;
|
2018-07-25 18:48:11 +03:00
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
2019-08-30 01:01:20 +03:00
|
|
|
UserMentionsWidget,
|
|
|
|
UserMentionsWidget > * {
|
|
|
|
background-color: #202228;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
UserMentionsWidget > TimelineItem {
|
|
|
|
qproperty-backgroundColor: #202228;
|
|
|
|
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2018-07-25 18:48:11 +03:00
|
|
|
#scroll_widget {
|
|
|
|
background-color: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-03-22 10:16:17 +03:00
|
|
|
QuickSwitcher {
|
|
|
|
background-color: #202228;
|
|
|
|
}
|
|
|
|
|
2018-07-07 13:39:53 +03:00
|
|
|
InfoMessage {
|
2018-04-25 15:37:43 +03:00
|
|
|
qproperty-textColor: #caccd1;
|
|
|
|
qproperty-boxColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2018-04-24 16:03:50 +03:00
|
|
|
SuggestionsPopup {
|
|
|
|
background-color: #202228;
|
|
|
|
}
|
|
|
|
|
2019-06-12 06:36:46 +03:00
|
|
|
ReplyPopup {
|
|
|
|
background-color: #202228;
|
|
|
|
}
|
|
|
|
|
2018-03-25 00:16:15 +03:00
|
|
|
PopupItem {
|
|
|
|
background-color: #202228;
|
|
|
|
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2017-11-25 23:20:34 +03:00
|
|
|
RoomList,
|
|
|
|
RoomList > * {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #2d3139;
|
2018-07-25 18:59:33 +03:00
|
|
|
border: none;
|
2017-11-25 23:20:34 +03:00
|
|
|
}
|
|
|
|
|
2018-08-08 12:51:40 +03:00
|
|
|
TypingDisplay {
|
|
|
|
qproperty-textColor: #caccd1;
|
2018-08-10 10:58:46 +03:00
|
|
|
qproperty-backgroundColor: #202228;
|
2018-08-08 12:51:40 +03:00
|
|
|
}
|
|
|
|
|
2018-07-26 12:12:00 +03:00
|
|
|
#roomlist_area {
|
|
|
|
background-color: #2d3139;
|
|
|
|
}
|
|
|
|
|
2018-01-09 16:07:32 +03:00
|
|
|
CommunitiesList,
|
|
|
|
CommunitiesList > * {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #2d3139;
|
2018-01-09 16:07:32 +03:00
|
|
|
}
|
2018-03-19 00:38:04 +03:00
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
FlatButton {
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-foregroundColor: #727274;
|
2017-11-25 19:19:58 +03:00
|
|
|
qproperty-backgroundColor: #333;
|
2018-07-26 12:24:35 +03:00
|
|
|
qproperty-disabledForegroundColor: #222;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2017-11-28 03:01:37 +03:00
|
|
|
FileItem {
|
|
|
|
qproperty-textColor: #caccd1;
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-11-28 03:01:37 +03:00
|
|
|
qproperty-iconColor: #caccd1;
|
|
|
|
}
|
|
|
|
|
2017-12-01 18:33:49 +03:00
|
|
|
AudioItem {
|
|
|
|
qproperty-textColor: #caccd1;
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-12-01 18:33:49 +03:00
|
|
|
qproperty-iconColor: #caccd1;
|
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
RaisedButton {
|
|
|
|
qproperty-foregroundColor: #caccd1;
|
|
|
|
qproperty-backgroundColor: #333;
|
|
|
|
}
|
|
|
|
|
|
|
|
RoomInfoListItem {
|
2019-01-25 05:43:54 +03:00
|
|
|
qproperty-mentionedColor: #a82353;
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
2018-07-26 12:20:10 +03:00
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-11-25 19:19:58 +03:00
|
|
|
|
2017-12-21 14:41:05 +03:00
|
|
|
qproperty-titleColor: #e4e5e8;
|
2017-11-25 19:19:58 +03:00
|
|
|
qproperty-subtitleColor: #caccd1;
|
2019-07-17 05:36:55 +03:00
|
|
|
|
|
|
|
qproperty-hoverTitleColor: #f4f5f8;
|
|
|
|
qproperty-hoverSubtitleColor: white;
|
|
|
|
|
|
|
|
qproperty-highlightedTitleColor: #f4f4f5;
|
|
|
|
qproperty-highlightedSubtitleColor: #e4e5e8;
|
|
|
|
|
|
|
|
qproperty-btnColor: #414A59;
|
|
|
|
qproperty-btnTextColor: white;
|
|
|
|
|
|
|
|
qproperty-timestampColor: #727274;
|
|
|
|
qproperty-highlightedTimestampColor: #e7e7e9;
|
|
|
|
qproperty-hoverTimestampColor: #f4f5f8;
|
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228;
|
|
|
|
qproperty-avatarFgColor: white;
|
|
|
|
|
|
|
|
qproperty-bubbleFgColor: white;
|
|
|
|
qproperty-bubbleBgColor: #4d84c7;
|
|
|
|
}
|
|
|
|
|
|
|
|
UserMentionsWidget {
|
|
|
|
qproperty-mentionedColor: #a82353;
|
|
|
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
|
|
|
qproperty-backgroundColor: #2d3139;
|
|
|
|
|
|
|
|
qproperty-titleColor: #e4e5e8;
|
|
|
|
qproperty-subtitleColor: #caccd1;
|
2017-11-25 19:19:58 +03:00
|
|
|
|
2019-01-13 01:03:25 +03:00
|
|
|
qproperty-hoverTitleColor: #f4f5f8;
|
|
|
|
qproperty-hoverSubtitleColor: white;
|
|
|
|
|
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;
|
2018-03-19 00:38:04 +03:00
|
|
|
|
|
|
|
qproperty-timestampColor: #727274;
|
|
|
|
qproperty-highlightedTimestampColor: #e7e7e9;
|
2019-01-13 01:03:25 +03:00
|
|
|
qproperty-hoverTimestampColor: #f4f5f8;
|
2018-03-19 00:38:04 +03:00
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228;
|
|
|
|
qproperty-avatarFgColor: white;
|
2018-03-19 21:26:14 +03:00
|
|
|
|
|
|
|
qproperty-bubbleFgColor: white;
|
|
|
|
qproperty-bubbleBgColor: #4d84c7;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-01-09 16:07:32 +03:00
|
|
|
CommunitiesListItem {
|
2018-04-28 15:27:12 +03:00
|
|
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
2018-07-26 12:20:10 +03:00
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2018-04-28 15:27:12 +03:00
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228;
|
|
|
|
qproperty-avatarFgColor: white;
|
2018-01-09 16:07:32 +03:00
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
LoadingIndicator {
|
|
|
|
qproperty-color: #caccd1;
|
|
|
|
}
|
|
|
|
|
|
|
|
UserInfoWidget, UserInfoWidget > * {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #2d3139;
|
2017-11-25 19:19:58 +03:00
|
|
|
color: #b0b3ba;
|
|
|
|
}
|
|
|
|
|
2018-01-15 22:04:49 +03:00
|
|
|
UserInfoWidget {
|
|
|
|
border: none;
|
2018-09-19 22:42:26 +03:00
|
|
|
border-bottom: 1px solid #202228;
|
2018-01-15 22:04:49 +03:00
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
UserSettingsPage {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2018-05-09 01:00:10 +03:00
|
|
|
#UserSettingScrollWidget {
|
|
|
|
background-color: #202228;
|
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
Avatar {
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-textColor: white;
|
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
#displayNameLabel {
|
|
|
|
color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
|
|
|
#userIdLabel {
|
|
|
|
color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2017-11-30 21:02:46 +03:00
|
|
|
dialogs--Logout,
|
2018-03-12 23:23:26 +03:00
|
|
|
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-01-10 10:52:59 +03:00
|
|
|
dialogs--JoinRoom,
|
2018-05-01 19:35:28 +03:00
|
|
|
dialogs--MemberList,
|
2018-03-19 00:38:04 +03:00
|
|
|
dialogs--PreviewUploadOverlay,
|
2018-07-20 12:02:35 +03:00
|
|
|
dialogs--UserProfile,
|
2018-03-19 00:38:04 +03:00
|
|
|
dialogs--CreateRoom > QLineEdit,
|
|
|
|
dialogs--InviteUsers > QLineEdit,
|
2018-05-16 20:40:42 +03:00
|
|
|
EditModal,
|
2018-03-19 00:38:04 +03:00
|
|
|
dialogs--JoinRoom > QLineEdit {
|
|
|
|
background-color: #202228;
|
2017-12-11 00:59:50 +03:00
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2018-04-30 21:41:47 +03:00
|
|
|
TopSection {
|
|
|
|
qproperty-textColor: #caccd1;
|
|
|
|
}
|
|
|
|
|
2018-01-10 10:52:59 +03:00
|
|
|
QListWidget,
|
2017-11-25 19:19:58 +03:00
|
|
|
WelcomePage,
|
|
|
|
LoginPage,
|
|
|
|
RegisterPage {
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2019-01-26 21:17:08 +03:00
|
|
|
emoji--Panel,
|
|
|
|
emoji--Panel > * {
|
|
|
|
background-color: #202228;
|
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2019-07-25 12:40:18 +03:00
|
|
|
emoji--Category {
|
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
|
|
|
}
|
|
|
|
|
2019-01-26 21:17:08 +03:00
|
|
|
emoji--Category,
|
|
|
|
emoji--Category > * {
|
|
|
|
background-color: #2d3139;
|
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2017-11-25 19:19:58 +03:00
|
|
|
FloatingButton {
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
|
|
|
qproperty-foregroundColor: white;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
TextField {
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-backgroundColor: #202228;
|
2017-11-25 19:19:58 +03:00
|
|
|
qproperty-inkColor: #caccd1;
|
2017-12-10 16:22:01 +03:00
|
|
|
qproperty-labelColor: #caccd1;
|
2017-11-25 19:19:58 +03:00
|
|
|
}
|
|
|
|
|
2017-12-05 15:13:26 +03:00
|
|
|
ScrollBar {
|
2018-03-19 21:26:14 +03:00
|
|
|
qproperty-handleColor: #2d3139;
|
2018-03-19 00:38:04 +03:00
|
|
|
qproperty-backgroundColor: #202228;
|
2017-12-05 15:13:26 +03:00
|
|
|
}
|
2018-01-15 22:04:49 +03:00
|
|
|
|
|
|
|
SideBarActions {
|
|
|
|
border: none;
|
2018-09-19 22:42:26 +03:00
|
|
|
border-top: 1px solid #202228;
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #2d3139;
|
2018-01-15 22:04:49 +03:00
|
|
|
}
|
|
|
|
|
|
|
|
TopRoomBar {
|
|
|
|
border: none;
|
2018-09-19 22:42:26 +03:00
|
|
|
border-bottom: 1px solid #202228;
|
2018-03-19 00:38:04 +03:00
|
|
|
background-color: #2d3139;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit {
|
|
|
|
background-color: #202228;
|
|
|
|
color: #caccd1;
|
2018-01-15 22:04:49 +03:00
|
|
|
}
|
2018-03-18 18:08:13 +03:00
|
|
|
|
2018-09-19 22:42:26 +03:00
|
|
|
TextInputWidget {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #2d3139;
|
|
|
|
}
|
|
|
|
|
2018-03-19 00:38:04 +03:00
|
|
|
TextInputWidget,
|
|
|
|
TextInputWidget > QTextEdit,
|
|
|
|
TextInputWidget > QLineEdit {
|
|
|
|
background-color: #2d3139;
|
|
|
|
color: #caccd1;
|
2018-03-18 18:08:13 +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: #caccd1;
|
|
|
|
qproperty-bgColor: #202228;
|
|
|
|
}
|