Changeset 17840
- Timestamp:
- 05/12/14 17:25:12 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/FACT++/www/viewer/index.css
r17815 r17840 10 10 .cm-s-fact .cm-atom { color: #C8C8C8; } /* null */ 11 11 .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 13 17 .cm-s-fact .cm-operator { color: lightblue;/*blueviolet*/ #FBDE2D;} 14 18 .cm-s-fact .cm-comment { color: olive/*#5EAE5E*/; } 15 19 .cm-s-fact .cm-string { color: #61CE3C; } 16 20 .cm-s-fact .cm-string-2 { color: #61CE3C; } 17 .cm-s-fact .cm-property { color: #FF6400; }18 21 19 22 .cm-s-fact .CodeMirror-activeline-background {background: #252020 !important;}
Note:
See TracChangeset
for help on using the changeset viewer.