@teipublisher/pb-components 1.40.2 → 1.41.1

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (92) hide show
  1. package/CHANGELOG.md +20 -0
  2. package/dist/demo/pb-code-editor.html +12 -9
  3. package/dist/{iron-form-f540b15b.js → iron-form-9e72ac45.js} +1 -1
  4. package/dist/jinn-codemirror-cc5827eb.js +1 -0
  5. package/dist/{paper-checkbox-f6a70487.js → paper-checkbox-102e3b43.js} +120 -120
  6. package/dist/pb-code-editor.js +22 -0
  7. package/dist/pb-components-bundle.js +234 -234
  8. package/dist/pb-edit-app.js +33 -33
  9. package/dist/pb-elements.json +61 -16
  10. package/dist/pb-i18n-6ad23bcf.js +1 -0
  11. package/dist/pb-message-0fb0b538.js +911 -0
  12. package/dist/pb-odd-editor.js +125 -82
  13. package/package.json +4 -5
  14. package/pb-elements.json +61 -16
  15. package/src/pb-code-editor.js +51 -663
  16. package/src/pb-components.js +0 -1
  17. package/src/pb-odd-model-editor.js +68 -23
  18. package/src/pb-odd-parameter-editor.js +17 -9
  19. package/src/pb-odd-rendition-editor.js +19 -9
  20. package/css/codemirror/3024-day.css +0 -41
  21. package/css/codemirror/3024-night.css +0 -39
  22. package/css/codemirror/abbott.css +0 -268
  23. package/css/codemirror/abcdef.css +0 -32
  24. package/css/codemirror/ambiance-mobile.css +0 -5
  25. package/css/codemirror/ambiance.css +0 -74
  26. package/css/codemirror/ayu-dark.css +0 -44
  27. package/css/codemirror/ayu-mirage.css +0 -45
  28. package/css/codemirror/base16-dark.css +0 -40
  29. package/css/codemirror/base16-light.css +0 -38
  30. package/css/codemirror/bespin.css +0 -34
  31. package/css/codemirror/blackboard.css +0 -32
  32. package/css/codemirror/cobalt.css +0 -25
  33. package/css/codemirror/colorforth.css +0 -33
  34. package/css/codemirror/darcula.css +0 -53
  35. package/css/codemirror/dracula.css +0 -40
  36. package/css/codemirror/duotone-dark.css +0 -35
  37. package/css/codemirror/duotone-light.css +0 -36
  38. package/css/codemirror/eclipse.css +0 -23
  39. package/css/codemirror/elegant.css +0 -13
  40. package/css/codemirror/erlang-dark.css +0 -34
  41. package/css/codemirror/gruvbox-dark.css +0 -39
  42. package/css/codemirror/hopscotch.css +0 -34
  43. package/css/codemirror/icecoder.css +0 -43
  44. package/css/codemirror/idea.css +0 -42
  45. package/css/codemirror/isotope.css +0 -34
  46. package/css/codemirror/juejin.css +0 -30
  47. package/css/codemirror/lesser-dark.css +0 -47
  48. package/css/codemirror/liquibyte.css +0 -95
  49. package/css/codemirror/lucario.css +0 -37
  50. package/css/codemirror/material-darker.css +0 -135
  51. package/css/codemirror/material-ocean.css +0 -141
  52. package/css/codemirror/material-palenight.css +0 -141
  53. package/css/codemirror/material.css +0 -141
  54. package/css/codemirror/mbo.css +0 -37
  55. package/css/codemirror/mdn-like.css +0 -46
  56. package/css/codemirror/midnight.css +0 -39
  57. package/css/codemirror/monokai.css +0 -41
  58. package/css/codemirror/moxer.css +0 -143
  59. package/css/codemirror/neat.css +0 -12
  60. package/css/codemirror/neo.css +0 -43
  61. package/css/codemirror/night.css +0 -27
  62. package/css/codemirror/nord.css +0 -42
  63. package/css/codemirror/oceanic-next.css +0 -46
  64. package/css/codemirror/panda-syntax.css +0 -85
  65. package/css/codemirror/paraiso-dark.css +0 -38
  66. package/css/codemirror/paraiso-light.css +0 -38
  67. package/css/codemirror/pastel-on-dark.css +0 -52
  68. package/css/codemirror/railscasts.css +0 -34
  69. package/css/codemirror/rubyblue.css +0 -25
  70. package/css/codemirror/seti.css +0 -44
  71. package/css/codemirror/shadowfox.css +0 -52
  72. package/css/codemirror/solarized.css +0 -168
  73. package/css/codemirror/ssms.css +0 -16
  74. package/css/codemirror/the-matrix.css +0 -30
  75. package/css/codemirror/tomorrow-night-bright.css +0 -35
  76. package/css/codemirror/tomorrow-night-eighties.css +0 -38
  77. package/css/codemirror/ttcn.css +0 -64
  78. package/css/codemirror/twilight.css +0 -32
  79. package/css/codemirror/vibrant-ink.css +0 -34
  80. package/css/codemirror/xq-dark.css +0 -53
  81. package/css/codemirror/xq-light.css +0 -43
  82. package/css/codemirror/yeti.css +0 -44
  83. package/css/codemirror/yonce.css +0 -59
  84. package/css/codemirror/zenburn.css +0 -37
  85. package/dist/pb-message-1a0c0c52.js +0 -1360
  86. package/lib/codemirror/addon/display/placeholder.js +0 -70
  87. package/lib/codemirror/addon/edit/matchbrackets.js +0 -152
  88. package/lib/codemirror/addon/lint/lint.js +0 -282
  89. package/lib/codemirror/mode/css/css.js +0 -855
  90. package/lib/codemirror/mode/stex/stex.js +0 -249
  91. package/lib/codemirror/mode/xml/xml.js +0 -404
  92. package/lib/codemirror/mode/xquery/xquery.js +0 -434
