From 341f52b809b050965be16cbfa212929a1ea4666a Mon Sep 17 00:00:00 2001 From: nightwing Date: Sun, 29 Apr 2012 00:35:01 +0400 Subject: [PATCH] do not use solid background for invalid to not cover selection --- lib/ace/theme/textmate.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ace/theme/textmate.js b/lib/ace/theme/textmate.js index 76eb0673..41a3c31e 100644 --- a/lib/ace/theme/textmate.js +++ b/lib/ace/theme/textmate.js @@ -101,8 +101,8 @@ exports.cssText = ".ace-tm .ace_editor {\ }\ \ .ace-tm .ace_line .ace_invalid {\ - background-color: rgb(153, 0, 0);\ - color: white;\ + background-color: rgba(255, 0, 0, 0.1);\ + color: red;\ }\ \ .ace-tm .ace_line .ace_support.ace_function {\