From 78af5b6bae5a1c46d3a012dd70d2e31141c7edc7 Mon Sep 17 00:00:00 2001 From: Fabian Jakobs Date: Thu, 16 Dec 2010 11:50:34 +0100 Subject: [PATCH] some CSS highlighting fixes --- lib/ace/theme/tm.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/lib/ace/theme/tm.css b/lib/ace/theme/tm.css index b55a7552..fc12dc9e 100644 --- a/lib/ace/theme/tm.css +++ b/lib/ace/theme/tm.css @@ -69,6 +69,15 @@ color: rgb(60, 76, 114); } +.ace-tm .ace_line .ace_support.ace_constant { + color: rgb(6, 150, 14); +} + +.ace-tm .ace_line .ace_support.ace_type, +.ace-tm .ace_line .ace_support.ace_class { + color: rgb(109, 121, 222); +} + .ace-tm .ace_line .ace_keyword.ace_operator { color: rgb(104, 118, 135); }