Ajout du plugin codemirror.
[ckeditor.git] / skins / ckeditor / plugins / codemirror / theme / tomorrow-night-eighties.css
diff --git a/skins/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css b/skins/ckeditor/plugins/codemirror/theme/tomorrow-night-eighties.css
new file mode 100755 (executable)
index 0000000..8098efd
--- /dev/null
@@ -0,0 +1,34 @@
+/*\r
+\r
+    Name:       Tomorrow Night - Eighties\r
+    Author:     Chris Kempson\r
+\r
+    CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)\r
+    Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)\r
+\r
+*/\r
+\r
+.cm-s-tomorrow-night-eighties.CodeMirror {background: #000000; color: #CCCCCC;}\r
+.cm-s-tomorrow-night-eighties div.CodeMirror-selected {background: #2D2D2D !important;}\r
+.cm-s-tomorrow-night-eighties .CodeMirror-gutters {background: #000000; border-right: 0px;}\r
+.cm-s-tomorrow-night-eighties .CodeMirror-linenumber {color: #515151;}\r
+.cm-s-tomorrow-night-eighties .CodeMirror-cursor {border-left: 1px solid #6A6A6A !important;}\r
+\r
+.cm-s-tomorrow-night-eighties span.cm-comment {color: #d27b53;}\r
+.cm-s-tomorrow-night-eighties span.cm-atom {color: #a16a94;}\r
+.cm-s-tomorrow-night-eighties span.cm-number {color: #a16a94;}\r
+\r
+.cm-s-tomorrow-night-eighties span.cm-property, .cm-s-tomorrow-night-eighties span.cm-attribute {color: #99cc99;}\r
+.cm-s-tomorrow-night-eighties span.cm-keyword {color: #f2777a;}\r
+.cm-s-tomorrow-night-eighties span.cm-string {color: #ffcc66;}\r
+\r
+.cm-s-tomorrow-night-eighties span.cm-variable {color: #99cc99;}\r
+.cm-s-tomorrow-night-eighties span.cm-variable-2 {color: #6699cc;}\r
+.cm-s-tomorrow-night-eighties span.cm-def {color: #f99157;}\r
+.cm-s-tomorrow-night-eighties span.cm-bracket {color: #CCCCCC;}\r
+.cm-s-tomorrow-night-eighties span.cm-tag {color: #f2777a;}\r
+.cm-s-tomorrow-night-eighties span.cm-link {color: #a16a94;}\r
+.cm-s-tomorrow-night-eighties span.cm-error {background: #f2777a; color: #6A6A6A;}\r
+\r
+.cm-s-tomorrow-night-eighties .CodeMirror-activeline-background {background: #343600 !important;}\r
+.cm-s-tomorrow-night-eighties .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}\r