Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / theme / base16-dark.css
diff --git a/skins/ckeditor/plugins/codemirror/theme/base16-dark.css b/skins/ckeditor/plugins/codemirror/theme/base16-dark.css
new file mode 100755 (executable)
index 0000000..5e7a6a7
--- /dev/null
@@ -0,0 +1,34 @@
+/*\r
+\r
+    Name:       Base16 Default Dark\r
+    Author:     Chris Kempson (http://chriskempson.com)\r
+\r
+    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-chrome-devtools)\r
+    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)\r
+\r
+*/\r
+\r
+.cm-s-base16-dark.CodeMirror {background: #151515; color: #e0e0e0;}\r
+.cm-s-base16-dark div.CodeMirror-selected {background: #202020 !important;}\r
+.cm-s-base16-dark .CodeMirror-gutters {background: #151515; border-right: 0px;}\r
+.cm-s-base16-dark .CodeMirror-linenumber {color: #505050;}\r
+.cm-s-base16-dark .CodeMirror-cursor {border-left: 1px solid #b0b0b0 !important;}\r
+\r
+.cm-s-base16-dark span.cm-comment {color: #8f5536;}\r
+.cm-s-base16-dark span.cm-atom {color: #aa759f;}\r
+.cm-s-base16-dark span.cm-number {color: #aa759f;}\r
+\r
+.cm-s-base16-dark span.cm-property, .cm-s-base16-dark span.cm-attribute {color: #90a959;}\r
+.cm-s-base16-dark span.cm-keyword {color: #ac4142;}\r
+.cm-s-base16-dark span.cm-string {color: #f4bf75;}\r
+\r
+.cm-s-base16-dark span.cm-variable {color: #90a959;}\r
+.cm-s-base16-dark span.cm-variable-2 {color: #6a9fb5;}\r
+.cm-s-base16-dark span.cm-def {color: #d28445;}\r
+.cm-s-base16-dark span.cm-bracket {color: #e0e0e0;}\r
+.cm-s-base16-dark span.cm-tag {color: #ac4142;}\r
+.cm-s-base16-dark span.cm-link {color: #aa759f;}\r
+.cm-s-base16-dark span.cm-error {background: #ac4142; color: #b0b0b0;}\r
+\r
+.cm-s-base16-dark .CodeMirror-activeline-background {background: #2F2F2F !important;}\r
+.cm-s-base16-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}\r