Changeset 17840


Ignore:
Timestamp:
05/12/14 17:25:12 (11 years ago)
Author:
tbretz
Message:
Some updates to the CodeMirror colorizer.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/FACT++/www/viewer/index.css

    r17815 r17840  
    1010.cm-s-fact .cm-atom { color: #C8C8C8; }    /* null */
    1111.cm-s-fact .cm-number { color: /*red*/ #D8FA3C; }  /* 0, 1, 2, 3, ... */
    12 .cm-s-fact .cm-variable { color: #FFA440; }
     12
     13.cm-s-fact .cm-variable { color: #FFEA80; }  /* global variables */
     14.cm-s-fact .cm-variable-2 { color:#FFB450; } /* local variables */
     15.cm-s-fact .cm-property { color: #FF6400; }  /* properties */
     16
    1317.cm-s-fact .cm-operator { color: lightblue;/*blueviolet*/ #FBDE2D;}
    1418.cm-s-fact .cm-comment { color: olive/*#5EAE5E*/; }
    1519.cm-s-fact .cm-string { color: #61CE3C; }
    1620.cm-s-fact .cm-string-2 { color: #61CE3C; }
    17 .cm-s-fact .cm-property { color: #FF6400; }
    1821
    1922.cm-s-fact .CodeMirror-activeline-background {background: #252020 !important;}
Note: See TracChangeset for help on using the changeset viewer.