Skip to content

Commit 449999a

Browse files
Apply suggestions from code review
suggestions from @silverwind thanks Co-authored-by: silverwind <[email protected]>
1 parent 1bb78a0 commit 449999a

File tree

2 files changed

+10
-11
lines changed

2 files changed

+10
-11
lines changed

templates/repo/diff/blob_excerpt.tmpl

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,6 @@
2525
</tr>
2626
{{end}}
2727
{{else}}
28-
<p>what the fuck</p>
2928
{{range $k, $line := $.section.Lines}}
3029
<tr class="{{DiffLineTypeToStr .GetType}}-code nl-{{$k}} ol-{{$k}}">
3130
{{if eq .GetType 4}}

web_src/less/themes/theme-arc-green.less

Lines changed: 10 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@
8888
/* NameAttribute */
8989

9090
.chroma .na {
91-
color: #008080;
91+
color: #8ff;
9292
}
9393
/* NameBuiltin */
9494

@@ -108,7 +108,7 @@
108108
/* NameConstant */
109109

110110
.chroma .no {
111-
color: #008080;
111+
color: #8ff;
112112
}
113113
/* NameDecorator */
114114

@@ -118,12 +118,12 @@
118118
/* NameEntity */
119119

120120
.chroma .ni {
121-
color: #800080;
121+
color: #f8f;
122122
}
123123
/* NameException */
124124

125125
.chroma .ne {
126-
color: #990000;
126+
color: #f88;
127127
}
128128
/* NameFunction */
129129

@@ -133,7 +133,7 @@
133133
/* NameLabel */
134134

135135
.chroma .nl {
136-
color: #990000;
136+
color: #f88;
137137
}
138138
/* NameNamespace */
139139

@@ -148,7 +148,7 @@
148148
/* NameTag */
149149

150150
.chroma .nt {
151-
color: #000080;
151+
color: #88f;
152152
}
153153
/* NameVariable */
154154

@@ -324,13 +324,13 @@
324324
/* GenericDeleted */
325325

326326
.chroma .gd {
327-
color: #000000;
327+
color: #9e9e9e;
328328
background-color: #ffdddd;
329329
}
330330
/* GenericEmph */
331331

332332
.chroma .ge {
333-
color: #000000;
333+
color: #9e9e9e;
334334
font-style: italic;
335335
}
336336
/* GenericError */
@@ -346,7 +346,7 @@
346346
/* GenericInserted */
347347

348348
.chroma .gi {
349-
color: #000000;
349+
color: #9e9e9e;
350350
background-color: #ddffdd;
351351
}
352352
/* GenericOutput */
@@ -368,7 +368,7 @@
368368
/* GenericSubheading */
369369

370370
.chroma .gu {
371-
color: #aaaaaa;
371+
color: #888;
372372
}
373373
/* GenericTraceback */
374374

0 commit comments

Comments
 (0)