From 15ff3a1cd26f4a8190e6031a6e216fb4bdd3973a Mon Sep 17 00:00:00 2001 From: vindarel Date: Wed, 20 Dec 2017 12:55:50 +0100 Subject: [PATCH 1/2] github.css - darker comments --- themes/github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github.css b/themes/github.css index e21fcab..f077bd6 100644 --- a/themes/github.css +++ b/themes/github.css @@ -24,7 +24,7 @@ code.hl-highlighted .string, code.hl-highlighted .string * {color: #d14 !importa code.hl-highlighted .comment, code.hl-highlighted .comment *, code.hl-highlighted .comment .string -code.hl-highlighted .comment .string * {color: #aaa !important;} +code.hl-highlighted .comment .string * {color: #6B6868 !important;} code.hl-highlighted .string .comment {color: #d14 !important;} code.hl-highlighted .list.active {display: inline-block; background: #aefff7;} From 7a8772f605e6d6c37ef3957ff52fc415ba43663f Mon Sep 17 00:00:00 2001 From: vindarel Date: Thu, 21 Dec 2017 00:35:13 +0100 Subject: [PATCH 2/2] github css - darker comments (#77777) --- themes/github.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/github.css b/themes/github.css index f077bd6..ba8b97c 100644 --- a/themes/github.css +++ b/themes/github.css @@ -24,7 +24,7 @@ code.hl-highlighted .string, code.hl-highlighted .string * {color: #d14 !importa code.hl-highlighted .comment, code.hl-highlighted .comment *, code.hl-highlighted .comment .string -code.hl-highlighted .comment .string * {color: #6B6868 !important;} +code.hl-highlighted .comment .string * {color: #777777 !important;} code.hl-highlighted .string .comment {color: #d14 !important;} code.hl-highlighted .list.active {display: inline-block; background: #aefff7;}