summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko-dark.qss
diff options
context:
space:
mode:
authorJoseph Donofry <joedonofry@gmail.com>2019-07-16 22:36:55 -0400
committerJoseph Donofry <joedonofry@gmail.com>2019-07-16 22:39:10 -0400
commit579bf234606a8974a457f244195d2b4f3594d294 (patch)
treef5289bf6d91731a0d4711ff5438c3e57d9f42d6d /resources/styles/nheko-dark.qss
parent377c9e4a79a078014300f35d0638b16293d924c2 (diff)
Add User Mentions Dialog
Add a RoomListItem-like button that opens a dialog containing all of the messages that would result in a highlight from the server (for example, the user is mentioned, or @room is mentioned). This is VERY rudimentary and will be completely reworked in the future to take advantage of the existing TimelineView class, instead of using a dialog like it does now. The button to show the mentions also needs work.
Diffstat (limited to 'resources/styles/nheko-dark.qss')
-rw-r--r--resources/styles/nheko-dark.qss29
1 files changed, 29 insertions, 0 deletions
diff --git a/resources/styles/nheko-dark.qss b/resources/styles/nheko-dark.qss
index c55960f9..7b5486b0 100644
--- a/resources/styles/nheko-dark.qss
+++ b/resources/styles/nheko-dark.qss
@@ -122,6 +122,35 @@ RoomInfoListItem {
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;
+
+ 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;
+}
+
CommunitiesListItem {
qproperty-highlightedBackgroundColor: #4d84c7;
qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);