2018-05-25 08:30:42 +02:00
|
|
|
TextLabel,
|
2017-11-25 17:19:58 +01:00
|
|
|
QLabel {
|
|
|
|
color: #caccd1;
|
|
|
|
}
|
|
|
|
|
2020-02-27 00:34:58 +01:00
|
|
|
TextLabel::a {
|
|
|
|
color: #38a3d8;
|
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
QuickSwitcher,
|
|
|
|
ReplyPopup,
|
|
|
|
SuggestionsPopup,
|
|
|
|
UserSettingsPage,
|
|
|
|
#scroll_widget,
|
|
|
|
#UserSettingScrollWidget {
|
|
|
|
background-color: #202228;
|
2019-01-18 18:17:25 +01:00
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
#chatPage,
|
2020-02-21 03:16:13 +01:00
|
|
|
#chatPage > *,
|
|
|
|
CommunitiesList,
|
|
|
|
CommunitiesList > *,
|
|
|
|
RoomList,
|
|
|
|
RoomList > *,
|
|
|
|
TimelineView,
|
|
|
|
TimelineView > *,
|
|
|
|
UserMentionsWidget,
|
|
|
|
UserMentionsWidget > * {
|
|
|
|
background-color: #2d3139;
|
|
|
|
border: none;
|
|
|
|
}
|
|
|
|
|
|
|
|
QLineEdit,
|
|
|
|
QListWidget,
|
|
|
|
WelcomePage,
|
|
|
|
LoginPage,
|
|
|
|
RegisterPage,
|
|
|
|
EditModal,
|
|
|
|
emoji--Panel,
|
|
|
|
emoji--Panel > *,
|
|
|
|
dialogs--Logout,
|
|
|
|
dialogs--ReCaptcha,
|
|
|
|
dialogs--LeaveRoom,
|
|
|
|
dialogs--CreateRoom,
|
|
|
|
dialogs--RoomSettings,
|
|
|
|
dialogs--InviteUsers,
|
|
|
|
dialogs--ReadReceipts,
|
|
|
|
dialogs--JoinRoom,
|
|
|
|
dialogs--MemberList,
|
|
|
|
dialogs--PreviewUploadOverlay,
|
|
|
|
dialogs--UserProfile,
|
|
|
|
dialogs--CreateRoom > QLineEdit,
|
|
|
|
dialogs--InviteUsers > QLineEdit,
|
|
|
|
dialogs--JoinRoom > QLineEdit {
|
2018-03-18 22:38:04 +01:00
|
|
|
background-color: #202228;
|
2020-02-21 03:16:13 +01:00
|
|
|
color: #caccd1;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
2020-02-21 20:16:53 +01:00
|
|
|
emoji--Panel QWidget { border: none; }
|
|
|
|
emoji--Panel QScrollBar:vertical { width: 0px; margin: 0px; }
|
|
|
|
emoji--Panel QScrollBar::handle:vertical { min-height: 30px; }
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
emoji--Category,
|
|
|
|
emoji--Category > * {
|
|
|
|
background-color: #2d3139;
|
2020-02-21 20:16:53 +01:00
|
|
|
color: #727274;
|
|
|
|
}
|
2020-02-21 03:16:13 +01:00
|
|
|
|
2020-02-21 20:16:53 +01:00
|
|
|
emoji--Category QLabel {
|
|
|
|
margin: 20px 0 20px 8px;
|
2018-01-15 20:04:49 +01:00
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
TimelineItem {
|
|
|
|
qproperty-backgroundColor: #202228;
|
2018-07-25 17:48:11 +02:00
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
#sideBar {
|
2019-08-30 00:01:20 +02:00
|
|
|
border: none;
|
2020-02-21 03:16:13 +01:00
|
|
|
border-right: 1px solid #202228;
|
|
|
|
border-left: 1px solid #202228;
|
2019-08-30 00:01:20 +02:00
|
|
|
}
|
|
|
|
|
|
|
|
UserMentionsWidget > TimelineItem {
|
|
|
|
qproperty-backgroundColor: #202228;
|
|
|
|
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2018-07-07 12:39:53 +02:00
|
|
|
InfoMessage {
|
2018-04-25 14:37:43 +02:00
|
|
|
qproperty-textColor: #caccd1;
|
|
|
|
qproperty-boxColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2018-03-24 22:16:15 +01:00
|
|
|
PopupItem {
|
|
|
|
background-color: #202228;
|
|
|
|
qproperty-hoverColor: rgba(45, 49, 57, 120);
|
|
|
|
}
|
|
|
|
|
2018-08-08 11:51:40 +02:00
|
|
|
TypingDisplay {
|
|
|
|
qproperty-textColor: #caccd1;
|
2018-08-10 09:58:46 +02:00
|
|
|
qproperty-backgroundColor: #202228;
|
2018-08-08 11:51:40 +02:00
|
|
|
}
|
|
|
|
|
2018-07-26 11:12:00 +02:00
|
|
|
#roomlist_area {
|
|
|
|
background-color: #2d3139;
|
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
FlatButton {
|
2018-03-19 19:26:14 +01:00
|
|
|
qproperty-foregroundColor: #727274;
|
2017-11-25 17:19:58 +01:00
|
|
|
qproperty-backgroundColor: #333;
|
2018-07-26 11:24:35 +02:00
|
|
|
qproperty-disabledForegroundColor: #222;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
AudioItem,
|
2017-11-28 01:01:37 +01:00
|
|
|
FileItem {
|
|
|
|
qproperty-textColor: #caccd1;
|
2018-03-19 19:26:14 +01:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-11-28 01:01:37 +01:00
|
|
|
qproperty-iconColor: #caccd1;
|
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
RaisedButton {
|
|
|
|
qproperty-foregroundColor: #caccd1;
|
|
|
|
qproperty-backgroundColor: #333;
|
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
RoomInfoListItem,
|
2019-07-17 04:36:55 +02:00
|
|
|
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 17:19:58 +01:00
|
|
|
|
2019-01-12 23:03:25 +01:00
|
|
|
qproperty-hoverTitleColor: #f4f5f8;
|
|
|
|
qproperty-hoverSubtitleColor: white;
|
|
|
|
|
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;
|
2018-03-18 22:38:04 +01:00
|
|
|
|
|
|
|
qproperty-timestampColor: #727274;
|
|
|
|
qproperty-highlightedTimestampColor: #e7e7e9;
|
2019-01-12 23:03:25 +01:00
|
|
|
qproperty-hoverTimestampColor: #f4f5f8;
|
2018-03-18 22:38:04 +01:00
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228;
|
|
|
|
qproperty-avatarFgColor: white;
|
2018-03-19 19:26:14 +01:00
|
|
|
|
|
|
|
qproperty-bubbleFgColor: white;
|
|
|
|
qproperty-bubbleBgColor: #4d84c7;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
2018-01-09 14:07:32 +01:00
|
|
|
CommunitiesListItem {
|
2018-04-28 14:27:12 +02:00
|
|
|
qproperty-highlightedBackgroundColor: #4d84c7;
|
2018-07-26 11:20:10 +02:00
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
2018-03-18 22:38:04 +01:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
2018-04-28 14:27:12 +02:00
|
|
|
|
|
|
|
qproperty-avatarBgColor: #202228;
|
|
|
|
qproperty-avatarFgColor: white;
|
2018-01-09 14:07:32 +01:00
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
LoadingIndicator {
|
|
|
|
qproperty-color: #caccd1;
|
|
|
|
}
|
|
|
|
|
|
|
|
UserInfoWidget, UserInfoWidget > * {
|
2018-03-18 22:38:04 +01:00
|
|
|
background-color: #2d3139;
|
2017-11-25 17:19:58 +01:00
|
|
|
color: #b0b3ba;
|
|
|
|
}
|
|
|
|
|
2018-01-15 20:04:49 +01:00
|
|
|
UserInfoWidget {
|
|
|
|
border: none;
|
2018-09-19 21:42:26 +02:00
|
|
|
border-bottom: 1px solid #202228;
|
2018-01-15 20:04:49 +01:00
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
#UserSettingScrollWidget > QComboBox {
|
|
|
|
color: #202228;
|
2018-05-09 00:00:10 +02:00
|
|
|
}
|
|
|
|
|
2020-02-20 20:51:07 +01:00
|
|
|
#UserSettingScrollWidget > QComboBox {
|
|
|
|
color: #202228;
|
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
Avatar {
|
2018-03-18 22:38:04 +01:00
|
|
|
qproperty-textColor: white;
|
|
|
|
qproperty-backgroundColor: #2d3139;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
#displayNameLabel,
|
2017-11-25 17:19:58 +01:00
|
|
|
#userIdLabel {
|
|
|
|
color: #f2f2f2;
|
|
|
|
}
|
|
|
|
|
2018-04-30 20:41:47 +02:00
|
|
|
TopSection {
|
|
|
|
qproperty-textColor: #caccd1;
|
|
|
|
}
|
|
|
|
|
2019-07-25 11:40:18 +02:00
|
|
|
emoji--Category {
|
|
|
|
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
|
|
|
|
}
|
|
|
|
|
2017-11-25 17:19:58 +01:00
|
|
|
FloatingButton {
|
2018-03-19 19:26:14 +01:00
|
|
|
qproperty-backgroundColor: #2d3139;
|
|
|
|
qproperty-foregroundColor: white;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
|
|
|
TextField {
|
2018-03-18 22:38:04 +01:00
|
|
|
qproperty-backgroundColor: #202228;
|
2017-11-25 17:19:58 +01:00
|
|
|
qproperty-inkColor: #caccd1;
|
2017-12-10 14:22:01 +01:00
|
|
|
qproperty-labelColor: #caccd1;
|
2017-11-25 17:19:58 +01:00
|
|
|
}
|
|
|
|
|
2017-12-05 13:13:26 +01:00
|
|
|
ScrollBar {
|
2018-03-19 19:26:14 +01:00
|
|
|
qproperty-handleColor: #2d3139;
|
2018-03-18 22:38:04 +01:00
|
|
|
qproperty-backgroundColor: #202228;
|
2017-12-05 13:13:26 +01:00
|
|
|
}
|
2018-01-15 20:04:49 +01:00
|
|
|
|
2020-02-21 03:16:13 +01:00
|
|
|
SideBarActions,
|
|
|
|
TopRoomBar
|
|
|
|
{
|
2018-01-15 20:04:49 +01:00
|
|
|
border: none;
|
2018-09-19 21:42:26 +02:00
|
|
|
border-top: 1px solid #202228;
|
2018-03-18 22:38:04 +01:00
|
|
|
background-color: #2d3139;
|
2018-01-15 20:04:49 +01:00
|
|
|
}
|
|
|
|
|
2018-09-19 21:42:26 +02:00
|
|
|
TextInputWidget {
|
|
|
|
border: none;
|
|
|
|
border-top: 1px solid #2d3139;
|
|
|
|
}
|
|
|
|
|
2018-03-18 22:38:04 +01:00
|
|
|
TextInputWidget,
|
|
|
|
TextInputWidget > QTextEdit,
|
|
|
|
TextInputWidget > QLineEdit {
|
|
|
|
background-color: #2d3139;
|
|
|
|
color: #caccd1;
|
2018-03-18 16:08:13 +01:00
|
|
|
}
|
2018-05-09 00:00:10 +02:00
|
|
|
|
|
|
|
Toggle {
|
|
|
|
qproperty-activeColor: #38a3d8;
|
|
|
|
qproperty-disabledColor: gray;
|
|
|
|
qproperty-inactiveColor: gray;
|
|
|
|
qproperty-trackColor: rgb(240, 240, 240);
|
|
|
|
}
|
2018-07-25 22:07:56 +02:00
|
|
|
|
|
|
|
SnackBar {
|
|
|
|
qproperty-textColor: #caccd1;
|
|
|
|
qproperty-bgColor: #202228;
|
|
|
|
}
|
2020-02-21 20:16:53 +01:00
|
|
|
|
|
|
|
QSplitter::handle { image: none; }
|