e9da8ca066bd57e70519d752f4d283c4b20c6f4c
[kivitendo-erp.git] / js / ckeditor / plugins / codemirror / theme / panda-syntax.css
1 /*\r
2         Name:       Panda Syntax\r
3         Author:     Siamak Mokhtari (http://github.com/siamak/)\r
4         CodeMirror template by Siamak Mokhtari (https://github.com/siamak/atom-panda-syntax)\r
5 */\r
6 .cm-s-panda-syntax {\r
7         background: #292A2B;\r
8         color: #E6E6E6;\r
9         line-height: 1.5;\r
10         font-family: 'Operator Mono', 'Source Sans Pro', Menlo, Monaco, Consolas, Courier New, monospace;\r
11 }\r
12 .cm-s-panda-syntax .CodeMirror-cursor { border-color: #ff2c6d; }\r
13 .cm-s-panda-syntax .CodeMirror-activeline-background {\r
14         background: rgba(99, 123, 156, 0.1);\r
15 }\r
16 .cm-s-panda-syntax .CodeMirror-selected {\r
17         background: #FFF;\r
18 }\r
19 .cm-s-panda-syntax .cm-comment {\r
20         font-style: italic;\r
21         color: #676B79;\r
22 }\r
23 .cm-s-panda-syntax .cm-operator {\r
24         color: #f3f3f3;\r
25 }\r
26 .cm-s-panda-syntax .cm-string {\r
27         color: #19F9D8;\r
28 }\r
29 .cm-s-panda-syntax .cm-string-2 {\r
30     color: #FFB86C;\r
31 }\r
32 \r
33 .cm-s-panda-syntax .cm-tag {\r
34         color: #ff2c6d;\r
35 }\r
36 .cm-s-panda-syntax .cm-meta {\r
37         color: #b084eb;\r
38 }\r
39 \r
40 .cm-s-panda-syntax .cm-number {\r
41         color: #FFB86C;\r
42 }\r
43 .cm-s-panda-syntax .cm-atom {\r
44         color: #ff2c6d;\r
45 }\r
46 .cm-s-panda-syntax .cm-keyword {\r
47         color: #FF75B5;\r
48 }\r
49 .cm-s-panda-syntax .cm-variable {\r
50         color: #ffb86c;\r
51 }\r
52 .cm-s-panda-syntax .cm-variable-2 {\r
53         color: #ff9ac1;\r
54 }\r
55 .cm-s-panda-syntax .cm-variable-3, .cm-s-panda-syntax .cm-type {\r
56         color: #ff9ac1;\r
57 }\r
58 \r
59 .cm-s-panda-syntax .cm-def {\r
60         color: #e6e6e6;\r
61 }\r
62 .cm-s-panda-syntax .cm-property {\r
63         color: #f3f3f3;\r
64 }\r
65 .cm-s-panda-syntax .cm-unit {\r
66     color: #ffb86c;\r
67 }\r
68 \r
69 .cm-s-panda-syntax .cm-attribute {\r
70     color: #ffb86c;\r
71 }\r
72 \r
73 .cm-s-panda-syntax .CodeMirror-matchingbracket {\r
74     border-bottom: 1px dotted #19F9D8;\r
75     padding-bottom: 2px;\r
76     color: #e6e6e6;\r
77 }\r
78 .cm-s-panda-syntax .CodeMirror-gutters {\r
79     background: #292a2b;\r
80     border-right-color: rgba(255, 255, 255, 0.1);\r
81 }\r
82 .cm-s-panda-syntax .CodeMirror-linenumber {\r
83     color: #e6e6e6;\r
84     opacity: 0.6;\r
85 }\r