tangled
alpha
login
or
join now
dunkirk.sh
/
zera
5
fork
atom
the home site for me: also iteration 3 or 4 of my site
5
fork
atom
overview
issues
pulls
pipelines
feat: fix syntax
dunkirk.sh
10 hours ago
198814a7
b5c58cd9
verified
This commit was signed with the committer's
known signature
.
dunkirk.sh
SSH Key Fingerprint:
SHA256:DqcG0RXYExE26KiWo3VxJnsxswN1QNfTBvB+bdSpk80=
+25
-25
1 changed file
expand all
collapse all
unified
split
sass
css
syntax-theme.css
+25
-25
sass/css/syntax-theme.css
···
25
25
.z-constant.z-language.z-boolean {
26
26
color: #f5a97f;
27
27
font-weight: bold;
28
28
-
font-style: italic;
28
28
+
29
29
}
30
30
.z-constant.z-language {
31
31
color: #b7bdf8;
32
32
-
font-style: italic;
32
32
+
33
33
}
34
34
.z-support.z-function.z-builtin {
35
35
color: #f5a97f;
36
36
-
font-style: italic;
36
36
+
37
37
}
38
38
.z-variable.z-other.z-constant {
39
39
color: #f5a97f;
40
40
}
41
41
.z-keyword {
42
42
color: #ed8796;
43
43
-
font-style: italic;
43
43
+
44
44
}
45
45
.z-keyword.z-control.z-loop,
46
46
.z-keyword.z-control.z-conditional,
···
55
55
}
56
56
.z-support.z-type.z-exception {
57
57
color: #f5a97f;
58
58
-
font-style: italic;
58
58
+
59
59
}
60
60
.z-keyword.z-operator,
61
61
.z-punctuation.z-accessor {
···
73
73
}
74
74
.z-keyword.z-control.z-import.z-include {
75
75
color: #8bd5ca;
76
76
-
font-style: italic;
76
76
+
77
77
}
78
78
.z-storage {
79
79
color: #ed8796;
80
80
}
81
81
.z-storage.z-type {
82
82
color: #eed49f;
83
83
-
font-style: italic;
83
83
+
84
84
}
85
85
.z-storage.z-modifier {
86
86
color: #ed8796;
···
88
88
.z-entity.z-name.z-namespace,
89
89
.z-meta.z-path {
90
90
color: #f4dbd6;
91
91
-
font-style: italic;
91
91
+
92
92
}
93
93
.z-storage.z-type.z-class {
94
94
color: #f4dbd6;
95
95
-
font-style: italic;
95
95
+
96
96
}
97
97
.z-entity.z-name.z-label {
98
98
color: #8aadf4;
99
99
}
100
100
.z-keyword.z-declaration.z-class {
101
101
color: #ed8796;
102
102
-
font-style: italic;
102
102
+
103
103
}
104
104
.z-entity.z-name.z-class,
105
105
.z-meta.z-toc-list.z-full-identifier {
···
107
107
}
108
108
.z-entity.z-other.z-inherited-class {
109
109
color: #91d7e3;
110
110
-
font-style: italic;
110
110
+
111
111
}
112
112
.z-entity.z-name.z-function,
113
113
.z-variable.z-function {
114
114
color: #8aadf4;
115
115
-
font-style: italic;
115
115
+
116
116
}
117
117
.z-entity.z-name.z-function.z-preprocessor {
118
118
color: #ed8796;
···
126
126
}
127
127
.z-variable.z-parameter.z-function {
128
128
color: #f4dbd6;
129
129
-
font-style: italic;
129
129
+
130
130
}
131
131
.z-keyword.z-declaration.z-function {
132
132
color: #ee99a0;
133
133
-
font-style: italic;
133
133
+
134
134
}
135
135
.z-support.z-function {
136
136
color: #91d7e3;
···
141
141
.z-support.z-type,
142
142
.z-support.z-class {
143
143
color: #8aadf4;
144
144
-
font-style: italic;
144
144
+
145
145
}
146
146
.z-variable.z-function {
147
147
color: #8aadf4;
148
148
-
font-style: italic;
148
148
+
149
149
}
150
150
.z-variable.z-parameter {
151
151
color: #f4dbd6;
152
152
-
font-style: italic;
152
152
+
153
153
}
154
154
.z-variable.z-other {
155
155
color: #cad3f5;
156
156
-
font-style: italic;
156
156
+
157
157
}
158
158
.z-variable.z-other.z-member {
159
159
color: #f4dbd6;
···
166
166
}
167
167
.z-entity.z-other.z-attribute-name {
168
168
color: #c6a0f6;
169
169
-
font-style: italic;
169
169
+
170
170
}
171
171
.z-punctuation.z-definition.z-tag {
172
172
color: #ee99a0;
···
174
174
.z-markup.z-underline.z-link.z-markdown {
175
175
color: #f4dbd6;
176
176
text-decoration: underline;
177
177
-
font-style: italic;
177
177
+
178
178
}
179
179
.z-meta.z-link.z-inline.z-description {
180
180
color: #b7bdf8;
···
185
185
.z-markup.z-raw.z-code-fence,
186
186
.z-markup.z-raw.z-inline {
187
187
color: #8bd5ca;
188
188
-
font-style: italic;
188
188
+
189
189
}
190
190
.z-punctuation.z-definition.z-heading,
191
191
.z-entity.z-name.z-section {
···
212
212
}
213
213
.z-variable.z-language.z-shell {
214
214
color: #ed8796;
215
215
-
font-style: italic;
215
215
+
216
216
}
217
217
218
218
.z-source.z-lua
···
222
222
.z-meta.z-mapping.z-key.z-lua
223
223
.z-string.z-unquoted.z-key.z-lua {
224
224
color: #b7bdf8;
225
225
-
font-style: italic;
225
225
+
226
226
}
227
227
228
228
.z-source.z-lua
···
237
237
}
238
238
.z-support.z-type.z-property-name.z-css {
239
239
color: #f0c6c6;
240
240
-
font-style: italic;
240
240
+
241
241
}
242
242
.z-support.z-constant.z-property-value.z-css {
243
243
color: #cad3f5;
···
245
245
.z-constant.z-numeric.z-suffix.z-css,
246
246
.z-keyword.z-other.z-unit.z-css {
247
247
color: #8bd5ca;
248
248
-
font-style: italic;
248
248
+
249
249
}
250
250
.z-variable.z-other.z-custom-property.z-name.z-css,
251
251
.z-support.z-type.z-custom-property.z-name.z-css,