@@ -1,52 +0,0 @@
1
- /*
2
-
3
- Name: shadowfox
4
- Author: overdodactyl (http://github.com/overdodactyl)
5
-
6
- Original shadowfox color scheme by Firefox
7
-
8
- */
9
-
10
- .cm-s-shadowfox.CodeMirror { background: #2a2a2e; color: #b1b1b3; }
11
- .cm-s-shadowfox div.CodeMirror-selected { background: #353B48; }
12
- .cm-s-shadowfox .CodeMirror-line::selection, .cm-s-shadowfox .CodeMirror-line > span::selection, .cm-s-shadowfox .CodeMirror-line > span > span::selection { background: #353B48; }
13
- .cm-s-shadowfox .CodeMirror-line::-moz-selection, .cm-s-shadowfox .CodeMirror-line > span::-moz-selection, .cm-s-shadowfox .CodeMirror-line > span > span::-moz-selection { background: #353B48; }
14
- .cm-s-shadowfox .CodeMirror-gutters { background: #0c0c0d ; border-right: 1px solid #0c0c0d; }
15
- .cm-s-shadowfox .CodeMirror-guttermarker { color: #555; }
16
- .cm-s-shadowfox .CodeMirror-linenumber { color: #939393; }
17
- .cm-s-shadowfox .CodeMirror-cursor { border-left: 1px solid #fff; }
18
-
19
- .cm-s-shadowfox span.cm-comment { color: #939393; }
20
- .cm-s-shadowfox span.cm-atom { color: #FF7DE9; }
21
- .cm-s-shadowfox span.cm-quote { color: #FF7DE9; }
22
- .cm-s-shadowfox span.cm-builtin { color: #FF7DE9; }
23
- .cm-s-shadowfox span.cm-attribute { color: #FF7DE9; }
24
- .cm-s-shadowfox span.cm-keyword { color: #FF7DE9; }
25
- .cm-s-shadowfox span.cm-error { color: #FF7DE9; }
26
-
27
- .cm-s-shadowfox span.cm-number { color: #6B89FF; }
28
- .cm-s-shadowfox span.cm-string { color: #6B89FF; }
29
- .cm-s-shadowfox span.cm-string-2 { color: #6B89FF; }
30
-
31
- .cm-s-shadowfox span.cm-meta { color: #939393; }
32
- .cm-s-shadowfox span.cm-hr { color: #939393; }
33
-
34
- .cm-s-shadowfox span.cm-header { color: #75BFFF; }
35
- .cm-s-shadowfox span.cm-qualifier { color: #75BFFF; }
36
- .cm-s-shadowfox span.cm-variable-2 { color: #75BFFF; }
37
-
38
- .cm-s-shadowfox span.cm-property { color: #86DE74; }
39
-
40
- .cm-s-shadowfox span.cm-def { color: #75BFFF; }
41
- .cm-s-shadowfox span.cm-bracket { color: #75BFFF; }
42
- .cm-s-shadowfox span.cm-tag { color: #75BFFF; }
43
- .cm-s-shadowfox span.cm-link:visited { color: #75BFFF; }
44
-
45
- .cm-s-shadowfox span.cm-variable { color: #B98EFF; }
46
- .cm-s-shadowfox span.cm-variable-3 { color: #d7d7db; }
47
- .cm-s-shadowfox span.cm-link { color: #737373; }
48
- .cm-s-shadowfox span.cm-operator { color: #b1b1b3; }
49
- .cm-s-shadowfox span.cm-special { color: #d7d7db; }
50
-
51
- .cm-s-shadowfox .CodeMirror-activeline-background { background: rgba(185, 215, 253, .15) }
52
- .cm-s-shadowfox .CodeMirror-matchingbracket { outline: solid 1px rgba(255, 255, 255, .25); color: white !important; }
@@ -1,168 +0,0 @@
1
- /*
2
- Solarized theme for code-mirror
3
- http://ethanschoonover.com/solarized
4
- */
5
-
6
- /*
7
- Solarized color palette
8
- http://ethanschoonover.com/solarized/img/solarized-palette.png
9
- */
10
-
11
- .solarized.base03 { color: #002b36; }
12
- .solarized.base02 { color: #073642; }
13
- .solarized.base01 { color: #586e75; }
14
- .solarized.base00 { color: #657b83; }
15
- .solarized.base0 { color: #839496; }
16
- .solarized.base1 { color: #93a1a1; }
17
- .solarized.base2 { color: #eee8d5; }
18
- .solarized.base3 { color: #fdf6e3; }
19
- .solarized.solar-yellow { color: #b58900; }
20
- .solarized.solar-orange { color: #cb4b16; }
21
- .solarized.solar-red { color: #dc322f; }
22
- .solarized.solar-magenta { color: #d33682; }
23
- .solarized.solar-violet { color: #6c71c4; }
24
- .solarized.solar-blue { color: #268bd2; }
25
- .solarized.solar-cyan { color: #2aa198; }
26
- .solarized.solar-green { color: #859900; }
27
-
28
- /* Color scheme for code-mirror */
29
-
30
- .cm-s-solarized {
31
- line-height: 1.45em;
32
- color-profile: sRGB;
33
- rendering-intent: auto;
34
- }
35
- .cm-s-solarized.cm-s-dark {
36
- color: #839496;
37
- background-color: #002b36;
38
- text-shadow: #002b36 0 1px;
39
- }
40
- .cm-s-solarized.cm-s-light {
41
- background-color: #fdf6e3;
42
- color: #657b83;
43
- text-shadow: #eee8d5 0 1px;
44
- }
45
-
46
- .cm-s-solarized .CodeMirror-widget {
47
- text-shadow: none;
48
- }
49
-
50
- .cm-s-solarized .cm-header { color: #586e75; }
51
- .cm-s-solarized .cm-quote { color: #93a1a1; }
52
-
53
- .cm-s-solarized .cm-keyword { color: #cb4b16; }
54
- .cm-s-solarized .cm-atom { color: #d33682; }
55
- .cm-s-solarized .cm-number { color: #d33682; }
56
- .cm-s-solarized .cm-def { color: #2aa198; }
57
-
58
- .cm-s-solarized .cm-variable { color: #839496; }
59
- .cm-s-solarized .cm-variable-2 { color: #b58900; }
60
- .cm-s-solarized .cm-variable-3, .cm-s-solarized .cm-type { color: #6c71c4; }
61
-
62
- .cm-s-solarized .cm-property { color: #2aa198; }
63
- .cm-s-solarized .cm-operator { color: #6c71c4; }
64
-
65
- .cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }
66
-
67
- .cm-s-solarized .cm-string { color: #859900; }
68
- .cm-s-solarized .cm-string-2 { color: #b58900; }
69
-
70
- .cm-s-solarized .cm-meta { color: #859900; }
71
- .cm-s-solarized .cm-qualifier { color: #b58900; }
72
- .cm-s-solarized .cm-builtin { color: #d33682; }
73
- .cm-s-solarized .cm-bracket { color: #cb4b16; }
74
- .cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
75
- .cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
76
- .cm-s-solarized .cm-tag { color: #93a1a1; }
77
- .cm-s-solarized .cm-attribute { color: #2aa198; }
78
- .cm-s-solarized .cm-hr {
79
- color: transparent;
80
- border-top: 1px solid #586e75;
81
- display: block;
82
- }
83
- .cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
84
- .cm-s-solarized .cm-special { color: #6c71c4; }
85
- .cm-s-solarized .cm-em {
86
- color: #999;
87
- text-decoration: underline;
88
- text-decoration-style: dotted;
89
- }
90
- .cm-s-solarized .cm-error,
91
- .cm-s-solarized .cm-invalidchar {
92
- color: #586e75;
93
- border-bottom: 1px dotted #dc322f;
94
- }
95
-
96
- .cm-s-solarized.cm-s-dark div.CodeMirror-selected { background: #073642; }
97
- .cm-s-solarized.cm-s-dark.CodeMirror ::selection { background: rgba(7, 54, 66, 0.99); }
98
- .cm-s-solarized.cm-s-dark .CodeMirror-line::-moz-selection, .cm-s-dark .CodeMirror-line > span::-moz-selection, .cm-s-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(7, 54, 66, 0.99); }
99
-
100
- .cm-s-solarized.cm-s-light div.CodeMirror-selected { background: #eee8d5; }
101
- .cm-s-solarized.cm-s-light .CodeMirror-line::selection, .cm-s-light .CodeMirror-line > span::selection, .cm-s-light .CodeMirror-line > span > span::selection { background: #eee8d5; }
102
- .cm-s-solarized.cm-s-light .CodeMirror-line::-moz-selection, .cm-s-light .CodeMirror-line > span::-moz-selection, .cm-s-light .CodeMirror-line > span > span::-moz-selection { background: #eee8d5; }
103
-
104
- /* Editor styling */
105
-
106
-
107
-
108
- /* Little shadow on the view-port of the buffer view */
109
- .cm-s-solarized.CodeMirror {
110
- -moz-box-shadow: inset 7px 0 12px -6px #000;
111
- -webkit-box-shadow: inset 7px 0 12px -6px #000;
112
- box-shadow: inset 7px 0 12px -6px #000;
113
- }
114
-
115
- /* Remove gutter border */
116
- .cm-s-solarized .CodeMirror-gutters {
117
- border-right: 0;
118
- }
119
-
120
- /* Gutter colors and line number styling based of color scheme (dark / light) */
121
-
122
- /* Dark */
123
- .cm-s-solarized.cm-s-dark .CodeMirror-gutters {
124
- background-color: #073642;
125
- }
126
-
127
- .cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
128
- color: #586e75;
129
- text-shadow: #021014 0 -1px;
130
- }
131
-
132
- /* Light */
133
- .cm-s-solarized.cm-s-light .CodeMirror-gutters {
134
- background-color: #eee8d5;
135
- }
136
-
137
- .cm-s-solarized.cm-s-light .CodeMirror-linenumber {
138
- color: #839496;
139
- }
140
-
141
- /* Common */
142
- .cm-s-solarized .CodeMirror-linenumber {
143
- padding: 0 5px;
144
- }
145
- .cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; }
146
- .cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; }
147
- .cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; }
148
-
149
- .cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
150
- color: #586e75;
151
- }
152
-
153
- /* Cursor */
154
- .cm-s-solarized .CodeMirror-cursor { border-left: 1px solid #819090; }
155
-
156
- /* Fat cursor */
157
- .cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: #77ee77; }
158
- .cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: #77ee77; }
159
- .cm-s-solarized.cm-s-dark.cm-fat-cursor .CodeMirror-cursor { background: #586e75; }
160
- .cm-s-solarized.cm-s-dark .cm-animate-fat-cursor { background-color: #586e75; }
161
-
162
- /* Active line */
163
- .cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
164
- background: rgba(255, 255, 255, 0.06);
165
- }
166
- .cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
167
- background: rgba(0, 0, 0, 0.06);
168
- }
@@ -1,16 +0,0 @@
1
- .cm-s-ssms span.cm-keyword { color: blue; }
2
- .cm-s-ssms span.cm-comment { color: darkgreen; }
3
- .cm-s-ssms span.cm-string { color: red; }
4
- .cm-s-ssms span.cm-def { color: black; }
5
- .cm-s-ssms span.cm-variable { color: black; }
6
- .cm-s-ssms span.cm-variable-2 { color: black; }
7
- .cm-s-ssms span.cm-atom { color: darkgray; }
8
- .cm-s-ssms .CodeMirror-linenumber { color: teal; }
9
- .cm-s-ssms .CodeMirror-activeline-background { background: #ffffff; }
10
- .cm-s-ssms span.cm-string-2 { color: #FF00FF; }
11
- .cm-s-ssms span.cm-operator,
12
- .cm-s-ssms span.cm-bracket,
13
- .cm-s-ssms span.cm-punctuation { color: darkgray; }
14
- .cm-s-ssms .CodeMirror-gutters { border-right: 3px solid #ffee62; background-color: #ffffff; }
15
- .cm-s-ssms div.CodeMirror-selected { background: #ADD6FF; }
16
-
@@ -1,30 +0,0 @@
1
- .cm-s-the-matrix.CodeMirror { background: #000000; color: #00FF00; }
2
- .cm-s-the-matrix div.CodeMirror-selected { background: #2D2D2D; }
3
- .cm-s-the-matrix .CodeMirror-line::selection, .cm-s-the-matrix .CodeMirror-line > span::selection, .cm-s-the-matrix .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); }
4
- .cm-s-the-matrix .CodeMirror-line::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span::-moz-selection, .cm-s-the-matrix .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); }
5
- .cm-s-the-matrix .CodeMirror-gutters { background: #060; border-right: 2px solid #00FF00; }
6
- .cm-s-the-matrix .CodeMirror-guttermarker { color: #0f0; }
7
- .cm-s-the-matrix .CodeMirror-guttermarker-subtle { color: white; }
8
- .cm-s-the-matrix .CodeMirror-linenumber { color: #FFFFFF; }
9
- .cm-s-the-matrix .CodeMirror-cursor { border-left: 1px solid #00FF00; }
10
-
11
- .cm-s-the-matrix span.cm-keyword { color: #008803; font-weight: bold; }
12
- .cm-s-the-matrix span.cm-atom { color: #3FF; }
13
- .cm-s-the-matrix span.cm-number { color: #FFB94F; }
14
- .cm-s-the-matrix span.cm-def { color: #99C; }
15
- .cm-s-the-matrix span.cm-variable { color: #F6C; }
16
- .cm-s-the-matrix span.cm-variable-2 { color: #C6F; }
17
- .cm-s-the-matrix span.cm-variable-3, .cm-s-the-matrix span.cm-type { color: #96F; }
18
- .cm-s-the-matrix span.cm-property { color: #62FFA0; }
19
- .cm-s-the-matrix span.cm-operator { color: #999; }
20
- .cm-s-the-matrix span.cm-comment { color: #CCCCCC; }
21
- .cm-s-the-matrix span.cm-string { color: #39C; }
22
- .cm-s-the-matrix span.cm-meta { color: #C9F; }
23
- .cm-s-the-matrix span.cm-qualifier { color: #FFF700; }
24
- .cm-s-the-matrix span.cm-builtin { color: #30a; }
25
- .cm-s-the-matrix span.cm-bracket { color: #cc7; }
26
- .cm-s-the-matrix span.cm-tag { color: #FFBD40; }
27
- .cm-s-the-matrix span.cm-attribute { color: #FFF700; }
28
- .cm-s-the-matrix span.cm-error { color: #FF0000; }
29
-
30
- .cm-s-the-matrix .CodeMirror-activeline-background { background: #040; }
@@ -1,35 +0,0 @@
1
- /*
2
-
3
- Name: Tomorrow Night - Bright
4
- Author: Chris Kempson
5
-
6
- Port done by Gerard Braad <me@gbraad.nl>
7
-
8
- */
9
-
10
- .cm-s-tomorrow-night-bright.CodeMirror { background: #000000; color: #eaeaea; }
11
- .cm-s-tomorrow-night-bright div.CodeMirror-selected { background: #424242; }
12
- .cm-s-tomorrow-night-bright .CodeMirror-gutters { background: #000000; border-right: 0px; }
13
- .cm-s-tomorrow-night-bright .CodeMirror-guttermarker { color: #e78c45; }
14
- .cm-s-tomorrow-night-bright .CodeMirror-guttermarker-subtle { color: #777; }
15
- .cm-s-tomorrow-night-bright .CodeMirror-linenumber { color: #424242; }
16
- .cm-s-tomorrow-night-bright .CodeMirror-cursor { border-left: 1px solid #6A6A6A; }
17
-
18
- .cm-s-tomorrow-night-bright span.cm-comment { color: #d27b53; }
19
- .cm-s-tomorrow-night-bright span.cm-atom { color: #a16a94; }
20
- .cm-s-tomorrow-night-bright span.cm-number { color: #a16a94; }
21
-
22
- .cm-s-tomorrow-night-bright span.cm-property, .cm-s-tomorrow-night-bright span.cm-attribute { color: #99cc99; }
23
- .cm-s-tomorrow-night-bright span.cm-keyword { color: #d54e53; }
24
- .cm-s-tomorrow-night-bright span.cm-string { color: #e7c547; }
25
-
26
- .cm-s-tomorrow-night-bright span.cm-variable { color: #b9ca4a; }
27
- .cm-s-tomorrow-night-bright span.cm-variable-2 { color: #7aa6da; }
28
- .cm-s-tomorrow-night-bright span.cm-def { color: #e78c45; }
29
- .cm-s-tomorrow-night-bright span.cm-bracket { color: #eaeaea; }
30
- .cm-s-tomorrow-night-bright span.cm-tag { color: #d54e53; }
31
- .cm-s-tomorrow-night-bright span.cm-link { color: #a16a94; }
32
- .cm-s-tomorrow-night-bright span.cm-error { background: #d54e53; color: #6A6A6A; }
33
-
34
- .cm-s-tomorrow-night-bright .CodeMirror-activeline-background { background: #2a2a2a; }
35
- .cm-s-tomorrow-night-bright .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
@@ -1,38 +0,0 @@
1
- /*
2
-
3
- Name: Tomorrow Night - Eighties
4
- Author: Chris Kempson
5
-
6
- CodeMirror template by Jan T. Sott (https://github.com/idleberg/base16-codemirror)
7
- Original Base16 color scheme by Chris Kempson (https://github.com/chriskempson/base16)
8
-
9
- */
10
-
11
- .cm-s-tomorrow-night-eighties.CodeMirror { background: #000000; color: #CCCCCC; }
12
- .cm-s-tomorrow-night-eighties div.CodeMirror-selected { background: #2D2D2D; }
13
- .cm-s-tomorrow-night-eighties .CodeMirror-line::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::selection { background: rgba(45, 45, 45, 0.99); }
14
- .cm-s-tomorrow-night-eighties .CodeMirror-line::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span::-moz-selection, .cm-s-tomorrow-night-eighties .CodeMirror-line > span > span::-moz-selection { background: rgba(45, 45, 45, 0.99); }
15
- .cm-s-tomorrow-night-eighties .CodeMirror-gutters { background: #000000; border-right: 0px; }
16
- .cm-s-tomorrow-night-eighties .CodeMirror-guttermarker { color: #f2777a; }
17
- .cm-s-tomorrow-night-eighties .CodeMirror-guttermarker-subtle { color: #777; }
18
- .cm-s-tomorrow-night-eighties .CodeMirror-linenumber { color: #515151; }
19
- .cm-s-tomorrow-night-eighties .CodeMirror-cursor { border-left: 1px solid #6A6A6A; }
20
-
21
- .cm-s-tomorrow-night-eighties span.cm-comment { color: #d27b53; }
22
- .cm-s-tomorrow-night-eighties span.cm-atom { color: #a16a94; }
23
- .cm-s-tomorrow-night-eighties span.cm-number { color: #a16a94; }
24
-
25
- .cm-s-tomorrow-night-eighties span.cm-property, .cm-s-tomorrow-night-eighties span.cm-attribute { color: #99cc99; }
26
- .cm-s-tomorrow-night-eighties span.cm-keyword { color: #f2777a; }
27
- .cm-s-tomorrow-night-eighties span.cm-string { color: #ffcc66; }
28
-
29
- .cm-s-tomorrow-night-eighties span.cm-variable { color: #99cc99; }
30
- .cm-s-tomorrow-night-eighties span.cm-variable-2 { color: #6699cc; }
31
- .cm-s-tomorrow-night-eighties span.cm-def { color: #f99157; }
32
- .cm-s-tomorrow-night-eighties span.cm-bracket { color: #CCCCCC; }
33
- .cm-s-tomorrow-night-eighties span.cm-tag { color: #f2777a; }
34
- .cm-s-tomorrow-night-eighties span.cm-link { color: #a16a94; }
35
- .cm-s-tomorrow-night-eighties span.cm-error { background: #f2777a; color: #6A6A6A; }
36
-
37
- .cm-s-tomorrow-night-eighties .CodeMirror-activeline-background { background: #343600; }
38
- .cm-s-tomorrow-night-eighties .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
@@ -1,64 +0,0 @@
1
- .cm-s-ttcn .cm-quote { color: #090; }
2
- .cm-s-ttcn .cm-negative { color: #d44; }
3
- .cm-s-ttcn .cm-positive { color: #292; }
4
- .cm-s-ttcn .cm-header, .cm-strong { font-weight: bold; }
5
- .cm-s-ttcn .cm-em { font-style: italic; }
6
- .cm-s-ttcn .cm-link { text-decoration: underline; }
7
- .cm-s-ttcn .cm-strikethrough { text-decoration: line-through; }
8
- .cm-s-ttcn .cm-header { color: #00f; font-weight: bold; }
9
-
10
- .cm-s-ttcn .cm-atom { color: #219; }
11
- .cm-s-ttcn .cm-attribute { color: #00c; }
12
- .cm-s-ttcn .cm-bracket { color: #997; }
13
- .cm-s-ttcn .cm-comment { color: #333333; }
14
- .cm-s-ttcn .cm-def { color: #00f; }
15
- .cm-s-ttcn .cm-em { font-style: italic; }
16
- .cm-s-ttcn .cm-error { color: #f00; }
17
- .cm-s-ttcn .cm-hr { color: #999; }
18
- .cm-s-ttcn .cm-invalidchar { color: #f00; }
19
- .cm-s-ttcn .cm-keyword { font-weight:bold; }
20
- .cm-s-ttcn .cm-link { color: #00c; text-decoration: underline; }
21
- .cm-s-ttcn .cm-meta { color: #555; }
22
- .cm-s-ttcn .cm-negative { color: #d44; }
23
- .cm-s-ttcn .cm-positive { color: #292; }
24
- .cm-s-ttcn .cm-qualifier { color: #555; }
25
- .cm-s-ttcn .cm-strikethrough { text-decoration: line-through; }
26
- .cm-s-ttcn .cm-string { color: #006400; }
27
- .cm-s-ttcn .cm-string-2 { color: #f50; }
28
- .cm-s-ttcn .cm-strong { font-weight: bold; }
29
- .cm-s-ttcn .cm-tag { color: #170; }
30
- .cm-s-ttcn .cm-variable { color: #8B2252; }
31
- .cm-s-ttcn .cm-variable-2 { color: #05a; }
32
- .cm-s-ttcn .cm-variable-3, .cm-s-ttcn .cm-type { color: #085; }
33
-
34
- .cm-s-ttcn .cm-invalidchar { color: #f00; }
35
-
36
- /* ASN */
37
- .cm-s-ttcn .cm-accessTypes,
38
- .cm-s-ttcn .cm-compareTypes { color: #27408B; }
39
- .cm-s-ttcn .cm-cmipVerbs { color: #8B2252; }
40
- .cm-s-ttcn .cm-modifier { color:#D2691E; }
41
- .cm-s-ttcn .cm-status { color:#8B4545; }
42
- .cm-s-ttcn .cm-storage { color:#A020F0; }
43
- .cm-s-ttcn .cm-tags { color:#006400; }
44
-
45
- /* CFG */
46
- .cm-s-ttcn .cm-externalCommands { color: #8B4545; font-weight:bold; }
47
- .cm-s-ttcn .cm-fileNCtrlMaskOptions,
48
- .cm-s-ttcn .cm-sectionTitle { color: #2E8B57; font-weight:bold; }
49
-
50
- /* TTCN */
51
- .cm-s-ttcn .cm-booleanConsts,
52
- .cm-s-ttcn .cm-otherConsts,
53
- .cm-s-ttcn .cm-verdictConsts { color: #006400; }
54
- .cm-s-ttcn .cm-configOps,
55
- .cm-s-ttcn .cm-functionOps,
56
- .cm-s-ttcn .cm-portOps,
57
- .cm-s-ttcn .cm-sutOps,
58
- .cm-s-ttcn .cm-timerOps,
59
- .cm-s-ttcn .cm-verdictOps { color: #0000FF; }
60
- .cm-s-ttcn .cm-preprocessor,
61
- .cm-s-ttcn .cm-templateMatch,
62
- .cm-s-ttcn .cm-ttcn3Macros { color: #27408B; }
63
- .cm-s-ttcn .cm-types { color: #A52A2A; font-weight:bold; }
64
- .cm-s-ttcn .cm-visibilityModifiers { font-weight:bold; }
@@ -1,32 +0,0 @@
1
- .cm-s-twilight.CodeMirror { background: #141414; color: #f7f7f7; } /**/
2
- .cm-s-twilight div.CodeMirror-selected { background: #323232; } /**/
3
- .cm-s-twilight .CodeMirror-line::selection, .cm-s-twilight .CodeMirror-line > span::selection, .cm-s-twilight .CodeMirror-line > span > span::selection { background: rgba(50, 50, 50, 0.99); }
4
- .cm-s-twilight .CodeMirror-line::-moz-selection, .cm-s-twilight .CodeMirror-line > span::-moz-selection, .cm-s-twilight .CodeMirror-line > span > span::-moz-selection { background: rgba(50, 50, 50, 0.99); }
5
-
6
- .cm-s-twilight .CodeMirror-gutters { background: #222; border-right: 1px solid #aaa; }
7
- .cm-s-twilight .CodeMirror-guttermarker { color: white; }
8
- .cm-s-twilight .CodeMirror-guttermarker-subtle { color: #aaa; }
9
- .cm-s-twilight .CodeMirror-linenumber { color: #aaa; }
10
- .cm-s-twilight .CodeMirror-cursor { border-left: 1px solid white; }
11
-
12
- .cm-s-twilight .cm-keyword { color: #f9ee98; } /**/
13
- .cm-s-twilight .cm-atom { color: #FC0; }
14
- .cm-s-twilight .cm-number { color: #ca7841; } /**/
15
- .cm-s-twilight .cm-def { color: #8DA6CE; }
16
- .cm-s-twilight span.cm-variable-2, .cm-s-twilight span.cm-tag { color: #607392; } /**/
17
- .cm-s-twilight span.cm-variable-3, .cm-s-twilight span.cm-def, .cm-s-twilight span.cm-type { color: #607392; } /**/
18
- .cm-s-twilight .cm-operator { color: #cda869; } /**/
19
- .cm-s-twilight .cm-comment { color:#777; font-style:italic; font-weight:normal; } /**/
20
- .cm-s-twilight .cm-string { color:#8f9d6a; font-style:italic; } /**/
21
- .cm-s-twilight .cm-string-2 { color:#bd6b18; } /*?*/
22
- .cm-s-twilight .cm-meta { background-color:#141414; color:#f7f7f7; } /*?*/
23
- .cm-s-twilight .cm-builtin { color: #cda869; } /*?*/
24
- .cm-s-twilight .cm-tag { color: #997643; } /**/
25
- .cm-s-twilight .cm-attribute { color: #d6bb6d; } /*?*/
26
- .cm-s-twilight .cm-header { color: #FF6400; }
27
- .cm-s-twilight .cm-hr { color: #AEAEAE; }
28
- .cm-s-twilight .cm-link { color:#ad9361; font-style:italic; text-decoration:none; } /**/
29
- .cm-s-twilight .cm-error { border-bottom: 1px solid red; }
30
-
31
- .cm-s-twilight .CodeMirror-activeline-background { background: #27282E; }
32
- .cm-s-twilight .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
@@ -1,34 +0,0 @@
1
- /* Taken from the popular Visual Studio Vibrant Ink Schema */
2
-
3
- .cm-s-vibrant-ink.CodeMirror { background: black; color: white; }
4
- .cm-s-vibrant-ink div.CodeMirror-selected { background: #35493c; }
5
- .cm-s-vibrant-ink .CodeMirror-line::selection, .cm-s-vibrant-ink .CodeMirror-line > span::selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::selection { background: rgba(53, 73, 60, 0.99); }
6
- .cm-s-vibrant-ink .CodeMirror-line::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span::-moz-selection, .cm-s-vibrant-ink .CodeMirror-line > span > span::-moz-selection { background: rgba(53, 73, 60, 0.99); }
7
-
8
- .cm-s-vibrant-ink .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
9
- .cm-s-vibrant-ink .CodeMirror-guttermarker { color: white; }
10
- .cm-s-vibrant-ink .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
11
- .cm-s-vibrant-ink .CodeMirror-linenumber { color: #d0d0d0; }
12
- .cm-s-vibrant-ink .CodeMirror-cursor { border-left: 1px solid white; }
13
-
14
- .cm-s-vibrant-ink .cm-keyword { color: #CC7832; }
15
- .cm-s-vibrant-ink .cm-atom { color: #FC0; }
16
- .cm-s-vibrant-ink .cm-number { color: #FFEE98; }
17
- .cm-s-vibrant-ink .cm-def { color: #8DA6CE; }
18
- .cm-s-vibrant-ink span.cm-variable-2, .cm-s-vibrant span.cm-tag { color: #FFC66D; }
19
- .cm-s-vibrant-ink span.cm-variable-3, .cm-s-vibrant span.cm-def, .cm-s-vibrant span.cm-type { color: #FFC66D; }
20
- .cm-s-vibrant-ink .cm-operator { color: #888; }
21
- .cm-s-vibrant-ink .cm-comment { color: gray; font-weight: bold; }
22
- .cm-s-vibrant-ink .cm-string { color: #A5C25C; }
23
- .cm-s-vibrant-ink .cm-string-2 { color: red; }
24
- .cm-s-vibrant-ink .cm-meta { color: #D8FA3C; }
25
- .cm-s-vibrant-ink .cm-builtin { color: #8DA6CE; }
26
- .cm-s-vibrant-ink .cm-tag { color: #8DA6CE; }
27
- .cm-s-vibrant-ink .cm-attribute { color: #8DA6CE; }
28
- .cm-s-vibrant-ink .cm-header { color: #FF6400; }
29
- .cm-s-vibrant-ink .cm-hr { color: #AEAEAE; }
30
- .cm-s-vibrant-ink .cm-link { color: #5656F3; }
31
- .cm-s-vibrant-ink .cm-error { border-bottom: 1px solid red; }
32
-
33
- .cm-s-vibrant-ink .CodeMirror-activeline-background { background: #27282E; }
34
- .cm-s-vibrant-ink .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
@@ -1,53 +0,0 @@
1
- /*
2
- Copyright (C) 2011 by MarkLogic Corporation
3
- Author: Mike Brevoort <mike@brevoort.com>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
22
- */
23
- .cm-s-xq-dark.CodeMirror { background: #0a001f; color: #f8f8f8; }
24
- .cm-s-xq-dark div.CodeMirror-selected { background: #27007A; }
25
- .cm-s-xq-dark .CodeMirror-line::selection, .cm-s-xq-dark .CodeMirror-line > span::selection, .cm-s-xq-dark .CodeMirror-line > span > span::selection { background: rgba(39, 0, 122, 0.99); }
26
- .cm-s-xq-dark .CodeMirror-line::-moz-selection, .cm-s-xq-dark .CodeMirror-line > span::-moz-selection, .cm-s-xq-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(39, 0, 122, 0.99); }
27
- .cm-s-xq-dark .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; }
28
- .cm-s-xq-dark .CodeMirror-guttermarker { color: #FFBD40; }
29
- .cm-s-xq-dark .CodeMirror-guttermarker-subtle { color: #f8f8f8; }
30
- .cm-s-xq-dark .CodeMirror-linenumber { color: #f8f8f8; }
31
- .cm-s-xq-dark .CodeMirror-cursor { border-left: 1px solid white; }
32
-
33
- .cm-s-xq-dark span.cm-keyword { color: #FFBD40; }
34
- .cm-s-xq-dark span.cm-atom { color: #6C8CD5; }
35
- .cm-s-xq-dark span.cm-number { color: #164; }
36
- .cm-s-xq-dark span.cm-def { color: #FFF; text-decoration:underline; }
37
- .cm-s-xq-dark span.cm-variable { color: #FFF; }
38
- .cm-s-xq-dark span.cm-variable-2 { color: #EEE; }
39
- .cm-s-xq-dark span.cm-variable-3, .cm-s-xq-dark span.cm-type { color: #DDD; }
40
- .cm-s-xq-dark span.cm-property {}
41
- .cm-s-xq-dark span.cm-operator {}
42
- .cm-s-xq-dark span.cm-comment { color: gray; }
43
- .cm-s-xq-dark span.cm-string { color: #9FEE00; }
44
- .cm-s-xq-dark span.cm-meta { color: yellow; }
45
- .cm-s-xq-dark span.cm-qualifier { color: #FFF700; }
46
- .cm-s-xq-dark span.cm-builtin { color: #30a; }
47
- .cm-s-xq-dark span.cm-bracket { color: #cc7; }
48
- .cm-s-xq-dark span.cm-tag { color: #FFBD40; }
49
- .cm-s-xq-dark span.cm-attribute { color: #FFF700; }
50
- .cm-s-xq-dark span.cm-error { color: #f00; }
51
-
52
- .cm-s-xq-dark .CodeMirror-activeline-background { background: #27282E; }
53
- .cm-s-xq-dark .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
@@ -1,43 +0,0 @@
1
- /*
2
- Copyright (C) 2011 by MarkLogic Corporation
3
- Author: Mike Brevoort <mike@brevoort.com>
4
-
5
- Permission is hereby granted, free of charge, to any person obtaining a copy
6
- of this software and associated documentation files (the "Software"), to deal
7
- in the Software without restriction, including without limitation the rights
8
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
9
- copies of the Software, and to permit persons to whom the Software is
10
- furnished to do so, subject to the following conditions:
11
-
12
- The above copyright notice and this permission notice shall be included in
13
- all copies or substantial portions of the Software.
14
-
15
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
16
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
17
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
18
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
19
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
20
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
21
- THE SOFTWARE.
22
- */
23
- .cm-s-xq-light span.cm-keyword { line-height: 1em; font-weight: bold; color: #5A5CAD; }
24
- .cm-s-xq-light span.cm-atom { color: #6C8CD5; }
25
- .cm-s-xq-light span.cm-number { color: #164; }
26
- .cm-s-xq-light span.cm-def { text-decoration:underline; }
27
- .cm-s-xq-light span.cm-variable { color: black; }
28
- .cm-s-xq-light span.cm-variable-2 { color:black; }
29
- .cm-s-xq-light span.cm-variable-3, .cm-s-xq-light span.cm-type { color: black; }
30
- .cm-s-xq-light span.cm-property {}
31
- .cm-s-xq-light span.cm-operator {}
32
- .cm-s-xq-light span.cm-comment { color: #0080FF; font-style: italic; }
33
- .cm-s-xq-light span.cm-string { color: red; }
34
- .cm-s-xq-light span.cm-meta { color: yellow; }
35
- .cm-s-xq-light span.cm-qualifier { color: grey; }
36
- .cm-s-xq-light span.cm-builtin { color: #7EA656; }
37
- .cm-s-xq-light span.cm-bracket { color: #cc7; }
38
- .cm-s-xq-light span.cm-tag { color: #3F7F7F; }
39
- .cm-s-xq-light span.cm-attribute { color: #7F007F; }
40
- .cm-s-xq-light span.cm-error { color: #f00; }
41
-
42
- .cm-s-xq-light .CodeMirror-activeline-background { background: #e8f2ff; }
43
- .cm-s-xq-light .CodeMirror-matchingbracket { outline:1px solid grey;color:black !important;background:yellow; }
@@ -1,44 +0,0 @@
1
- /*
2
-
3
- Name: yeti
4
- Author: Michael Kaminsky (http://github.com/mkaminsky11)
5
-
6
- Original yeti color scheme by Jesse Weed (https://github.com/jesseweed/yeti-syntax)
7
-
8
- */
9
-
10
-
11
- .cm-s-yeti.CodeMirror {
12
- background-color: #ECEAE8 !important;
13
- color: #d1c9c0 !important;
14
- border: none;
15
- }
16
-
17
- .cm-s-yeti .CodeMirror-gutters {
18
- color: #adaba6;
19
- background-color: #E5E1DB;
20
- border: none;
21
- }
22
- .cm-s-yeti .CodeMirror-cursor { border-left: solid thin #d1c9c0; }
23
- .cm-s-yeti .CodeMirror-linenumber { color: #adaba6; }
24
- .cm-s-yeti.CodeMirror-focused div.CodeMirror-selected { background: #DCD8D2; }
25
- .cm-s-yeti .CodeMirror-line::selection, .cm-s-yeti .CodeMirror-line > span::selection, .cm-s-yeti .CodeMirror-line > span > span::selection { background: #DCD8D2; }
26
- .cm-s-yeti .CodeMirror-line::-moz-selection, .cm-s-yeti .CodeMirror-line > span::-moz-selection, .cm-s-yeti .CodeMirror-line > span > span::-moz-selection { background: #DCD8D2; }
27
- .cm-s-yeti span.cm-comment { color: #d4c8be; }
28
- .cm-s-yeti span.cm-string, .cm-s-yeti span.cm-string-2 { color: #96c0d8; }
29
- .cm-s-yeti span.cm-number { color: #a074c4; }
30
- .cm-s-yeti span.cm-variable { color: #55b5db; }
31
- .cm-s-yeti span.cm-variable-2 { color: #a074c4; }
32
- .cm-s-yeti span.cm-def { color: #55b5db; }
33
- .cm-s-yeti span.cm-operator { color: #9fb96e; }
34
- .cm-s-yeti span.cm-keyword { color: #9fb96e; }
35
- .cm-s-yeti span.cm-atom { color: #a074c4; }
36
- .cm-s-yeti span.cm-meta { color: #96c0d8; }
37
- .cm-s-yeti span.cm-tag { color: #96c0d8; }
38
- .cm-s-yeti span.cm-attribute { color: #9fb96e; }
39
- .cm-s-yeti span.cm-qualifier { color: #96c0d8; }
40
- .cm-s-yeti span.cm-property { color: #a074c4; }
41
- .cm-s-yeti span.cm-builtin { color: #a074c4; }
42
- .cm-s-yeti span.cm-variable-3, .cm-s-yeti span.cm-type { color: #96c0d8; }
43
- .cm-s-yeti .CodeMirror-activeline-background { background: #E7E4E0; }
44
- .cm-s-yeti .CodeMirror-matchingbracket { text-decoration: underline; }