source: trunk/plugins/LocalFilesEditor/codemirror/mode/clike/clike.css @ 10307

Last change on this file since 10307 was 10307, checked in by patdenice, 13 years ago

feature:2262
Replace editarea by Codemirror:
http://codemirror.net

File size: 209 bytes
Line 
1span.c-like-keyword {color: #90b;}
2span.c-like-number {color: #291;}
3span.c-like-comment {color: #a70;}
4span.c-like-string {color: #a22;}
5span.c-like-preprocessor {color: #049;}
6span.c-like-var {color: #22b;}
Note: See TracBrowser for help on using the repository browser.