Tools__CodeNavigationService.st
branchjv
changeset 12166 7931598931cb
parent 12128 a7ff7d66ee85
child 12170 6c9c4b7981ee
--- a/Tools__CodeNavigationService.st	Wed Feb 15 13:13:08 2012 +0000
+++ b/Tools__CodeNavigationService.st	Wed Feb 15 21:30:13 2012 +0000
@@ -96,12 +96,13 @@
 
 defaultVariableEmphasis
     DefaultVariableEmphasis isNil ifTrue:[
-        DefaultVariableEmphasis := Array with:(#backgroundColor -> (Color gray: 90))
+        DefaultVariableEmphasis := Array with:(#backgroundColor -> (Color redByte: 240 greenByte: 216 blueByte: 168))
     ].
     ^ DefaultVariableEmphasis
 
     "Created: / 25-06-2010 / 13:56:43 / Jan Vrany <jan.vrany@fit.cvut.cz>"
     "Modified: / 21-08-2011 / 11:04:20 / cg"
+    "Modified: / 15-02-2012 / 19:38:14 / Jan Vrany <jan.vrany@fit.cvut.cz>"
 ! !
 
 !CodeNavigationService methodsFor:'change & update'!
@@ -598,5 +599,5 @@
 !
 
 version_SVN
-    ^ '$Id: Tools__CodeNavigationService.st 7854 2012-01-30 17:49:41Z vranyj1 $'
+    ^ '$Id: Tools__CodeNavigationService.st 7896 2012-02-15 21:30:13Z vranyj1 $'
 ! !