@teipublisher/pb-components 1.40.2 → 1.41.0

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 +13 -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-c1a4b755.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 +110 -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 +33 -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,141 +0,0 @@
1
- /*
2
- Name: material
3
- Author: Mattia Astorino (http://github.com/equinusocio)
4
- Website: https://material-theme.site/
5
- */
6
-
7
- .cm-s-material-ocean.CodeMirror {
8
- background-color: #0F111A;
9
- color: #8F93A2;
10
- }
11
-
12
- .cm-s-material-ocean .CodeMirror-gutters {
13
- background: #0F111A;
14
- color: #464B5D;
15
- border: none;
16
- }
17
-
18
- .cm-s-material-ocean .CodeMirror-guttermarker,
19
- .cm-s-material-ocean .CodeMirror-guttermarker-subtle,
20
- .cm-s-material-ocean .CodeMirror-linenumber {
21
- color: #464B5D;
22
- }
23
-
24
- .cm-s-material-ocean .CodeMirror-cursor {
25
- border-left: 1px solid #FFCC00;
26
- }
27
- .cm-s-material-ocean.cm-fat-cursor .CodeMirror-cursor {
28
- background-color: #a2a8a175 !important;
29
- }
30
- .cm-s-material-ocean .cm-animate-fat-cursor {
31
- background-color: #a2a8a175 !important;
32
- }
33
-
34
- .cm-s-material-ocean div.CodeMirror-selected {
35
- background: rgba(113, 124, 180, 0.2);
36
- }
37
-
38
- .cm-s-material-ocean.CodeMirror-focused div.CodeMirror-selected {
39
- background: rgba(113, 124, 180, 0.2);
40
- }
41
-
42
- .cm-s-material-ocean .CodeMirror-line::selection,
43
- .cm-s-material-ocean .CodeMirror-line>span::selection,
44
- .cm-s-material-ocean .CodeMirror-line>span>span::selection {
45
- background: rgba(128, 203, 196, 0.2);
46
- }
47
-
48
- .cm-s-material-ocean .CodeMirror-line::-moz-selection,
49
- .cm-s-material-ocean .CodeMirror-line>span::-moz-selection,
50
- .cm-s-material-ocean .CodeMirror-line>span>span::-moz-selection {
51
- background: rgba(128, 203, 196, 0.2);
52
- }
53
-
54
- .cm-s-material-ocean .CodeMirror-activeline-background {
55
- background: rgba(0, 0, 0, 0.5);
56
- }
57
-
58
- .cm-s-material-ocean .cm-keyword {
59
- color: #C792EA;
60
- }
61
-
62
- .cm-s-material-ocean .cm-operator {
63
- color: #89DDFF;
64
- }
65
-
66
- .cm-s-material-ocean .cm-variable-2 {
67
- color: #EEFFFF;
68
- }
69
-
70
- .cm-s-material-ocean .cm-variable-3,
71
- .cm-s-material-ocean .cm-type {
72
- color: #f07178;
73
- }
74
-
75
- .cm-s-material-ocean .cm-builtin {
76
- color: #FFCB6B;
77
- }
78
-
79
- .cm-s-material-ocean .cm-atom {
80
- color: #F78C6C;
81
- }
82
-
83
- .cm-s-material-ocean .cm-number {
84
- color: #FF5370;
85
- }
86
-
87
- .cm-s-material-ocean .cm-def {
88
- color: #82AAFF;
89
- }
90
-
91
- .cm-s-material-ocean .cm-string {
92
- color: #C3E88D;
93
- }
94
-
95
- .cm-s-material-ocean .cm-string-2 {
96
- color: #f07178;
97
- }
98
-
99
- .cm-s-material-ocean .cm-comment {
100
- color: #464B5D;
101
- }
102
-
103
- .cm-s-material-ocean .cm-variable {
104
- color: #f07178;
105
- }
106
-
107
- .cm-s-material-ocean .cm-tag {
108
- color: #FF5370;
109
- }
110
-
111
- .cm-s-material-ocean .cm-meta {
112
- color: #FFCB6B;
113
- }
114
-
115
- .cm-s-material-ocean .cm-attribute {
116
- color: #C792EA;
117
- }
118
-
119
- .cm-s-material-ocean .cm-property {
120
- color: #C792EA;
121
- }
122
-
123
- .cm-s-material-ocean .cm-qualifier {
124
- color: #DECB6B;
125
- }
126
-
127
- .cm-s-material-ocean .cm-variable-3,
128
- .cm-s-material-ocean .cm-type {
129
- color: #DECB6B;
130
- }
131
-
132
-
133
- .cm-s-material-ocean .cm-error {
134
- color: rgba(255, 255, 255, 1.0);
135
- background-color: #FF5370;
136
- }
137
-
138
- .cm-s-material-ocean .CodeMirror-matchingbracket {
139
- text-decoration: underline;
140
- color: white !important;
141
- }
@@ -1,141 +0,0 @@
1
- /*
2
- Name: material
3
- Author: Mattia Astorino (http://github.com/equinusocio)
4
- Website: https://material-theme.site/
5
- */
6
-
7
- .cm-s-material-palenight.CodeMirror {
8
- background-color: #292D3E;
9
- color: #A6ACCD;
10
- }
11
-
12
- .cm-s-material-palenight .CodeMirror-gutters {
13
- background: #292D3E;
14
- color: #676E95;
15
- border: none;
16
- }
17
-
18
- .cm-s-material-palenight .CodeMirror-guttermarker,
19
- .cm-s-material-palenight .CodeMirror-guttermarker-subtle,
20
- .cm-s-material-palenight .CodeMirror-linenumber {
21
- color: #676E95;
22
- }
23
-
24
- .cm-s-material-palenight .CodeMirror-cursor {
25
- border-left: 1px solid #FFCC00;
26
- }
27
- .cm-s-material-palenight.cm-fat-cursor .CodeMirror-cursor {
28
- background-color: #607c8b80 !important;
29
- }
30
- .cm-s-material-palenight .cm-animate-fat-cursor {
31
- background-color: #607c8b80 !important;
32
- }
33
-
34
- .cm-s-material-palenight div.CodeMirror-selected {
35
- background: rgba(113, 124, 180, 0.2);
36
- }
37
-
38
- .cm-s-material-palenight.CodeMirror-focused div.CodeMirror-selected {
39
- background: rgba(113, 124, 180, 0.2);
40
- }
41
-
42
- .cm-s-material-palenight .CodeMirror-line::selection,
43
- .cm-s-material-palenight .CodeMirror-line>span::selection,
44
- .cm-s-material-palenight .CodeMirror-line>span>span::selection {
45
- background: rgba(128, 203, 196, 0.2);
46
- }
47
-
48
- .cm-s-material-palenight .CodeMirror-line::-moz-selection,
49
- .cm-s-material-palenight .CodeMirror-line>span::-moz-selection,
50
- .cm-s-material-palenight .CodeMirror-line>span>span::-moz-selection {
51
- background: rgba(128, 203, 196, 0.2);
52
- }
53
-
54
- .cm-s-material-palenight .CodeMirror-activeline-background {
55
- background: rgba(0, 0, 0, 0.5);
56
- }
57
-
58
- .cm-s-material-palenight .cm-keyword {
59
- color: #C792EA;
60
- }
61
-
62
- .cm-s-material-palenight .cm-operator {
63
- color: #89DDFF;
64
- }
65
-
66
- .cm-s-material-palenight .cm-variable-2 {
67
- color: #EEFFFF;
68
- }
69
-
70
- .cm-s-material-palenight .cm-variable-3,
71
- .cm-s-material-palenight .cm-type {
72
- color: #f07178;
73
- }
74
-
75
- .cm-s-material-palenight .cm-builtin {
76
- color: #FFCB6B;
77
- }
78
-
79
- .cm-s-material-palenight .cm-atom {
80
- color: #F78C6C;
81
- }
82
-
83
- .cm-s-material-palenight .cm-number {
84
- color: #FF5370;
85
- }
86
-
87
- .cm-s-material-palenight .cm-def {
88
- color: #82AAFF;
89
- }
90
-
91
- .cm-s-material-palenight .cm-string {
92
- color: #C3E88D;
93
- }
94
-
95
- .cm-s-material-palenight .cm-string-2 {
96
- color: #f07178;
97
- }
98
-
99
- .cm-s-material-palenight .cm-comment {
100
- color: #676E95;
101
- }
102
-
103
- .cm-s-material-palenight .cm-variable {
104
- color: #f07178;
105
- }
106
-
107
- .cm-s-material-palenight .cm-tag {
108
- color: #FF5370;
109
- }
110
-
111
- .cm-s-material-palenight .cm-meta {
112
- color: #FFCB6B;
113
- }
114
-
115
- .cm-s-material-palenight .cm-attribute {
116
- color: #C792EA;
117
- }
118
-
119
- .cm-s-material-palenight .cm-property {
120
- color: #C792EA;
121
- }
122
-
123
- .cm-s-material-palenight .cm-qualifier {
124
- color: #DECB6B;
125
- }
126
-
127
- .cm-s-material-palenight .cm-variable-3,
128
- .cm-s-material-palenight .cm-type {
129
- color: #DECB6B;
130
- }
131
-
132
-
133
- .cm-s-material-palenight .cm-error {
134
- color: rgba(255, 255, 255, 1.0);
135
- background-color: #FF5370;
136
- }
137
-
138
- .cm-s-material-palenight .CodeMirror-matchingbracket {
139
- text-decoration: underline;
140
- color: white !important;
141
- }
@@ -1,141 +0,0 @@
1
- /*
2
- Name: material
3
- Author: Mattia Astorino (http://github.com/equinusocio)
4
- Website: https://material-theme.site/
5
- */
6
-
7
- .cm-s-material.CodeMirror {
8
- background-color: #263238;
9
- color: #EEFFFF;
10
- }
11
-
12
- .cm-s-material .CodeMirror-gutters {
13
- background: #263238;
14
- color: #546E7A;
15
- border: none;
16
- }
17
-
18
- .cm-s-material .CodeMirror-guttermarker,
19
- .cm-s-material .CodeMirror-guttermarker-subtle,
20
- .cm-s-material .CodeMirror-linenumber {
21
- color: #546E7A;
22
- }
23
-
24
- .cm-s-material .CodeMirror-cursor {
25
- border-left: 1px solid #FFCC00;
26
- }
27
- .cm-s-material.cm-fat-cursor .CodeMirror-cursor {
28
- background-color: #5d6d5c80 !important;
29
- }
30
- .cm-s-material .cm-animate-fat-cursor {
31
- background-color: #5d6d5c80 !important;
32
- }
33
-
34
- .cm-s-material div.CodeMirror-selected {
35
- background: rgba(128, 203, 196, 0.2);
36
- }
37
-
38
- .cm-s-material.CodeMirror-focused div.CodeMirror-selected {
39
- background: rgba(128, 203, 196, 0.2);
40
- }
41
-
42
- .cm-s-material .CodeMirror-line::selection,
43
- .cm-s-material .CodeMirror-line>span::selection,
44
- .cm-s-material .CodeMirror-line>span>span::selection {
45
- background: rgba(128, 203, 196, 0.2);
46
- }
47
-
48
- .cm-s-material .CodeMirror-line::-moz-selection,
49
- .cm-s-material .CodeMirror-line>span::-moz-selection,
50
- .cm-s-material .CodeMirror-line>span>span::-moz-selection {
51
- background: rgba(128, 203, 196, 0.2);
52
- }
53
-
54
- .cm-s-material .CodeMirror-activeline-background {
55
- background: rgba(0, 0, 0, 0.5);
56
- }
57
-
58
- .cm-s-material .cm-keyword {
59
- color: #C792EA;
60
- }
61
-
62
- .cm-s-material .cm-operator {
63
- color: #89DDFF;
64
- }
65
-
66
- .cm-s-material .cm-variable-2 {
67
- color: #EEFFFF;
68
- }
69
-
70
- .cm-s-material .cm-variable-3,
71
- .cm-s-material .cm-type {
72
- color: #f07178;
73
- }
74
-
75
- .cm-s-material .cm-builtin {
76
- color: #FFCB6B;
77
- }
78
-
79
- .cm-s-material .cm-atom {
80
- color: #F78C6C;
81
- }
82
-
83
- .cm-s-material .cm-number {
84
- color: #FF5370;
85
- }
86
-
87
- .cm-s-material .cm-def {
88
- color: #82AAFF;
89
- }
90
-
91
- .cm-s-material .cm-string {
92
- color: #C3E88D;
93
- }
94
-
95
- .cm-s-material .cm-string-2 {
96
- color: #f07178;
97
- }
98
-
99
- .cm-s-material .cm-comment {
100
- color: #546E7A;
101
- }
102
-
103
- .cm-s-material .cm-variable {
104
- color: #f07178;
105
- }
106
-
107
- .cm-s-material .cm-tag {
108
- color: #FF5370;
109
- }
110
-
111
- .cm-s-material .cm-meta {
112
- color: #FFCB6B;
113
- }
114
-
115
- .cm-s-material .cm-attribute {
116
- color: #C792EA;
117
- }
118
-
119
- .cm-s-material .cm-property {
120
- color: #C792EA;
121
- }
122
-
123
- .cm-s-material .cm-qualifier {
124
- color: #DECB6B;
125
- }
126
-
127
- .cm-s-material .cm-variable-3,
128
- .cm-s-material .cm-type {
129
- color: #DECB6B;
130
- }
131
-
132
-
133
- .cm-s-material .cm-error {
134
- color: rgba(255, 255, 255, 1.0);
135
- background-color: #FF5370;
136
- }
137
-
138
- .cm-s-material .CodeMirror-matchingbracket {
139
- text-decoration: underline;
140
- color: white !important;
141
- }
@@ -1,37 +0,0 @@
1
- /****************************************************************/
2
- /* Based on mbonaci's Brackets mbo theme */
3
- /* https://github.com/mbonaci/global/blob/master/Mbo.tmTheme */
4
- /* Create your own: http://tmtheme-editor.herokuapp.com */
5
- /****************************************************************/
6
-
7
- .cm-s-mbo.CodeMirror { background: #2c2c2c; color: #ffffec; }
8
- .cm-s-mbo div.CodeMirror-selected { background: #716C62; }
9
- .cm-s-mbo .CodeMirror-line::selection, .cm-s-mbo .CodeMirror-line > span::selection, .cm-s-mbo .CodeMirror-line > span > span::selection { background: rgba(113, 108, 98, .99); }
10
- .cm-s-mbo .CodeMirror-line::-moz-selection, .cm-s-mbo .CodeMirror-line > span::-moz-selection, .cm-s-mbo .CodeMirror-line > span > span::-moz-selection { background: rgba(113, 108, 98, .99); }
11
- .cm-s-mbo .CodeMirror-gutters { background: #4e4e4e; border-right: 0px; }
12
- .cm-s-mbo .CodeMirror-guttermarker { color: white; }
13
- .cm-s-mbo .CodeMirror-guttermarker-subtle { color: grey; }
14
- .cm-s-mbo .CodeMirror-linenumber { color: #dadada; }
15
- .cm-s-mbo .CodeMirror-cursor { border-left: 1px solid #ffffec; }
16
-
17
- .cm-s-mbo span.cm-comment { color: #95958a; }
18
- .cm-s-mbo span.cm-atom { color: #00a8c6; }
19
- .cm-s-mbo span.cm-number { color: #00a8c6; }
20
-
21
- .cm-s-mbo span.cm-property, .cm-s-mbo span.cm-attribute { color: #9ddfe9; }
22
- .cm-s-mbo span.cm-keyword { color: #ffb928; }
23
- .cm-s-mbo span.cm-string { color: #ffcf6c; }
24
- .cm-s-mbo span.cm-string.cm-property { color: #ffffec; }
25
-
26
- .cm-s-mbo span.cm-variable { color: #ffffec; }
27
- .cm-s-mbo span.cm-variable-2 { color: #00a8c6; }
28
- .cm-s-mbo span.cm-def { color: #ffffec; }
29
- .cm-s-mbo span.cm-bracket { color: #fffffc; font-weight: bold; }
30
- .cm-s-mbo span.cm-tag { color: #9ddfe9; }
31
- .cm-s-mbo span.cm-link { color: #f54b07; }
32
- .cm-s-mbo span.cm-error { border-bottom: #636363; color: #ffffec; }
33
- .cm-s-mbo span.cm-qualifier { color: #ffffec; }
34
-
35
- .cm-s-mbo .CodeMirror-activeline-background { background: #494b41; }
36
- .cm-s-mbo .CodeMirror-matchingbracket { color: #ffb928 !important; }
37
- .cm-s-mbo .CodeMirror-matchingtag { background: rgba(255, 255, 255, .37); }
@@ -1,46 +0,0 @@
1
- /*
2
- MDN-LIKE Theme - Mozilla
3
- Ported to CodeMirror by Peter Kroon <plakroon@gmail.com>
4
- Report bugs/issues here: https://github.com/codemirror/CodeMirror/issues
5
- GitHub: @peterkroon
6
-
7
- The mdn-like theme is inspired on the displayed code examples at: https://developer.mozilla.org/en-US/docs/Web/CSS/animation
8
-
9
- */
10
- .cm-s-mdn-like.CodeMirror { color: #999; background-color: #fff; }
11
- .cm-s-mdn-like div.CodeMirror-selected { background: #cfc; }
12
- .cm-s-mdn-like .CodeMirror-line::selection, .cm-s-mdn-like .CodeMirror-line > span::selection, .cm-s-mdn-like .CodeMirror-line > span > span::selection { background: #cfc; }
13
- .cm-s-mdn-like .CodeMirror-line::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span::-moz-selection, .cm-s-mdn-like .CodeMirror-line > span > span::-moz-selection { background: #cfc; }
14
-
15
- .cm-s-mdn-like .CodeMirror-gutters { background: #f8f8f8; border-left: 6px solid rgba(0,83,159,0.65); color: #333; }
16
- .cm-s-mdn-like .CodeMirror-linenumber { color: #aaa; padding-left: 8px; }
17
- .cm-s-mdn-like .CodeMirror-cursor { border-left: 2px solid #222; }
18
-
19
- .cm-s-mdn-like .cm-keyword { color: #6262FF; }
20
- .cm-s-mdn-like .cm-atom { color: #F90; }
21
- .cm-s-mdn-like .cm-number { color: #ca7841; }
22
- .cm-s-mdn-like .cm-def { color: #8DA6CE; }
23
- .cm-s-mdn-like span.cm-variable-2, .cm-s-mdn-like span.cm-tag { color: #690; }
24
- .cm-s-mdn-like span.cm-variable-3, .cm-s-mdn-like span.cm-def, .cm-s-mdn-like span.cm-type { color: #07a; }
25
-
26
- .cm-s-mdn-like .cm-variable { color: #07a; }
27
- .cm-s-mdn-like .cm-property { color: #905; }
28
- .cm-s-mdn-like .cm-qualifier { color: #690; }
29
-
30
- .cm-s-mdn-like .cm-operator { color: #cda869; }
31
- .cm-s-mdn-like .cm-comment { color:#777; font-weight:normal; }
32
- .cm-s-mdn-like .cm-string { color:#07a; font-style:italic; }
33
- .cm-s-mdn-like .cm-string-2 { color:#bd6b18; } /*?*/
34
- .cm-s-mdn-like .cm-meta { color: #000; } /*?*/
35
- .cm-s-mdn-like .cm-builtin { color: #9B7536; } /*?*/
36
- .cm-s-mdn-like .cm-tag { color: #997643; }
37
- .cm-s-mdn-like .cm-attribute { color: #d6bb6d; } /*?*/
38
- .cm-s-mdn-like .cm-header { color: #FF6400; }
39
- .cm-s-mdn-like .cm-hr { color: #AEAEAE; }
40
- .cm-s-mdn-like .cm-link { color:#ad9361; font-style:italic; text-decoration:none; }
41
- .cm-s-mdn-like .cm-error { border-bottom: 1px solid red; }
42
-
43
- div.cm-s-mdn-like .CodeMirror-activeline-background { background: #efefff; }
44
- div.cm-s-mdn-like span.CodeMirror-matchingbracket { outline:1px solid grey; color: inherit; }
45
-
46
- .cm-s-mdn-like.CodeMirror { background-image: url(data:image/png;base64,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); }
@@ -1,39 +0,0 @@
1
- /* Based on the theme at http://bonsaiden.github.com/JavaScript-Garden */
2
-
3
- /*<!--activeline-->*/
4
- .cm-s-midnight .CodeMirror-activeline-background { background: #253540; }
5
-
6
- .cm-s-midnight.CodeMirror {
7
- background: #0F192A;
8
- color: #D1EDFF;
9
- }
10
-
11
- .cm-s-midnight div.CodeMirror-selected { background: #314D67; }
12
- .cm-s-midnight .CodeMirror-line::selection, .cm-s-midnight .CodeMirror-line > span::selection, .cm-s-midnight .CodeMirror-line > span > span::selection { background: rgba(49, 77, 103, .99); }
13
- .cm-s-midnight .CodeMirror-line::-moz-selection, .cm-s-midnight .CodeMirror-line > span::-moz-selection, .cm-s-midnight .CodeMirror-line > span > span::-moz-selection { background: rgba(49, 77, 103, .99); }
14
- .cm-s-midnight .CodeMirror-gutters { background: #0F192A; border-right: 1px solid; }
15
- .cm-s-midnight .CodeMirror-guttermarker { color: white; }
16
- .cm-s-midnight .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
17
- .cm-s-midnight .CodeMirror-linenumber { color: #D0D0D0; }
18
- .cm-s-midnight .CodeMirror-cursor { border-left: 1px solid #F8F8F0; }
19
-
20
- .cm-s-midnight span.cm-comment { color: #428BDD; }
21
- .cm-s-midnight span.cm-atom { color: #AE81FF; }
22
- .cm-s-midnight span.cm-number { color: #D1EDFF; }
23
-
24
- .cm-s-midnight span.cm-property, .cm-s-midnight span.cm-attribute { color: #A6E22E; }
25
- .cm-s-midnight span.cm-keyword { color: #E83737; }
26
- .cm-s-midnight span.cm-string { color: #1DC116; }
27
-
28
- .cm-s-midnight span.cm-variable { color: #FFAA3E; }
29
- .cm-s-midnight span.cm-variable-2 { color: #FFAA3E; }
30
- .cm-s-midnight span.cm-def { color: #4DD; }
31
- .cm-s-midnight span.cm-bracket { color: #D1EDFF; }
32
- .cm-s-midnight span.cm-tag { color: #449; }
33
- .cm-s-midnight span.cm-link { color: #AE81FF; }
34
- .cm-s-midnight span.cm-error { background: #F92672; color: #F8F8F0; }
35
-
36
- .cm-s-midnight .CodeMirror-matchingbracket {
37
- text-decoration: underline;
38
- color: white !important;
39
- }
@@ -1,41 +0,0 @@
1
- /* Based on Sublime Text's Monokai theme */
2
-
3
- .cm-s-monokai.CodeMirror { background: #272822; color: #f8f8f2; }
4
- .cm-s-monokai div.CodeMirror-selected { background: #49483E; }
5
- .cm-s-monokai .CodeMirror-line::selection, .cm-s-monokai .CodeMirror-line > span::selection, .cm-s-monokai .CodeMirror-line > span > span::selection { background: rgba(73, 72, 62, .99); }
6
- .cm-s-monokai .CodeMirror-line::-moz-selection, .cm-s-monokai .CodeMirror-line > span::-moz-selection, .cm-s-monokai .CodeMirror-line > span > span::-moz-selection { background: rgba(73, 72, 62, .99); }
7
- .cm-s-monokai .CodeMirror-gutters { background: #272822; border-right: 0px; }
8
- .cm-s-monokai .CodeMirror-guttermarker { color: white; }
9
- .cm-s-monokai .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
10
- .cm-s-monokai .CodeMirror-linenumber { color: #d0d0d0; }
11
- .cm-s-monokai .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }
12
-
13
- .cm-s-monokai span.cm-comment { color: #75715e; }
14
- .cm-s-monokai span.cm-atom { color: #ae81ff; }
15
- .cm-s-monokai span.cm-number { color: #ae81ff; }
16
-
17
- .cm-s-monokai span.cm-comment.cm-attribute { color: #97b757; }
18
- .cm-s-monokai span.cm-comment.cm-def { color: #bc9262; }
19
- .cm-s-monokai span.cm-comment.cm-tag { color: #bc6283; }
20
- .cm-s-monokai span.cm-comment.cm-type { color: #5998a6; }
21
-
22
- .cm-s-monokai span.cm-property, .cm-s-monokai span.cm-attribute { color: #a6e22e; }
23
- .cm-s-monokai span.cm-keyword { color: #f92672; }
24
- .cm-s-monokai span.cm-builtin { color: #66d9ef; }
25
- .cm-s-monokai span.cm-string { color: #e6db74; }
26
-
27
- .cm-s-monokai span.cm-variable { color: #f8f8f2; }
28
- .cm-s-monokai span.cm-variable-2 { color: #9effff; }
29
- .cm-s-monokai span.cm-variable-3, .cm-s-monokai span.cm-type { color: #66d9ef; }
30
- .cm-s-monokai span.cm-def { color: #fd971f; }
31
- .cm-s-monokai span.cm-bracket { color: #f8f8f2; }
32
- .cm-s-monokai span.cm-tag { color: #f92672; }
33
- .cm-s-monokai span.cm-header { color: #ae81ff; }
34
- .cm-s-monokai span.cm-link { color: #ae81ff; }
35
- .cm-s-monokai span.cm-error { background: #f92672; color: #f8f8f0; }
36
-
37
- .cm-s-monokai .CodeMirror-activeline-background { background: #373831; }
38
- .cm-s-monokai .CodeMirror-matchingbracket {
39
- text-decoration: underline;
40
- color: white !important;
41
- }