From 878ceef2ecda301939a0cf4e69bc50bdbb1015a1 Mon Sep 17 00:00:00 2001 From: Andrey Grinenko Date: Fri, 20 Feb 2015 23:50:19 +0300 Subject: [PATCH] cosmetics - make comments little more readable --- lib/editor.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/editor.css b/lib/editor.css index 82d2605..3c9f31d 100644 --- a/lib/editor.css +++ b/lib/editor.css @@ -13,7 +13,7 @@ .cm-s-icecoder span.cm-property {color: #eee} /* off-white 1 */ .cm-s-icecoder span.cm-operator {color: #9179bb} /* purple */ -.cm-s-icecoder span.cm-comment {color: #44535a} /* grey-blue */ +.cm-s-icecoder span.cm-comment {color: #97a3aa} /* grey-blue */ .cm-s-icecoder span.cm-string {color: #b9ca4a} /* green */ .cm-s-icecoder span.cm-string-2 {color: #6cb5d9} /* blue */