nheko/resources/styles/nheko-dark.qss

216 lines
3.8 KiB
Plaintext
Raw Normal View History

2017-11-25 17:19:58 +01:00
QLabel {
color: #caccd1;
}
#chatPage,
#chatPage > * {
2018-03-18 22:38:04 +01:00
background-color: #202228;
2017-11-25 17:19:58 +01:00
}
2018-01-15 20:04:49 +01:00
#sideBar {
border: none;
2018-03-18 22:38:04 +01:00
border-right: 1px solid #202228;
border-left: 1px solid #202228;
2018-01-15 20:04:49 +01:00
}
2017-11-25 17:19:58 +01:00
TimelineView,
TimelineView > * {
2018-03-18 22:38:04 +01:00
background-color: #202228;
2017-11-25 17:19:58 +01:00
}
QuickSwitcher {
background-color: #202228;
}
2018-04-25 14:37:43 +02:00
DateSeparator {
qproperty-textColor: #caccd1;
qproperty-boxColor: rgba(45, 49, 57, 120);
}
SuggestionsPopup {
background-color: #202228;
}
PopupItem {
background-color: #202228;
qproperty-hoverColor: rgba(45, 49, 57, 120);
}
2017-11-25 21:20:34 +01:00
RoomList,
RoomList > * {
2018-03-18 22:38:04 +01:00
background-color: #2d3139;
2017-11-25 21:20:34 +01:00
}
2018-01-09 14:07:32 +01:00
CommunitiesList,
CommunitiesList > * {
2018-03-18 22:38:04 +01:00
background-color: #2d3139;
2018-01-09 14:07:32 +01:00
}
2018-03-18 22:38:04 +01:00
2017-11-25 17:19:58 +01:00
FlatButton {
qproperty-foregroundColor: #727274;
2017-11-25 17:19:58 +01:00
qproperty-backgroundColor: #333;
}
FileItem {
qproperty-textColor: #caccd1;
qproperty-backgroundColor: #2d3139;
qproperty-iconColor: #caccd1;
}
2017-12-01 16:33:49 +01:00
AudioItem {
qproperty-textColor: #caccd1;
qproperty-backgroundColor: #2d3139;
2017-12-01 16:33:49 +01:00
qproperty-iconColor: #caccd1;
}
2017-11-25 17:19:58 +01:00
RaisedButton {
qproperty-foregroundColor: #caccd1;
qproperty-backgroundColor: #333;
}
RoomInfoListItem {
2018-03-18 22:38:04 +01:00
qproperty-highlightedBackgroundColor: #4d84c7;
qproperty-hoverBackgroundColor: rgba(57,103,158, 100) ;
qproperty-backgroundColor: #2d3139;
2017-11-25 17:19:58 +01:00
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;
2018-03-18 22:38:04 +01:00
qproperty-timestampColor: #727274;
qproperty-highlightedTimestampColor: #e7e7e9;
qproperty-avatarBgColor: #202228;
qproperty-avatarFgColor: white;
qproperty-bubbleFgColor: white;
qproperty-bubbleBgColor: #4d84c7;
2017-11-25 17:19:58 +01:00
}
2018-01-09 14:07:32 +01:00
CommunitiesListItem {
qproperty-highlightedBackgroundColor: #4d84c7;
qproperty-hoverBackgroundColor: rgba(57,103,158, 100);
2018-03-18 22:38:04 +01:00
qproperty-backgroundColor: #2d3139;
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-03-18 22:38:04 +01:00
qproperty-borderColor: #202228;
2018-01-15 20:04:49 +01:00
}
2017-11-25 17:19:58 +01:00
UserSettingsPage {
2018-03-18 22:38:04 +01:00
background-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
}
#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,
2018-04-30 20:41:47 +02:00
dialogs--RoomSettings,
2017-12-10 22:59:50 +01:00
dialogs--InviteUsers,
2018-01-03 17:05:49 +01:00
dialogs--ReadReceipts,
dialogs--JoinRoom,
2018-05-01 18:35:28 +02:00
dialogs--MemberList,
2018-03-18 22:38:04 +01:00
dialogs--PreviewUploadOverlay,
dialogs--CreateRoom > QLineEdit,
dialogs--InviteUsers > QLineEdit,
dialogs--JoinRoom > QLineEdit {
background-color: #202228;
2017-12-10 22:59:50 +01:00
color: #caccd1;
}
2018-04-30 20:41:47 +02:00
TopSection {
qproperty-textColor: #caccd1;
}
QListWidget,
2017-11-25 17:19:58 +01:00
WelcomePage,
LoginPage,
RegisterPage {
2018-03-18 22:38:04 +01:00
background-color: #202228;
2017-11-25 17:19:58 +01:00
color: #caccd1;
}
emoji--Panel,
emoji--Panel > * {
2018-03-18 22:38:04 +01:00
background-color: #202228;
2017-11-25 17:19:58 +01:00
color: #caccd1;
}
emoji--Category,
emoji--Category > * {
2018-03-18 22:38:04 +01:00
background-color: #2d3139;
2017-11-25 17:19:58 +01:00
color: #caccd1;
}
FloatingButton {
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 {
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
SideBarActions {
border: none;
2018-03-18 22:38:04 +01:00
qproperty-borderColor: #202228;
background-color: #2d3139;
2018-01-15 20:04:49 +01:00
}
TopRoomBar {
border: none;
2018-03-18 22:38:04 +01:00
qproperty-borderColor: #202228;
background-color: #2d3139;
}
QLineEdit {
background-color: #202228;
color: #caccd1;
2018-01-15 20:04:49 +01:00
}
2018-03-18 16:08:13 +01:00
2018-03-18 22:38:04 +01:00
TextInputWidget,
TextInputWidget > QTextEdit,
TextInputWidget > QLineEdit {
qproperty-borderColor: #202228;
background-color: #2d3139;
color: #caccd1;
2018-03-18 16:08:13 +01:00
}