summaryrefslogtreecommitdiffstats
path: root/resources/styles/system.qss
diff options
context:
space:
mode:
Diffstat (limited to 'resources/styles/system.qss')
-rw-r--r--resources/styles/system.qss39
1 files changed, 39 insertions, 0 deletions
diff --git a/resources/styles/system.qss b/resources/styles/system.qss
new file mode 100644
index 00000000..2f15271f
--- /dev/null
+++ b/resources/styles/system.qss
@@ -0,0 +1,39 @@
+OverlayWidget, OverlayWidget > * {
+ background-color: palette(window);
+}
+
+#mainContent, #mainContent > * {
+ background-color: palette(base);
+}
+
+TimelineView, TimelineView > *, TimelineItem, TimelineItem > * {
+ background-color: palette(base);
+}
+
+FlatButton {
+ qproperty-foregroundColor: palette(text);
+}
+
+RoomInfoListItem {
+ qproperty-highlightedBackgroundColor: palette(highlight);
+ qproperty-hoverBackgroundColor: palette(dark);
+ qproperty-backgroundColor: palette(window);
+
+ qproperty-titleColor: palette(text);
+ qproperty-subtitleColor: palette(text);
+
+ qproperty-highlightedTitleColor: palette(text);
+ qproperty-highlightedSubtitleColor: palette(text);
+}
+
+LoadingIndicator {
+ qproperty-color: palette(text);
+}
+
+#ChatPageLoadSpinner {
+ qproperty-color: #acc7dc;
+}
+
+UserInfoWidget, UserInfoWidget > * {
+ background-color: palette(window);
+}