From 9f112c6028ccdf1bb7b7963ace6d9e23d49af354 Mon Sep 17 00:00:00 2001 From: mikachiari Date: Tue, 14 Jul 2015 15:35:22 +0300 Subject: [PATCH] Update base.less --- styles/base.less | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/styles/base.less b/styles/base.less index 3c5dcf3..d005ad1 100644 --- a/styles/base.less +++ b/styles/base.less @@ -35,7 +35,7 @@ atom-text-editor, :host { } .selection .region { - background-color: @base02; + background-color: lighten(@base02, 7%); color: @base03; }