From 2bb2757e650ecd3d4f352b9bcf82844d64e32d9f Mon Sep 17 00:00:00 2001 From: Ben Ogle Date: Mon, 23 Sep 2013 15:16:04 -0700 Subject: [PATCH] Mini editor selection update make more clear which mini editor is focused --- stylesheets/editor.less | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/stylesheets/editor.less b/stylesheets/editor.less index 1b6ee50..107b369 100644 --- a/stylesheets/editor.less +++ b/stylesheets/editor.less @@ -11,11 +11,12 @@ padding-left: @component-padding/2; .cursor { border-color: #fff; } - .selection .region { background-color: #444; } + .selection .region { background-color: lighten(@input-background-color, 10%); } } .editor.editor-colors.mini.is-focused { background-color: lighten(@input-background-color, 5%); + .selection .region { background-color: desaturate(@background-color-info, 50%); } } // FIXME: these should go in syntax themes?