Index: trunk/FACT++/www/viewer/index.css
===================================================================
--- trunk/FACT++/www/viewer/index.css	(revision 17839)
+++ trunk/FACT++/www/viewer/index.css	(revision 17840)
@@ -10,10 +10,13 @@
 .cm-s-fact .cm-atom { color: #C8C8C8; }    /* null */
 .cm-s-fact .cm-number { color: /*red*/ #D8FA3C; }  /* 0, 1, 2, 3, ... */
-.cm-s-fact .cm-variable { color: #FFA440; }
+
+.cm-s-fact .cm-variable { color: #FFEA80; }  /* global variables */
+.cm-s-fact .cm-variable-2 { color:#FFB450; } /* local variables */
+.cm-s-fact .cm-property { color: #FF6400; }  /* properties */
+
 .cm-s-fact .cm-operator { color: lightblue;/*blueviolet*/ #FBDE2D;}
 .cm-s-fact .cm-comment { color: olive/*#5EAE5E*/; }
 .cm-s-fact .cm-string { color: #61CE3C; }
 .cm-s-fact .cm-string-2 { color: #61CE3C; }
-.cm-s-fact .cm-property { color: #FF6400; }
 
 .cm-s-fact .CodeMirror-activeline-background {background: #252020 !important;}
