summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 02:07:32 +0200
committerNicolas Werner <nicolas.werner@hotmail.de>2022-03-30 02:07:32 +0200
commit14f7fe282f9a1cbee49699fbd2bdaba086fc7899 (patch)
treef7e3ce25a4313ed60f82832b44f297e1c0ce20eb /resources/styles/nheko-dark.qss
parent3ded0d61babf3a24742dc18444a5e8bd24c63145 (diff)
Cleanup some unused code
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss168
1 files changed, 1 insertions, 167 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index af189f0e..597397cd 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -16,185 +16,30 @@ UserSettingsPage,
background-color: #202228;
}
-#chatPage,
-#chatPage > *,
-CommunitiesList,
-CommunitiesList > *,
-RoomList,
-RoomList > *,
-TimelineView,
-TimelineView > *,
-UserMentionsWidget,
-UserMentionsWidget > * {
- background-color: #2d3139;
- border: none;
-}
-
QLineEdit,
-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 {
+dialogs--JoinRoom {
background-color: #202228;
color: #caccd1;
}
-emoji--Panel QWidget { border: none; }
-emoji--Panel QScrollBar:vertical { width: 0px; margin: 0px; }
-emoji--Panel QScrollBar::handle:vertical { min-height: 30px; }
-
-emoji--Category,
-emoji--Category > * {
- background-color: #2d3139;
- color: #727274;
-}
-
-emoji--Category QLabel {
- margin: 20px 0 20px 8px;
-}
-
-TimelineItem {
- qproperty-backgroundColor: #202228;
-}
-
-#sideBar {
- border: none;
- border-right: 1px solid #202228;
- border-left: 1px solid #202228;
-}
-
-UserMentionsWidget > TimelineItem {
- qproperty-backgroundColor: #202228;
- qproperty-hoverColor: rgba(45, 49, 57, 120);
-}
-
-InfoMessage {
- qproperty-textColor: #caccd1;
- qproperty-boxColor: rgba(45, 49, 57, 120);
-}
-
PopupItem {
background-color: #202228;
qproperty-hoverColor: rgba(45, 49, 57, 120);
}
-TypingDisplay {
- qproperty-textColor: #caccd1;
- qproperty-backgroundColor: #202228;
-}
-
-#roomlist_area {
- background-color: #2d3139;
-}
-
FlatButton {
qproperty-foregroundColor: #727274;
qproperty-backgroundColor: #333;
qproperty-disabledForegroundColor: #222;
}
-AudioItem,
-FileItem {
- qproperty-textColor: #caccd1;
- qproperty-backgroundColor: #2d3139;
- qproperty-iconColor: #caccd1;
-}
-
RaisedButton {
qproperty-foregroundColor: #caccd1;
qproperty-backgroundColor: #333;
}
-RoomInfoListItem,
-UserMentionsWidget {
- qproperty-mentionedColor: #a82353;
- qproperty-highlightedBackgroundColor: #4d84c7;
- qproperty-hoverBackgroundColor: rgb(67, 70, 77);
- qproperty-backgroundColor: #2d3139;
-
- qproperty-titleColor: #e4e5e8;
- qproperty-subtitleColor: #caccd1;
-
- 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-bubbleFgColor: white;
- qproperty-bubbleBgColor: #4d84c7;
-}
-
-RoomInfoListItem > Avatar {
- qproperty-backgroundColor: #202228;
- qproperty-textColor: white;
-}
-
-CommunitiesListItem {
- qproperty-highlightedBackgroundColor: #4d84c7;
- qproperty-disabledBackgroundColor: palette(mid);
- qproperty-hoverBackgroundColor: rgb(67, 70, 77);
- qproperty-backgroundColor: #2d3139;
-
- qproperty-avatarBgColor: #202228;
- qproperty-avatarFgColor: black;
-}
-
-LoadingIndicator {
- qproperty-color: #caccd1;
-}
-
-UserInfoWidget, UserInfoWidget > * {
- background-color: #2d3139;
- color: #b0b3ba;
-}
-
-UserInfoWidget {
- border: none;
- border-bottom: 1px solid #202228;
-}
-
-Avatar {
- qproperty-textColor: white;
- qproperty-backgroundColor: #2d3139;
-}
-
-#displayNameLabel,
-#userIdLabel {
- color: #f2f2f2;
-}
-
-TopSection {
- qproperty-textColor: #caccd1;
-}
-
-emoji--Category {
- qproperty-hoverBackgroundColor: rgb(67, 70, 77);
-}
-
FloatingButton {
qproperty-backgroundColor: #2d3139;
qproperty-foregroundColor: white;
@@ -206,12 +51,6 @@ TextField {
qproperty-labelColor: #caccd1;
}
-SideBarActions {
- border: none;
- border-top: 1px solid #202228;
- background-color: #2d3139;
-}
-
TextInputWidget {
border: none;
}
@@ -235,9 +74,4 @@ QListWidget {
background-color: #202228;
}
-SnackBar {
- qproperty-textColor: #caccd1;
- qproperty-bgColor: #202228;
-}
-
QSplitter::handle { image: none; }