Skip to content
This repository was archived by the owner on Sep 30, 2020. It is now read-only.

Commit a3841a5

Browse files
committed
css: tweak highlighting colors
1 parent 5ffdc25 commit a3841a5

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

css/style.css

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -58,22 +58,22 @@ ul.menu li>ul {
5858

5959
/* Code highlighting */
6060
.cm-s-default span.cm-keyword {
61-
color: #770088;
61+
color: #803C8D;
6262
}
6363
.cm-s-default span.cm-atom {
6464
color: #221199;
6565
}
6666
.cm-s-default span.cm-number {
67-
color: #116644;
67+
color: #2AA198;
6868
}
6969
.cm-s-default span.cm-def {
70-
color: #0000FF;
70+
color: #256EB8;
7171
}
7272
.cm-s-default span.cm-variable {
7373
color: black;
7474
}
7575
.cm-s-default span.cm-variable-2 {
76-
color: #0055AA;
76+
color: #817E61;
7777
}
7878
.cm-s-default span.cm-variable-3 {
7979
color: #008855;
@@ -85,10 +85,10 @@ ul.menu li>ul {
8585
color: black;
8686
}
8787
.cm-s-default span.cm-comment {
88-
color: #AA5500;
88+
color: #A82323;
8989
}
9090
.cm-s-default span.cm-string {
91-
color: #AA1111;
91+
color: #866544;
9292
}
9393
.cm-s-default span.cm-string-2 {
9494
color: #FF5500;

0 commit comments

Comments
 (0)