From 8c6fe7a5406e0bd5e2d0bb033edd71ccb2fee4b0 Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Fri, 19 Jul 2013 13:55:29 -0700 Subject: [PATCH] lighten selection color so it's more clear. --- themes/atom-dark-syntax.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/atom-dark-syntax.less b/themes/atom-dark-syntax.less index 8a2eca64e..256260e09 100644 --- a/themes/atom-dark-syntax.less +++ b/themes/atom-dark-syntax.less @@ -24,7 +24,7 @@ } .selection .region { - background-color: #333333; + background-color: #444444; } .line-number.cursor-line-no-selection,