Skip to content
Snippets Groups Projects
nheko-dark.qss 2.77 KiB
Newer Older
Konstantinos Sideris's avatar
Konstantinos Sideris committed
QLabel {
    color: #caccd1;
}

#chatPage,
#chatPage > * {
    background-color: #383c4a;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
#sideBar {
    border: none;
    border-right: 1px solid #414A59;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
TimelineView,
TimelineView > * {
    background-color: #383c4a;
}

RoomList,
RoomList > * {
    background-color: #383c4a;
}

Max Sandholm's avatar
Max Sandholm committed
CommunitiesList,
CommunitiesList > * {
    background-color: #383c4a;
}
Konstantinos Sideris's avatar
Konstantinos Sideris committed
FlatButton {
    qproperty-foregroundColor: #caccd1;
    qproperty-backgroundColor: #333;
}

FileItem {
    qproperty-textColor: #caccd1;
    qproperty-backgroundColor: #414A59;
    qproperty-iconColor: #caccd1;
}

AudioItem {
    qproperty-textColor: #caccd1;
    qproperty-backgroundColor: #414A59;
    qproperty-iconColor: #caccd1;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
RaisedButton {
    qproperty-foregroundColor: #caccd1;
    qproperty-backgroundColor: #333;
}

RoomInfoListItem {
    qproperty-highlightedBackgroundColor: #5294e2;
    qproperty-hoverBackgroundColor: #39679e;
    qproperty-backgroundColor: #383c4a;

Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-titleColor: #e4e5e8;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-subtitleColor: #caccd1;

Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-highlightedTitleColor: #f4f4f5;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-highlightedSubtitleColor: #e4e5e8;

    qproperty-btnColor: #414A59;
    qproperty-btnTextColor: white;
Max Sandholm's avatar
Max Sandholm committed
CommunitiesListItem {
    qproperty-highlightedBackgroundColor: #5294e2;
    qproperty-hoverBackgroundColor: #39679e;
    qproperty-backgroundColor: #383c4a;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
LoadingIndicator {
    qproperty-color: #caccd1;
}

UserInfoWidget, UserInfoWidget > * {
    background-color: #383c4a;
    color: #b0b3ba;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
UserInfoWidget {
    border: none;
    border-bottom: 1px solid #414A59;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
UserSettingsPage {
    background-color: #383c4a;
}

Avatar {
    qproperty-textColor: black;
    qproperty-backgroundColor: #b0b3ba;
}

#displayNameLabel {
    color: #f2f2f2;
}

#userIdLabel {
    color: #f2f2f2;
}

dialogs--LeaveRoom,
dialogs--CreateRoom,
dialogs--InviteUsers,
dialogs--ReadReceipts,
dialogs--PreviewUploadOverlay {
    background-color: #383c4a;
    color: #caccd1;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
WelcomePage,
LoginPage,
RegisterPage {
    background-color: #383c4a;
    color: #caccd1;
}

emoji--Panel,
emoji--Panel > * {
    background-color: #313440;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    color: #caccd1;
}

emoji--Category,
emoji--Category > * {
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    background-color: #383c4a;
    color: #caccd1;
}

FloatingButton {
    qproperty-backgroundColor: #efefef;
    qproperty-foregroundColor: black;
}

TextField {
    qproperty-backgroundColor: #383c4e;
    qproperty-inkColor: #caccd1;
    qproperty-labelColor: #caccd1;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
}

QLineEdit,
QTextEdit {
    background-color: #383c4a;
    color: #caccd1;
}

ScrollBar {
    qproperty-handleColor: #caccd1;
    qproperty-backgroundColor: #383c4e;
}
Konstantinos Sideris's avatar
Konstantinos Sideris committed

SideBarActions {
    border: none;
    border-top: 1px solid #414A59;
}

TopRoomBar {
    border: none;
    border-bottom: 1px solid #414A59;
}