summaryrefslogtreecommitdiffstats
path: root/resources/styles/nheko.qss
blob: caaac6b95b0da30e6e10590873352e06c2f32576 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
* {
        color: #333;
}

QLabel {
        color: #333;
}

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

TimelineView, TimelineView > * { background-color: white; }

QMenu, QMenu > * { background-color: white; }

FlatButton { qproperty-foregroundColor: #333; }

RaisedButton { qproperty-foregroundColor: white; }

RoomInfoListItem
{
        qproperty-highlightedBackgroundColor: #38A3D8;
        qproperty-hoverBackgroundColor: rgba(200, 200, 200, 128);
        qproperty-backgroundColor: white;

        qproperty-titleColor: #333;
        qproperty-subtitleColor: #5d6565;

        qproperty-highlightedTitleColor: white;
        qproperty-highlightedSubtitleColor: white;
}

#ChatPageLoadSpinner {
        qproperty-color: #acc7dc;
}

#FileUploadSpinner {
        qproperty-color: #333;
}

UserInfoWidget, UserInfoWidget > * {
        background-color: #d6dde3;
        color: #ebebeb;
}

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

#displayNameLabel {
        color: #171919;
}

#userIdLabel {
        color: #555459;
}