Skip to content
Snippets Groups Projects
system.qss 3.5 KiB
Newer Older
#chatPage,
#chatPage > *,
CommunitiesList,
CommunitiesList > *,
RoomList,
RoomList > *,
TimelineView,
TimelineView > *,
UserMentionsWidget,
UserMentionsWidget > * {
    border: none;
}

TypingDisplay {
    qproperty-textColor: palette(text);
    qproperty-backgroundColor: palette(window);
TimelineItem {
    qproperty-backgroundColor: palette(window);
}

UserMentionsWidget > TimelineItem {
    qproperty-backgroundColor: palette(window);
    qproperty-hoverColor: palette(base);
}

SideBarActions,
TextInputWidget {
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    border: none;
    border-top: 1px solid palette(mid);
}

UserInfoWidget,
TopRoomBar {
    border: none;
    border-bottom: 1px solid palette(mid);
RoomList,
RoomList > * {
    background-color: palette(window);
#sideBar {
    border: none;
    border-right: 1px solid palette(mid);
    border-left: 1px solid palette(mid);
    qproperty-textColor: palette(text);
    qproperty-boxColor: palette(base);
    qproperty-hoverColor: palette(base);
    qproperty-foregroundColor: palette(text);
AudioItem,
FileItem {
    qproperty-textColor: palette(text);
    qproperty-backgroundColor: palette(base);
    qproperty-iconColor: palette(window);
RaisedButton {
    qproperty-foregroundColor: palette(buttonText);
}

TextField {
    qproperty-backgroundColor: palette(window);
}

QTextEdit,
ReceiptItem,
MemberItem,
QLineEdit,
QListWidget {
    background-color: palette(window);
}

RoomInfoListItem,
UserMentionsWidget {
    qproperty-mentionedColor: palette(alternate-base);
    qproperty-highlightedBackgroundColor: palette(highlight);
    qproperty-hoverBackgroundColor: palette(light);
    qproperty-backgroundColor: palette(window);
    qproperty-titleColor: palette(text);
    qproperty-subtitleColor: palette(text);
    qproperty-highlightedTitleColor: palette(highlightedtext);
    qproperty-highlightedSubtitleColor: palette(highlightedtext);
    qproperty-hoverTitleColor: palette(highlightedtext);
    qproperty-hoverSubtitleColor: palette(highlightedtext);

    qproperty-btnColor: palette(button);
    qproperty-btnTextColor: palette(buttonText);

    qproperty-timestampColor: palette(text);
    qproperty-highlightedTimestampColor: palette(highlightedtext);
    qproperty-hoverTimestampColor: palette(highlightedtext);
    qproperty-avatarBgColor: palette(base);
    qproperty-avatarFgColor: palette(text);

    qproperty-bubbleBgColor: palette(base);
    qproperty-bubbleFgColor: palette(text);
Max Sandholm's avatar
Max Sandholm committed
CommunitiesListItem {
    qproperty-highlightedBackgroundColor: palette(highlight);
    qproperty-hoverBackgroundColor: palette(light);
Max Sandholm's avatar
Max Sandholm committed
    qproperty-backgroundColor: palette(window);
    qproperty-avatarBgColor: palette(base);
    qproperty-avatarFgColor: palette(text);
    qproperty-color: palette(highlight);
    qproperty-color: palette(light);
emoji--Panel,
emoji--Panel > * {
    background-color: palette(base);
    color: palette(text);
}

emoji--Category {
    qproperty-hoverBackgroundColor: palette(highlight);
}

emoji--Category,
emoji--Category > * {
    background-color: palette(window);
    color: palette(text);
}

    qproperty-backgroundColor: palette(base);
    qproperty-foregroundColor: palette(text);
}

SnackBar {
    qproperty-textColor: palette(text);
    qproperty-bgColor: palette(base);
}

Toggle {
    qproperty-activeColor: palette(highlight);
    qproperty-disabledColor: palette(dark);
    qproperty-inactiveColor: palette(mid);
    qproperty-trackColor: palette(base);
}