From 3031492e9c802700dfa4df25451479fa9601ff7c Mon Sep 17 00:00:00 2001 From: William Candillon Date: Tue, 22 May 2012 10:39:43 +0200 Subject: [PATCH] Update tag colors to differenciate with keywors. --- lib/ace/theme/textmate.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ace/theme/textmate.js b/lib/ace/theme/textmate.js index cca31e29..a7d028c9 100644 --- a/lib/ace/theme/textmate.js +++ b/lib/ace/theme/textmate.js @@ -199,7 +199,7 @@ exports.cssText = ".ace-tm .ace_editor {\ }\ \ .ace-tm .ace_meta.ace_tag {\ - color:rgb(28, 2, 255);\ + color:rgb(0, 50, 198);\ }\ \ .ace-tm .ace_string.ace_regex {\