summaryrefslogtreecommitdiff
path: root/themes/Adwaita/tokens-dark.css
blob: 78b7f57c1317b0abbf15fdeef045e3865e00dfda (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
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123

/* Hex display */

.token-raw {

    color: #999;

}

.token-raw-full {

    color: #fff;

    font-weight: bold;

}

.token-raw-null {

    color: #000;

}

.token-printable {

    color: #999;

}

.token-not-printable {

    color: #000;

}

/* Assembly views */

.token-comment,
.token-indication {

    color: #37b05b;

}

.token-phys-addr-padding,
.token-virt-addr-padding {

    color: darker(#7c7c7b);

}

.token-phys-addr,
.token-virt-addr {

    color: #7c7c7b;

}

.token-raw-code,
.token-raw-code-null {

    color: #000;


}

.token-label,
.token-section,
.token-segment {

    color: #ffd200;

}

.token-instruction,
.token-keyword {

    color: #bebebe;

}

.token-immediate {

    color: #a020f0;

}

.token-register {

    color: #4141d1;

}

.token-punct,
.token-hooks,
.token-signs,
.token-ltgt {

    color: #000;

    font-weight: bold;

}

.token-string {

    color: #cc7e00;

}

.token-var-name {

    color: #c50;

}

.token-error {

    color: #ff0000;

    font-weight: bold;

}