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

TimelineItem {
    qproperty-backgroundColor: #202228;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
#chatPage,
#chatPage > * {
    background-color: #202228;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
#sideBar {
    border: none;
    border-right: 1px solid #202228;
    border-left: 1px solid #202228;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
TimelineView,
TimelineView > * {
    background-color: #202228;
    border: none;
}

#scroll_widget {
    background-color: #202228;
QuickSwitcher {
    background-color: #202228;
}

    qproperty-textColor: #caccd1;
    qproperty-boxColor: rgba(45, 49, 57, 120);
}

SuggestionsPopup {
    background-color: #202228;
}

ReplyPopup {
    background-color: #202228;
}

PopupItem {
    background-color: #202228;
    qproperty-hoverColor: rgba(45, 49, 57, 120);
}

RoomList,
RoomList > * {
    background-color: #2d3139;
TypingDisplay {
    qproperty-textColor: #caccd1;
    qproperty-backgroundColor: #202228;
#roomlist_area {
    background-color: #2d3139;
}

Max Sandholm's avatar
Max Sandholm committed
CommunitiesList,
CommunitiesList > * {
    background-color: #2d3139;
Max Sandholm's avatar
Max Sandholm committed
}
Konstantinos Sideris's avatar
Konstantinos Sideris committed
FlatButton {
    qproperty-foregroundColor: #727274;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-backgroundColor: #333;
    qproperty-disabledForegroundColor: #222;
FileItem {
    qproperty-textColor: #caccd1;
    qproperty-backgroundColor: #2d3139;
    qproperty-iconColor: #caccd1;
}

AudioItem {
    qproperty-textColor: #caccd1;
    qproperty-backgroundColor: #2d3139;
    qproperty-iconColor: #caccd1;
}

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

RoomInfoListItem {
    qproperty-mentionedColor: #a82353;
    qproperty-highlightedBackgroundColor: #4d84c7;
    qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
    qproperty-backgroundColor: #2d3139;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-titleColor: #e4e5e8;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-subtitleColor: #caccd1;

    qproperty-hoverTitleColor: #f4f5f8;
    qproperty-hoverSubtitleColor: white;

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;

    qproperty-timestampColor: #727274;
    qproperty-highlightedTimestampColor: #e7e7e9;
    qproperty-hoverTimestampColor: #f4f5f8;

    qproperty-avatarBgColor: #202228;
    qproperty-avatarFgColor: white;

    qproperty-bubbleFgColor: white;
    qproperty-bubbleBgColor: #4d84c7;
Max Sandholm's avatar
Max Sandholm committed
CommunitiesListItem {
    qproperty-highlightedBackgroundColor: #4d84c7;
    qproperty-hoverBackgroundColor: rgba(230, 230, 230, 30);
    qproperty-backgroundColor: #2d3139;

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

UserInfoWidget, UserInfoWidget > * {
    background-color: #2d3139;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    color: #b0b3ba;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
UserInfoWidget {
    border: none;
    border-bottom: 1px solid #202228;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
UserSettingsPage {
    background-color: #202228;
#UserSettingScrollWidget {
    background-color: #202228;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
Avatar {
    qproperty-textColor: white;
    qproperty-backgroundColor: #2d3139;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
}

#displayNameLabel {
    color: #f2f2f2;
}

#userIdLabel {
    color: #f2f2f2;
}

dialogs--LeaveRoom,
dialogs--CreateRoom,
dialogs--RoomSettings,
dialogs--InviteUsers,
dialogs--ReadReceipts,
Konstantinos Sideris's avatar
Konstantinos Sideris committed
dialogs--MemberList,
dialogs--PreviewUploadOverlay,
dialogs--UserProfile,
dialogs--CreateRoom > QLineEdit,
dialogs--InviteUsers > QLineEdit,
dialogs--JoinRoom > QLineEdit {
    background-color: #202228;
    color: #caccd1;
}

TopSection {
    qproperty-textColor: #caccd1;
}

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

emoji--Panel,
emoji--Panel > * {
    background-color: #202228;
    color: #caccd1;
}

emoji--Category,
emoji--Category > * {
    background-color: #2d3139;
    color: #caccd1;
}

Konstantinos Sideris's avatar
Konstantinos Sideris committed
FloatingButton {
    qproperty-backgroundColor: #2d3139;
    qproperty-foregroundColor: white;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
}

TextField {
    qproperty-backgroundColor: #202228;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
    qproperty-inkColor: #caccd1;
    qproperty-labelColor: #caccd1;
    qproperty-handleColor: #2d3139;
    qproperty-backgroundColor: #202228;
Konstantinos Sideris's avatar
Konstantinos Sideris committed

SideBarActions {
    border: none;
    border-top: 1px solid #202228;
    background-color: #2d3139;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
}

TopRoomBar {
    border: none;
    border-bottom: 1px solid #202228;
    background-color: #2d3139;
}

QLineEdit {
    background-color: #202228;
    color: #caccd1;
Konstantinos Sideris's avatar
Konstantinos Sideris committed
}
TextInputWidget {
    border: none;
    border-top: 1px solid #2d3139;
}

TextInputWidget,
TextInputWidget > QTextEdit,
TextInputWidget > QLineEdit {
    background-color: #2d3139;
    color: #caccd1;

Toggle {
    qproperty-activeColor: #38a3d8;
    qproperty-disabledColor: gray;
    qproperty-inactiveColor: gray;
    qproperty-trackColor: rgb(240, 240, 240);
}

SnackBar {
    qproperty-textColor: #caccd1;
    qproperty-bgColor: #202228;
}