mirror of
https://github.com/Nheko-Reborn/nheko.git
synced 2024-11-26 04:58:49 +03:00
40 lines
942 B
Text
40 lines
942 B
Text
|
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);
|
||
|
}
|