Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / theme / the-matrix.css
diff --git a/skins/ckeditor/plugins/codemirror/theme/the-matrix.css b/skins/ckeditor/plugins/codemirror/theme/the-matrix.css
new file mode 100755 (executable)
index 0000000..fdbc0b7
--- /dev/null
@@ -0,0 +1,26 @@
+.cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }\r
+.cm-s-the-matrix span.CodeMirror-selected { background: #a8f !important; }\r
+.cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; }\r
+.cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; }\r
+.cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00 !important; }\r
+\r
+.cm-s-the-matrix span.cm-keyword {color: #008803; font-weight: bold;}\r
+.cm-s-the-matrix span.cm-atom {color: #3FF;}\r
+.cm-s-the-matrix span.cm-number {color: #FFB94F;}\r
+.cm-s-the-matrix span.cm-def {color: #99C;}\r
+.cm-s-the-matrix span.cm-variable {color: #F6C;}\r
+.cm-s-the-matrix span.cm-variable-2 {color: #C6F;}\r
+.cm-s-the-matrix span.cm-variable-3 {color: #96F;}\r
+.cm-s-the-matrix span.cm-property {color: #62FFA0;}\r
+.cm-s-the-matrix span.cm-operator {color: #999}\r
+.cm-s-the-matrix span.cm-comment {color: #CCCCCC;}\r
+.cm-s-the-matrix span.cm-string {color: #39C;}\r
+.cm-s-the-matrix span.cm-meta {color: #C9F;}\r
+.cm-s-the-matrix span.cm-qualifier {color: #FFF700;}\r
+.cm-s-the-matrix span.cm-builtin {color: #30a;}\r
+.cm-s-the-matrix span.cm-bracket {color: #cc7;}\r
+.cm-s-the-matrix span.cm-tag {color: #FFBD40;}\r
+.cm-s-the-matrix span.cm-attribute {color: #FFF700;}\r
+.cm-s-the-matrix span.cm-error {color: #FF0000;}\r
+\r
+.cm-s-the-matrix .CodeMirror-activeline-background {background: #040;}\r