From 20a397f81d1237bac86295a794d8324025784862 Mon Sep 17 00:00:00 2001 From: Gregory Oschwald Date: Mon, 23 Jun 2014 08:10:57 -0700 Subject: [PATCH] Make all comments darker --- stylesheets/pygment_trac.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/pygment_trac.css b/stylesheets/pygment_trac.css index b283d57..73f00a9 100644 --- a/stylesheets/pygment_trac.css +++ b/stylesheets/pygment_trac.css @@ -3,9 +3,9 @@ .err { color: #a61717; background-color: #e3d2d2 } /* Error */ .k { color: #000000; font-weight: bold } /* Keyword */ .o { color: #000000; font-weight: bold } /* Operator */ -.cm { color: #999988; font-style: italic } /* Comment.Multiline */ +.cm { color: #30302B; font-style: italic } /* Comment.Multiline */ .cp { color: #999999; font-weight: bold; font-style: italic } /* Comment.Preproc */ -.c1 { color: #999988; font-style: italic } /* Comment.Single */ +.c1 { color: #30302B; font-style: italic } /* Comment.Single */ .cs { color: #999999; font-weight: bold; font-style: italic } /* Comment.Special */ .gd { color: #000000; background-color: #ffdddd } /* Generic.Deleted */ .ge { color: #000000; font-style: italic } /* Generic.Emph */