Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / theme / midnight.css
diff --git a/skins/ckeditor/plugins/codemirror/theme/midnight.css b/skins/ckeditor/plugins/codemirror/theme/midnight.css
new file mode 100755 (executable)
index 0000000..4229853
--- /dev/null
@@ -0,0 +1,43 @@
+/* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */\r
+\r
+/*<!--match-->*/\r
+.cm-s-midnight span.CodeMirror-matchhighlight { background: #494949 }\r
+.cm-s-midnight.CodeMirror-focused span.CodeMirror-matchhighlight { background: #314D67 !important; }\r
+\r
+/*<!--activeline-->*/\r
+.cm-s-midnight .CodeMirror-activeline-background {background: #253540 !important;}\r
+\r
+.cm-s-midnight.CodeMirror {\r
+    background: #0F192A;\r
+    color: #D1EDFF;\r
+}\r
+\r
+.cm-s-midnight.CodeMirror {border-top: 1px solid black; border-bottom: 1px solid black;}\r
+\r
+.cm-s-midnight div.CodeMirror-selected {background: #314D67 !important;}\r
+.cm-s-midnight .CodeMirror-gutters {background: #0F192A; border-right: 1px solid;}\r
+.cm-s-midnight .CodeMirror-linenumber {color: #D0D0D0;}\r
+.cm-s-midnight .CodeMirror-cursor {\r
+    border-left: 1px solid #F8F8F0 !important;\r
+}\r
+\r
+.cm-s-midnight span.cm-comment {color: #428BDD;}\r
+.cm-s-midnight span.cm-atom {color: #AE81FF;}\r
+.cm-s-midnight span.cm-number {color: #D1EDFF;}\r
+\r
+.cm-s-midnight span.cm-property, .cm-s-midnight span.cm-attribute {color: #A6E22E;}\r
+.cm-s-midnight span.cm-keyword {color: #E83737;}\r
+.cm-s-midnight span.cm-string {color: #1DC116;}\r
+\r
+.cm-s-midnight span.cm-variable {color: #FFAA3E;}\r
+.cm-s-midnight span.cm-variable-2 {color: #FFAA3E;}\r
+.cm-s-midnight span.cm-def {color: #4DD;}\r
+.cm-s-midnight span.cm-bracket {color: #D1EDFF;}\r
+.cm-s-midnight span.cm-tag {color: #449;}\r
+.cm-s-midnight span.cm-link {color: #AE81FF;}\r
+.cm-s-midnight span.cm-error {background: #F92672; color: #F8F8F0;}\r
+\r
+.cm-s-midnight .CodeMirror-matchingbracket {\r
+  text-decoration: underline;\r
+  color: white !important;\r
+}\r