From 1c1d56b3ea2eb0373cd966cced52c37941f97e87 Mon Sep 17 00:00:00 2001 From: nightwing Date: Sun, 15 Mar 2015 15:18:10 +0400 Subject: [PATCH] make blurred state clearer in github theme --- lib/ace/theme/github.css | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/ace/theme/github.css b/lib/ace/theme/github.css index f496f6ee..a897b65e 100644 --- a/lib/ace/theme/github.css +++ b/lib/ace/theme/github.css @@ -68,9 +68,12 @@ color: black; } -.ace-github .ace_marker-layer .ace_active-line { +.ace-github.ace_focus .ace_marker-layer .ace_active-line { background: rgb(255, 255, 204); } +.ace-github .ace_marker-layer .ace_active-line { + background: rgb(245, 245, 245); +} .ace-github .ace_marker-layer .ace_selection { background: rgb(181, 213, 255);