Merge branch 'b-3.6.1' into mebil
[kivitendo-erp.git] / js / ckeditor / plugins / codemirror / theme / panda-syntax.css
diff --git a/js/ckeditor/plugins/codemirror/theme/panda-syntax.css b/js/ckeditor/plugins/codemirror/theme/panda-syntax.css
new file mode 100644 (file)
index 0000000..e9da8ca
--- /dev/null
@@ -0,0 +1,85 @@
+/*\r
+       Name:       Panda Syntax\r
+       Author:     Siamak Mokhtari (http://github.com/siamak/)\r
+       CodeMirror template by Siamak Mokhtari (https://github.com/siamak/atom-panda-syntax)\r
+*/\r
+.cm-s-panda-syntax {\r
+       background: #292A2B;\r
+       color: #E6E6E6;\r
+       line-height: 1.5;\r
+       font-family: 'Operator Mono', 'Source Sans Pro', Menlo, Monaco, Consolas, Courier New, monospace;\r
+}\r
+.cm-s-panda-syntax .CodeMirror-cursor { border-color: #ff2c6d; }\r
+.cm-s-panda-syntax .CodeMirror-activeline-background {\r
+       background: rgba(99, 123, 156, 0.1);\r
+}\r
+.cm-s-panda-syntax .CodeMirror-selected {\r
+       background: #FFF;\r
+}\r
+.cm-s-panda-syntax .cm-comment {\r
+       font-style: italic;\r
+       color: #676B79;\r
+}\r
+.cm-s-panda-syntax .cm-operator {\r
+       color: #f3f3f3;\r
+}\r
+.cm-s-panda-syntax .cm-string {\r
+       color: #19F9D8;\r
+}\r
+.cm-s-panda-syntax .cm-string-2 {\r
+    color: #FFB86C;\r
+}\r
+\r
+.cm-s-panda-syntax .cm-tag {\r
+       color: #ff2c6d;\r
+}\r
+.cm-s-panda-syntax .cm-meta {\r
+       color: #b084eb;\r
+}\r
+\r
+.cm-s-panda-syntax .cm-number {\r
+       color: #FFB86C;\r
+}\r
+.cm-s-panda-syntax .cm-atom {\r
+       color: #ff2c6d;\r
+}\r
+.cm-s-panda-syntax .cm-keyword {\r
+       color: #FF75B5;\r
+}\r
+.cm-s-panda-syntax .cm-variable {\r
+       color: #ffb86c;\r
+}\r
+.cm-s-panda-syntax .cm-variable-2 {\r
+       color: #ff9ac1;\r
+}\r
+.cm-s-panda-syntax .cm-variable-3, .cm-s-panda-syntax .cm-type {\r
+       color: #ff9ac1;\r
+}\r
+\r
+.cm-s-panda-syntax .cm-def {\r
+       color: #e6e6e6;\r
+}\r
+.cm-s-panda-syntax .cm-property {\r
+       color: #f3f3f3;\r
+}\r
+.cm-s-panda-syntax .cm-unit {\r
+    color: #ffb86c;\r
+}\r
+\r
+.cm-s-panda-syntax .cm-attribute {\r
+    color: #ffb86c;\r
+}\r
+\r
+.cm-s-panda-syntax .CodeMirror-matchingbracket {\r
+    border-bottom: 1px dotted #19F9D8;\r
+    padding-bottom: 2px;\r
+    color: #e6e6e6;\r
+}\r
+.cm-s-panda-syntax .CodeMirror-gutters {\r
+    background: #292a2b;\r
+    border-right-color: rgba(255, 255, 255, 0.1);\r
+}\r
+.cm-s-panda-syntax .CodeMirror-linenumber {\r
+    color: #e6e6e6;\r
+    opacity: 0.6;\r
+}\r