nheko/resources/styles/system.qss
2017-11-16 13:34:26 +02:00

14 lines
337 B
Plaintext

TimelineView, TimelineView > * {
background-color: palette(base);
}
FlatButton {
qproperty-foregroundColor: palette(text);
}
RoomInfoListItem {
qproperty-highlightedBackgroundColor: palette(highlight);
qproperty-hoverBackgroundColor: palette(dark);
qproperty-backgroundColor: palette(window);
}