From 65d9bda8cf70b6792674fe0dfedef9a2a61d2738 Mon Sep 17 00:00:00 2001 From: sashasylona Date: Sun, 17 Dec 2017 20:35:09 -0500 Subject: [PATCH] Make comments more visible --- styles/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base.less b/styles/base.less index d4613d3..6f7da59 100644 --- a/styles/base.less +++ b/styles/base.less @@ -56,7 +56,7 @@ atom-text-editor.is-focused .line.cursor-line { .syntax--comment, .syntax--punctuation.syntax--definition.syntax--comment { font-style: italic; - color: #CCD7DA; + color: #BBC6C9; } .syntax--string .syntax--constant.syntax--other.syntax--placeholder,