Skip to content

Commit 9821676

Browse files
committed
Higher-contrast colors
1 parent c51b565 commit 9821676

1 file changed

Lines changed: 5 additions & 5 deletions

File tree

scripts/md2html/gist.css

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@
1313

1414
.hljs-comment,
1515
.hljs-meta {
16-
color: #969896;
16+
color: #727070;
1717
}
1818

1919
.hljs-string,
@@ -22,11 +22,11 @@
2222
.hljs-strong,
2323
.hljs-emphasis,
2424
.hljs-quote {
25-
color: #df5000;
25+
color: #c74700;
2626
}
2727

2828
.hljs-number {
29-
color: #008080;
29+
color: #005e5e;
3030
}
3131

3232
.hljs-keyword,
@@ -39,12 +39,12 @@
3939
.hljs-symbol,
4040
.hljs-bullet,
4141
.hljs-attribute {
42-
color: #0086b3;
42+
color: #007aa2;
4343
}
4444

4545
.hljs-section,
4646
.hljs-name {
47-
color: #63a35c;
47+
color: #4b7c46;
4848
}
4949

5050
.hljs-tag {

0 commit comments

Comments
 (0)