Skip to content

Commit eea25f8

Browse files
authored
Improve arc-green code colors (#12111)
* Improve arc-green code colors This should fix all previous colors that had too few contrast on the background. I took solarized-dark as a baseline and did various improvments. I removed bold/italic flags because I don't think they fit and generally other tools also don't use those font flags. * diff tweak
1 parent 858c35b commit eea25f8

File tree

2 files changed

+59
-72
lines changed

2 files changed

+59
-72
lines changed

web_src/less/_chroma.less

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,6 @@
221221
/* LiteralStringRegex */
222222

223223
.chroma .sr {
224-
font-weight: bold;
225224
color: #22863a;
226225
}
227226
/* LiteralStringSingle */
@@ -303,7 +302,6 @@
303302

304303
.chroma .cs {
305304
color: #999999;
306-
font-style: italic;
307305
}
308306
/* CommentPreproc */
309307

@@ -325,7 +323,6 @@
325323

326324
.chroma .ge {
327325
color: #000000;
328-
font-style: italic;
329326
}
330327
/* GenericError */
331328

0 commit comments

Comments
 (0)