Skip to content

Commit

Permalink
Improve arc-green code colors (#12111)
Browse files Browse the repository at this point in the history
* 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
  • Loading branch information
silverwind authored Jul 1, 2020
1 parent 858c35b commit eea25f8
Show file tree
Hide file tree
Showing 2 changed files with 59 additions and 72 deletions.
3 changes: 0 additions & 3 deletions web_src/less/_chroma.less
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@
/* LiteralStringRegex */

.chroma .sr {
font-weight: bold;
color: #22863a;
}
/* LiteralStringSingle */
Expand Down Expand Up @@ -303,7 +302,6 @@

.chroma .cs {
color: #999999;
font-style: italic;
}
/* CommentPreproc */

Expand All @@ -325,7 +323,6 @@

.chroma .ge {
color: #000000;
font-style: italic;
}
/* GenericError */

Expand Down
Loading

0 comments on commit eea25f8

Please sign in to comment.