@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,143 +0,0 @@
1
- /*
2
- Name: Moxer Theme
3
- Author: Mattia Astorino (http://github.com/equinusocio)
4
- Website: https://github.com/moxer-theme/moxer-code
5
- */
6
-
7
- .cm-s-moxer.CodeMirror {
8
- background-color: #090A0F;
9
- color: #8E95B4;
10
- line-height: 1.8;
11
- }
12
-
13
- .cm-s-moxer .CodeMirror-gutters {
14
- background: #090A0F;
15
- color: #35394B;
16
- border: none;
17
- }
18
-
19
- .cm-s-moxer .CodeMirror-guttermarker,
20
- .cm-s-moxer .CodeMirror-guttermarker-subtle,
21
- .cm-s-moxer .CodeMirror-linenumber {
22
- color: #35394B;
23
- }
24
-
25
-
26
- .cm-s-moxer .CodeMirror-cursor {
27
- border-left: 1px solid #FFCC00;
28
- }
29
-
30
- .cm-s-moxer div.CodeMirror-selected {
31
- background: rgba(128, 203, 196, 0.2);
32
- }
33
-
34
- .cm-s-moxer.CodeMirror-focused div.CodeMirror-selected {
35
- background: #212431;
36
- }
37
-
38
- .cm-s-moxer .CodeMirror-line::selection,
39
- .cm-s-moxer .CodeMirror-line>span::selection,
40
- .cm-s-moxer .CodeMirror-line>span>span::selection {
41
- background: #212431;
42
- }
43
-
44
- .cm-s-moxer .CodeMirror-line::-moz-selection,
45
- .cm-s-moxer .CodeMirror-line>span::-moz-selection,
46
- .cm-s-moxer .CodeMirror-line>span>span::-moz-selection {
47
- background: #212431;
48
- }
49
-
50
- .cm-s-moxer .CodeMirror-activeline-background,
51
- .cm-s-moxer .CodeMirror-activeline-gutter .CodeMirror-linenumber {
52
- background: rgba(33, 36, 49, 0.5);
53
- }
54
-
55
- .cm-s-moxer .cm-keyword {
56
- color: #D46C6C;
57
- }
58
-
59
- .cm-s-moxer .cm-operator {
60
- color: #D46C6C;
61
- }
62
-
63
- .cm-s-moxer .cm-variable-2 {
64
- color: #81C5DA;
65
- }
66
-
67
-
68
- .cm-s-moxer .cm-variable-3,
69
- .cm-s-moxer .cm-type {
70
- color: #f07178;
71
- }
72
-
73
- .cm-s-moxer .cm-builtin {
74
- color: #FFCB6B;
75
- }
76
-
77
- .cm-s-moxer .cm-atom {
78
- color: #A99BE2;
79
- }
80
-
81
- .cm-s-moxer .cm-number {
82
- color: #7CA4C0;
83
- }
84
-
85
- .cm-s-moxer .cm-def {
86
- color: #F5DFA5;
87
- }
88
-
89
- .cm-s-moxer .CodeMirror-line .cm-def ~ .cm-def {
90
- color: #81C5DA;
91
- }
92
-
93
- .cm-s-moxer .cm-string {
94
- color: #B2E4AE;
95
- }
96
-
97
- .cm-s-moxer .cm-string-2 {
98
- color: #f07178;
99
- }
100
-
101
- .cm-s-moxer .cm-comment {
102
- color: #3F445A;
103
- }
104
-
105
- .cm-s-moxer .cm-variable {
106
- color: #8E95B4;
107
- }
108
-
109
- .cm-s-moxer .cm-tag {
110
- color: #FF5370;
111
- }
112
-
113
- .cm-s-moxer .cm-meta {
114
- color: #FFCB6B;
115
- }
116
-
117
- .cm-s-moxer .cm-attribute {
118
- color: #C792EA;
119
- }
120
-
121
- .cm-s-moxer .cm-property {
122
- color: #81C5DA;
123
- }
124
-
125
- .cm-s-moxer .cm-qualifier {
126
- color: #DECB6B;
127
- }
128
-
129
- .cm-s-moxer .cm-variable-3,
130
- .cm-s-moxer .cm-type {
131
- color: #DECB6B;
132
- }
133
-
134
-
135
- .cm-s-moxer .cm-error {
136
- color: rgba(255, 255, 255, 1.0);
137
- background-color: #FF5370;
138
- }
139
-
140
- .cm-s-moxer .CodeMirror-matchingbracket {
141
- text-decoration: underline;
142
- color: white !important;
143
- }
@@ -1,12 +0,0 @@
1
- .cm-s-neat span.cm-comment { color: #a86; }
2
- .cm-s-neat span.cm-keyword { line-height: 1em; font-weight: bold; color: blue; }
3
- .cm-s-neat span.cm-string { color: #a22; }
4
- .cm-s-neat span.cm-builtin { line-height: 1em; font-weight: bold; color: #077; }
5
- .cm-s-neat span.cm-special { line-height: 1em; font-weight: bold; color: #0aa; }
6
- .cm-s-neat span.cm-variable { color: black; }
7
- .cm-s-neat span.cm-number, .cm-s-neat span.cm-atom { color: #3a3; }
8
- .cm-s-neat span.cm-meta { color: #555; }
9
- .cm-s-neat span.cm-link { color: #3a3; }
10
-
11
- .cm-s-neat .CodeMirror-activeline-background { background: #e8f2ff; }
12
- .cm-s-neat .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
@@ -1,43 +0,0 @@
1
- /* neo theme for codemirror */
2
-
3
- /* Color scheme */
4
-
5
- .cm-s-neo.CodeMirror {
6
- background-color:#ffffff;
7
- color:#2e383c;
8
- line-height:1.4375;
9
- }
10
- .cm-s-neo .cm-comment { color:#75787b; }
11
- .cm-s-neo .cm-keyword, .cm-s-neo .cm-property { color:#1d75b3; }
12
- .cm-s-neo .cm-atom,.cm-s-neo .cm-number { color:#75438a; }
13
- .cm-s-neo .cm-node,.cm-s-neo .cm-tag { color:#9c3328; }
14
- .cm-s-neo .cm-string { color:#b35e14; }
15
- .cm-s-neo .cm-variable,.cm-s-neo .cm-qualifier { color:#047d65; }
16
-
17
-
18
- /* Editor styling */
19
-
20
- .cm-s-neo pre {
21
- padding:0;
22
- }
23
-
24
- .cm-s-neo .CodeMirror-gutters {
25
- border:none;
26
- border-right:10px solid transparent;
27
- background-color:transparent;
28
- }
29
-
30
- .cm-s-neo .CodeMirror-linenumber {
31
- padding:0;
32
- color:#e0e2e5;
33
- }
34
-
35
- .cm-s-neo .CodeMirror-guttermarker { color: #1d75b3; }
36
- .cm-s-neo .CodeMirror-guttermarker-subtle { color: #e0e2e5; }
37
-
38
- .cm-s-neo .CodeMirror-cursor {
39
- width: auto;
40
- border: 0;
41
- background: rgba(155,157,162,0.37);
42
- z-index: 1;
43
- }
@@ -1,27 +0,0 @@
1
- /* Loosely based on the Midnight Textmate theme */
2
-
3
- .cm-s-night.CodeMirror { background: #0a001f; color: #f8f8f8; }
4
- .cm-s-night div.CodeMirror-selected { background: #447; }
5
- .cm-s-night .CodeMirror-line::selection, .cm-s-night .CodeMirror-line > span::selection, .cm-s-night .CodeMirror-line > span > span::selection { background: rgba(68, 68, 119, .99); }
6
- .cm-s-night .CodeMirror-line::-moz-selection, .cm-s-night .CodeMirror-line > span::-moz-selection, .cm-s-night .CodeMirror-line > span > span::-moz-selection { background: rgba(68, 68, 119, .99); }
7
- .cm-s-night .CodeMirror-gutters { background: #0a001f; border-right: 1px solid #aaa; }
8
- .cm-s-night .CodeMirror-guttermarker { color: white; }
9
- .cm-s-night .CodeMirror-guttermarker-subtle { color: #bbb; }
10
- .cm-s-night .CodeMirror-linenumber { color: #f8f8f8; }
11
- .cm-s-night .CodeMirror-cursor { border-left: 1px solid white; }
12
-
13
- .cm-s-night span.cm-comment { color: #8900d1; }
14
- .cm-s-night span.cm-atom { color: #845dc4; }
15
- .cm-s-night span.cm-number, .cm-s-night span.cm-attribute { color: #ffd500; }
16
- .cm-s-night span.cm-keyword { color: #599eff; }
17
- .cm-s-night span.cm-string { color: #37f14a; }
18
- .cm-s-night span.cm-meta { color: #7678e2; }
19
- .cm-s-night span.cm-variable-2, .cm-s-night span.cm-tag { color: #99b2ff; }
20
- .cm-s-night span.cm-variable-3, .cm-s-night span.cm-def, .cm-s-night span.cm-type { color: white; }
21
- .cm-s-night span.cm-bracket { color: #8da6ce; }
22
- .cm-s-night span.cm-builtin, .cm-s-night span.cm-special { color: #ff9e59; }
23
- .cm-s-night span.cm-link { color: #845dc4; }
24
- .cm-s-night span.cm-error { color: #9d1e15; }
25
-
26
- .cm-s-night .CodeMirror-activeline-background { background: #1C005A; }
27
- .cm-s-night .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
@@ -1,42 +0,0 @@
1
- /* Based on arcticicestudio's Nord theme */
2
- /* https://github.com/arcticicestudio/nord */
3
-
4
- .cm-s-nord.CodeMirror { background: #2e3440; color: #d8dee9; }
5
- .cm-s-nord div.CodeMirror-selected { background: #434c5e; }
6
- .cm-s-nord .CodeMirror-line::selection, .cm-s-nord .CodeMirror-line > span::selection, .cm-s-nord .CodeMirror-line > span > span::selection { background: #3b4252; }
7
- .cm-s-nord .CodeMirror-line::-moz-selection, .cm-s-nord .CodeMirror-line > span::-moz-selection, .cm-s-nord .CodeMirror-line > span > span::-moz-selection { background: #3b4252; }
8
- .cm-s-nord .CodeMirror-gutters { background: #2e3440; border-right: 0px; }
9
- .cm-s-nord .CodeMirror-guttermarker { color: #4c566a; }
10
- .cm-s-nord .CodeMirror-guttermarker-subtle { color: #4c566a; }
11
- .cm-s-nord .CodeMirror-linenumber { color: #4c566a; }
12
- .cm-s-nord .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }
13
-
14
- .cm-s-nord span.cm-comment { color: #4c566a; }
15
- .cm-s-nord span.cm-atom { color: #b48ead; }
16
- .cm-s-nord span.cm-number { color: #b48ead; }
17
-
18
- .cm-s-nord span.cm-comment.cm-attribute { color: #97b757; }
19
- .cm-s-nord span.cm-comment.cm-def { color: #bc9262; }
20
- .cm-s-nord span.cm-comment.cm-tag { color: #bc6283; }
21
- .cm-s-nord span.cm-comment.cm-type { color: #5998a6; }
22
-
23
- .cm-s-nord span.cm-property, .cm-s-nord span.cm-attribute { color: #8FBCBB; }
24
- .cm-s-nord span.cm-keyword { color: #81A1C1; }
25
- .cm-s-nord span.cm-builtin { color: #81A1C1; }
26
- .cm-s-nord span.cm-string { color: #A3BE8C; }
27
-
28
- .cm-s-nord span.cm-variable { color: #d8dee9; }
29
- .cm-s-nord span.cm-variable-2 { color: #d8dee9; }
30
- .cm-s-nord span.cm-variable-3, .cm-s-nord span.cm-type { color: #d8dee9; }
31
- .cm-s-nord span.cm-def { color: #8FBCBB; }
32
- .cm-s-nord span.cm-bracket { color: #81A1C1; }
33
- .cm-s-nord span.cm-tag { color: #bf616a; }
34
- .cm-s-nord span.cm-header { color: #b48ead; }
35
- .cm-s-nord span.cm-link { color: #b48ead; }
36
- .cm-s-nord span.cm-error { background: #bf616a; color: #f8f8f0; }
37
-
38
- .cm-s-nord .CodeMirror-activeline-background { background: #3b4252; }
39
- .cm-s-nord .CodeMirror-matchingbracket {
40
- text-decoration: underline;
41
- color: white !important;
42
- }
@@ -1,46 +0,0 @@
1
- /*
2
-
3
- Name: oceanic-next
4
- Author: Filype Pereira (https://github.com/fpereira1)
5
-
6
- Original oceanic-next color scheme by Dmitri Voronianski (https://github.com/voronianski/oceanic-next-color-scheme)
7
-
8
- */
9
-
10
- .cm-s-oceanic-next.CodeMirror { background: #304148; color: #f8f8f2; }
11
- .cm-s-oceanic-next div.CodeMirror-selected { background: rgba(101, 115, 126, 0.33); }
12
- .cm-s-oceanic-next .CodeMirror-line::selection, .cm-s-oceanic-next .CodeMirror-line > span::selection, .cm-s-oceanic-next .CodeMirror-line > span > span::selection { background: rgba(101, 115, 126, 0.33); }
13
- .cm-s-oceanic-next .CodeMirror-line::-moz-selection, .cm-s-oceanic-next .CodeMirror-line > span::-moz-selection, .cm-s-oceanic-next .CodeMirror-line > span > span::-moz-selection { background: rgba(101, 115, 126, 0.33); }
14
- .cm-s-oceanic-next .CodeMirror-gutters { background: #304148; border-right: 10px; }
15
- .cm-s-oceanic-next .CodeMirror-guttermarker { color: white; }
16
- .cm-s-oceanic-next .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
17
- .cm-s-oceanic-next .CodeMirror-linenumber { color: #d0d0d0; }
18
- .cm-s-oceanic-next .CodeMirror-cursor { border-left: 1px solid #f8f8f0; }
19
- .cm-s-oceanic-next.cm-fat-cursor .CodeMirror-cursor { background-color: #a2a8a175 !important; }
20
- .cm-s-oceanic-next .cm-animate-fat-cursor { background-color: #a2a8a175 !important; }
21
-
22
- .cm-s-oceanic-next span.cm-comment { color: #65737E; }
23
- .cm-s-oceanic-next span.cm-atom { color: #C594C5; }
24
- .cm-s-oceanic-next span.cm-number { color: #F99157; }
25
-
26
- .cm-s-oceanic-next span.cm-property { color: #99C794; }
27
- .cm-s-oceanic-next span.cm-attribute,
28
- .cm-s-oceanic-next span.cm-keyword { color: #C594C5; }
29
- .cm-s-oceanic-next span.cm-builtin { color: #66d9ef; }
30
- .cm-s-oceanic-next span.cm-string { color: #99C794; }
31
-
32
- .cm-s-oceanic-next span.cm-variable,
33
- .cm-s-oceanic-next span.cm-variable-2,
34
- .cm-s-oceanic-next span.cm-variable-3 { color: #f8f8f2; }
35
- .cm-s-oceanic-next span.cm-def { color: #6699CC; }
36
- .cm-s-oceanic-next span.cm-bracket { color: #5FB3B3; }
37
- .cm-s-oceanic-next span.cm-tag { color: #C594C5; }
38
- .cm-s-oceanic-next span.cm-header { color: #C594C5; }
39
- .cm-s-oceanic-next span.cm-link { color: #C594C5; }
40
- .cm-s-oceanic-next span.cm-error { background: #C594C5; color: #f8f8f0; }
41
-
42
- .cm-s-oceanic-next .CodeMirror-activeline-background { background: rgba(101, 115, 126, 0.33); }
43
- .cm-s-oceanic-next .CodeMirror-matchingbracket {
44
- text-decoration: underline;
45
- color: white !important;
46
- }
@@ -1,85 +0,0 @@
1
- /*
2
- Name: Panda Syntax
3
- Author: Siamak Mokhtari (http://github.com/siamak/)
4
- CodeMirror template by Siamak Mokhtari (https://github.com/siamak/atom-panda-syntax)
5
- */
6
- .cm-s-panda-syntax {
7
- background: #292A2B;
8
- color: #E6E6E6;
9
- line-height: 1.5;
10
- font-family: 'Operator Mono', 'Source Code Pro', Menlo, Monaco, Consolas, Courier New, monospace;
11
- }
12
- .cm-s-panda-syntax .CodeMirror-cursor { border-color: #ff2c6d; }
13
- .cm-s-panda-syntax .CodeMirror-activeline-background {
14
- background: rgba(99, 123, 156, 0.1);
15
- }
16
- .cm-s-panda-syntax .CodeMirror-selected {
17
- background: #FFF;
18
- }
19
- .cm-s-panda-syntax .cm-comment {
20
- font-style: italic;
21
- color: #676B79;
22
- }
23
- .cm-s-panda-syntax .cm-operator {
24
- color: #f3f3f3;
25
- }
26
- .cm-s-panda-syntax .cm-string {
27
- color: #19F9D8;
28
- }
29
- .cm-s-panda-syntax .cm-string-2 {
30
- color: #FFB86C;
31
- }
32
-
33
- .cm-s-panda-syntax .cm-tag {
34
- color: #ff2c6d;
35
- }
36
- .cm-s-panda-syntax .cm-meta {
37
- color: #b084eb;
38
- }
39
-
40
- .cm-s-panda-syntax .cm-number {
41
- color: #FFB86C;
42
- }
43
- .cm-s-panda-syntax .cm-atom {
44
- color: #ff2c6d;
45
- }
46
- .cm-s-panda-syntax .cm-keyword {
47
- color: #FF75B5;
48
- }
49
- .cm-s-panda-syntax .cm-variable {
50
- color: #ffb86c;
51
- }
52
- .cm-s-panda-syntax .cm-variable-2 {
53
- color: #ff9ac1;
54
- }
55
- .cm-s-panda-syntax .cm-variable-3, .cm-s-panda-syntax .cm-type {
56
- color: #ff9ac1;
57
- }
58
-
59
- .cm-s-panda-syntax .cm-def {
60
- color: #e6e6e6;
61
- }
62
- .cm-s-panda-syntax .cm-property {
63
- color: #f3f3f3;
64
- }
65
- .cm-s-panda-syntax .cm-unit {
66
- color: #ffb86c;
67
- }
68
-
69
- .cm-s-panda-syntax .cm-attribute {
70
- color: #ffb86c;
71
- }
72
-
73
- .cm-s-panda-syntax .CodeMirror-matchingbracket {
74
- border-bottom: 1px dotted #19F9D8;
75
- padding-bottom: 2px;
76
- color: #e6e6e6;
77
- }
78
- .cm-s-panda-syntax .CodeMirror-gutters {
79
- background: #292a2b;
80
- border-right-color: rgba(255, 255, 255, 0.1);
81
- }
82
- .cm-s-panda-syntax .CodeMirror-linenumber {
83
- color: #e6e6e6;
84
- opacity: 0.6;
85
- }
@@ -1,38 +0,0 @@
1
- /*
2
-
3
- Name: Paraíso (Dark)
4
- Author: Jan T. Sott
5
-
6
- Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror)
7
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
8
-
9
- */
10
-
11
- .cm-s-paraiso-dark.CodeMirror { background: #2f1e2e; color: #b9b6b0; }
12
- .cm-s-paraiso-dark div.CodeMirror-selected { background: #41323f; }
13
- .cm-s-paraiso-dark .CodeMirror-line::selection, .cm-s-paraiso-dark .CodeMirror-line > span::selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::selection { background: rgba(65, 50, 63, .99); }
14
- .cm-s-paraiso-dark .CodeMirror-line::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(65, 50, 63, .99); }
15
- .cm-s-paraiso-dark .CodeMirror-gutters { background: #2f1e2e; border-right: 0px; }
16
- .cm-s-paraiso-dark .CodeMirror-guttermarker { color: #ef6155; }
17
- .cm-s-paraiso-dark .CodeMirror-guttermarker-subtle { color: #776e71; }
18
- .cm-s-paraiso-dark .CodeMirror-linenumber { color: #776e71; }
19
- .cm-s-paraiso-dark .CodeMirror-cursor { border-left: 1px solid #8d8687; }
20
-
21
- .cm-s-paraiso-dark span.cm-comment { color: #e96ba8; }
22
- .cm-s-paraiso-dark span.cm-atom { color: #815ba4; }
23
- .cm-s-paraiso-dark span.cm-number { color: #815ba4; }
24
-
25
- .cm-s-paraiso-dark span.cm-property, .cm-s-paraiso-dark span.cm-attribute { color: #48b685; }
26
- .cm-s-paraiso-dark span.cm-keyword { color: #ef6155; }
27
- .cm-s-paraiso-dark span.cm-string { color: #fec418; }
28
-
29
- .cm-s-paraiso-dark span.cm-variable { color: #48b685; }
30
- .cm-s-paraiso-dark span.cm-variable-2 { color: #06b6ef; }
31
- .cm-s-paraiso-dark span.cm-def { color: #f99b15; }
32
- .cm-s-paraiso-dark span.cm-bracket { color: #b9b6b0; }
33
- .cm-s-paraiso-dark span.cm-tag { color: #ef6155; }
34
- .cm-s-paraiso-dark span.cm-link { color: #815ba4; }
35
- .cm-s-paraiso-dark span.cm-error { background: #ef6155; color: #8d8687; }
36
-
37
- .cm-s-paraiso-dark .CodeMirror-activeline-background { background: #4D344A; }
38
- .cm-s-paraiso-dark .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
@@ -1,38 +0,0 @@
1
- /*
2
-
3
- Name: Paraíso (Light)
4
- Author: Jan T. Sott
5
-
6
- Color scheme by Jan T. Sott (https://github.com/idleberg/Paraiso-CodeMirror)
7
- Inspired by the art of Rubens LP (http://www.rubenslp.com.br)
8
-
9
- */
10
-
11
- .cm-s-paraiso-light.CodeMirror { background: #e7e9db; color: #41323f; }
12
- .cm-s-paraiso-light div.CodeMirror-selected { background: #b9b6b0; }
13
- .cm-s-paraiso-light .CodeMirror-line::selection, .cm-s-paraiso-light .CodeMirror-line > span::selection, .cm-s-paraiso-light .CodeMirror-line > span > span::selection { background: #b9b6b0; }
14
- .cm-s-paraiso-light .CodeMirror-line::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span::-moz-selection, .cm-s-paraiso-light .CodeMirror-line > span > span::-moz-selection { background: #b9b6b0; }
15
- .cm-s-paraiso-light .CodeMirror-gutters { background: #e7e9db; border-right: 0px; }
16
- .cm-s-paraiso-light .CodeMirror-guttermarker { color: black; }
17
- .cm-s-paraiso-light .CodeMirror-guttermarker-subtle { color: #8d8687; }
18
- .cm-s-paraiso-light .CodeMirror-linenumber { color: #8d8687; }
19
- .cm-s-paraiso-light .CodeMirror-cursor { border-left: 1px solid #776e71; }
20
-
21
- .cm-s-paraiso-light span.cm-comment { color: #e96ba8; }
22
- .cm-s-paraiso-light span.cm-atom { color: #815ba4; }
23
- .cm-s-paraiso-light span.cm-number { color: #815ba4; }
24
-
25
- .cm-s-paraiso-light span.cm-property, .cm-s-paraiso-light span.cm-attribute { color: #48b685; }
26
- .cm-s-paraiso-light span.cm-keyword { color: #ef6155; }
27
- .cm-s-paraiso-light span.cm-string { color: #fec418; }
28
-
29
- .cm-s-paraiso-light span.cm-variable { color: #48b685; }
30
- .cm-s-paraiso-light span.cm-variable-2 { color: #06b6ef; }
31
- .cm-s-paraiso-light span.cm-def { color: #f99b15; }
32
- .cm-s-paraiso-light span.cm-bracket { color: #41323f; }
33
- .cm-s-paraiso-light span.cm-tag { color: #ef6155; }
34
- .cm-s-paraiso-light span.cm-link { color: #815ba4; }
35
- .cm-s-paraiso-light span.cm-error { background: #ef6155; color: #776e71; }
36
-
37
- .cm-s-paraiso-light .CodeMirror-activeline-background { background: #CFD1C4; }
38
- .cm-s-paraiso-light .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
@@ -1,52 +0,0 @@
1
- /**
2
- * Pastel On Dark theme ported from ACE editor
3
- * @license MIT
4
- * @copyright AtomicPages LLC 2014
5
- * @author Dennis Thompson, AtomicPages LLC
6
- * @version 1.1
7
- * @source https://github.com/atomicpages/codemirror-pastel-on-dark-theme
8
- */
9
-
10
- .cm-s-pastel-on-dark.CodeMirror {
11
- background: #2c2827;
12
- color: #8F938F;
13
- line-height: 1.5;
14
- }
15
- .cm-s-pastel-on-dark div.CodeMirror-selected { background: rgba(221,240,255,0.2); }
16
- .cm-s-pastel-on-dark .CodeMirror-line::selection, .cm-s-pastel-on-dark .CodeMirror-line > span::selection, .cm-s-pastel-on-dark .CodeMirror-line > span > span::selection { background: rgba(221,240,255,0.2); }
17
- .cm-s-pastel-on-dark .CodeMirror-line::-moz-selection, .cm-s-pastel-on-dark .CodeMirror-line > span::-moz-selection, .cm-s-pastel-on-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(221,240,255,0.2); }
18
-
19
- .cm-s-pastel-on-dark .CodeMirror-gutters {
20
- background: #34302f;
21
- border-right: 0px;
22
- padding: 0 3px;
23
- }
24
- .cm-s-pastel-on-dark .CodeMirror-guttermarker { color: white; }
25
- .cm-s-pastel-on-dark .CodeMirror-guttermarker-subtle { color: #8F938F; }
26
- .cm-s-pastel-on-dark .CodeMirror-linenumber { color: #8F938F; }
27
- .cm-s-pastel-on-dark .CodeMirror-cursor { border-left: 1px solid #A7A7A7; }
28
- .cm-s-pastel-on-dark span.cm-comment { color: #A6C6FF; }
29
- .cm-s-pastel-on-dark span.cm-atom { color: #DE8E30; }
30
- .cm-s-pastel-on-dark span.cm-number { color: #CCCCCC; }
31
- .cm-s-pastel-on-dark span.cm-property { color: #8F938F; }
32
- .cm-s-pastel-on-dark span.cm-attribute { color: #a6e22e; }
33
- .cm-s-pastel-on-dark span.cm-keyword { color: #AEB2F8; }
34
- .cm-s-pastel-on-dark span.cm-string { color: #66A968; }
35
- .cm-s-pastel-on-dark span.cm-variable { color: #AEB2F8; }
36
- .cm-s-pastel-on-dark span.cm-variable-2 { color: #BEBF55; }
37
- .cm-s-pastel-on-dark span.cm-variable-3, .cm-s-pastel-on-dark span.cm-type { color: #DE8E30; }
38
- .cm-s-pastel-on-dark span.cm-def { color: #757aD8; }
39
- .cm-s-pastel-on-dark span.cm-bracket { color: #f8f8f2; }
40
- .cm-s-pastel-on-dark span.cm-tag { color: #C1C144; }
41
- .cm-s-pastel-on-dark span.cm-link { color: #ae81ff; }
42
- .cm-s-pastel-on-dark span.cm-qualifier,.cm-s-pastel-on-dark span.cm-builtin { color: #C1C144; }
43
- .cm-s-pastel-on-dark span.cm-error {
44
- background: #757aD8;
45
- color: #f8f8f0;
46
- }
47
- .cm-s-pastel-on-dark .CodeMirror-activeline-background { background: rgba(255, 255, 255, 0.031); }
48
- .cm-s-pastel-on-dark .CodeMirror-matchingbracket {
49
- border: 1px solid rgba(255,255,255,0.25);
50
- color: #8F938F !important;
51
- margin: -1px -1px 0 -1px;
52
- }
@@ -1,34 +0,0 @@
1
- /*
2
-
3
- Name: Railscasts
4
- Author: Ryan Bates (http://railscasts.com)
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-railscasts.CodeMirror {background: #2b2b2b; color: #f4f1ed;}
12
- .cm-s-railscasts div.CodeMirror-selected {background: #272935 !important;}
13
- .cm-s-railscasts .CodeMirror-gutters {background: #2b2b2b; border-right: 0px;}
14
- .cm-s-railscasts .CodeMirror-linenumber {color: #5a647e;}
15
- .cm-s-railscasts .CodeMirror-cursor {border-left: 1px solid #d4cfc9 !important;}
16
-
17
- .cm-s-railscasts span.cm-comment {color: #bc9458;}
18
- .cm-s-railscasts span.cm-atom {color: #b6b3eb;}
19
- .cm-s-railscasts span.cm-number {color: #b6b3eb;}
20
-
21
- .cm-s-railscasts span.cm-property, .cm-s-railscasts span.cm-attribute {color: #a5c261;}
22
- .cm-s-railscasts span.cm-keyword {color: #da4939;}
23
- .cm-s-railscasts span.cm-string {color: #ffc66d;}
24
-
25
- .cm-s-railscasts span.cm-variable {color: #a5c261;}
26
- .cm-s-railscasts span.cm-variable-2 {color: #6d9cbe;}
27
- .cm-s-railscasts span.cm-def {color: #cc7833;}
28
- .cm-s-railscasts span.cm-error {background: #da4939; color: #d4cfc9;}
29
- .cm-s-railscasts span.cm-bracket {color: #f4f1ed;}
30
- .cm-s-railscasts span.cm-tag {color: #da4939;}
31
- .cm-s-railscasts span.cm-link {color: #b6b3eb;}
32
-
33
- .cm-s-railscasts .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
34
- .cm-s-railscasts .CodeMirror-activeline-background { background: #303040; }
@@ -1,25 +0,0 @@
1
- .cm-s-rubyblue.CodeMirror { background: #112435; color: white; }
2
- .cm-s-rubyblue div.CodeMirror-selected { background: #38566F; }
3
- .cm-s-rubyblue .CodeMirror-line::selection, .cm-s-rubyblue .CodeMirror-line > span::selection, .cm-s-rubyblue .CodeMirror-line > span > span::selection { background: rgba(56, 86, 111, 0.99); }
4
- .cm-s-rubyblue .CodeMirror-line::-moz-selection, .cm-s-rubyblue .CodeMirror-line > span::-moz-selection, .cm-s-rubyblue .CodeMirror-line > span > span::-moz-selection { background: rgba(56, 86, 111, 0.99); }
5
- .cm-s-rubyblue .CodeMirror-gutters { background: #1F4661; border-right: 7px solid #3E7087; }
6
- .cm-s-rubyblue .CodeMirror-guttermarker { color: white; }
7
- .cm-s-rubyblue .CodeMirror-guttermarker-subtle { color: #3E7087; }
8
- .cm-s-rubyblue .CodeMirror-linenumber { color: white; }
9
- .cm-s-rubyblue .CodeMirror-cursor { border-left: 1px solid white; }
10
-
11
- .cm-s-rubyblue span.cm-comment { color: #999; font-style:italic; line-height: 1em; }
12
- .cm-s-rubyblue span.cm-atom { color: #F4C20B; }
13
- .cm-s-rubyblue span.cm-number, .cm-s-rubyblue span.cm-attribute { color: #82C6E0; }
14
- .cm-s-rubyblue span.cm-keyword { color: #F0F; }
15
- .cm-s-rubyblue span.cm-string { color: #F08047; }
16
- .cm-s-rubyblue span.cm-meta { color: #F0F; }
17
- .cm-s-rubyblue span.cm-variable-2, .cm-s-rubyblue span.cm-tag { color: #7BD827; }
18
- .cm-s-rubyblue span.cm-variable-3, .cm-s-rubyblue span.cm-def, .cm-s-rubyblue span.cm-type { color: white; }
19
- .cm-s-rubyblue span.cm-bracket { color: #F0F; }
20
- .cm-s-rubyblue span.cm-link { color: #F4C20B; }
21
- .cm-s-rubyblue span.CodeMirror-matchingbracket { color:#F0F !important; }
22
- .cm-s-rubyblue span.cm-builtin, .cm-s-rubyblue span.cm-special { color: #FF9D00; }
23
- .cm-s-rubyblue span.cm-error { color: #AF2018; }
24
-
25
- .cm-s-rubyblue .CodeMirror-activeline-background { background: #173047; }
@@ -1,44 +0,0 @@
1
- /*
2
-
3
- Name: seti
4
- Author: Michael Kaminsky (http://github.com/mkaminsky11)
5
-
6
- Original seti color scheme by Jesse Weed (https://github.com/jesseweed/seti-syntax)
7
-
8
- */
9
-
10
-
11
- .cm-s-seti.CodeMirror {
12
- background-color: #151718 !important;
13
- color: #CFD2D1 !important;
14
- border: none;
15
- }
16
- .cm-s-seti .CodeMirror-gutters {
17
- color: #404b53;
18
- background-color: #0E1112;
19
- border: none;
20
- }
21
- .cm-s-seti .CodeMirror-cursor { border-left: solid thin #f8f8f0; }
22
- .cm-s-seti .CodeMirror-linenumber { color: #6D8A88; }
23
- .cm-s-seti.CodeMirror-focused div.CodeMirror-selected { background: rgba(255, 255, 255, 0.10); }
24
- .cm-s-seti .CodeMirror-line::selection, .cm-s-seti .CodeMirror-line > span::selection, .cm-s-seti .CodeMirror-line > span > span::selection { background: rgba(255, 255, 255, 0.10); }
25
- .cm-s-seti .CodeMirror-line::-moz-selection, .cm-s-seti .CodeMirror-line > span::-moz-selection, .cm-s-seti .CodeMirror-line > span > span::-moz-selection { background: rgba(255, 255, 255, 0.10); }
26
- .cm-s-seti span.cm-comment { color: #41535b; }
27
- .cm-s-seti span.cm-string, .cm-s-seti span.cm-string-2 { color: #55b5db; }
28
- .cm-s-seti span.cm-number { color: #cd3f45; }
29
- .cm-s-seti span.cm-variable { color: #55b5db; }
30
- .cm-s-seti span.cm-variable-2 { color: #a074c4; }
31
- .cm-s-seti span.cm-def { color: #55b5db; }
32
- .cm-s-seti span.cm-keyword { color: #ff79c6; }
33
- .cm-s-seti span.cm-operator { color: #9fca56; }
34
- .cm-s-seti span.cm-keyword { color: #e6cd69; }
35
- .cm-s-seti span.cm-atom { color: #cd3f45; }
36
- .cm-s-seti span.cm-meta { color: #55b5db; }
37
- .cm-s-seti span.cm-tag { color: #55b5db; }
38
- .cm-s-seti span.cm-attribute { color: #9fca56; }
39
- .cm-s-seti span.cm-qualifier { color: #9fca56; }
40
- .cm-s-seti span.cm-property { color: #a074c4; }
41
- .cm-s-seti span.cm-variable-3, .cm-s-seti span.cm-type { color: #9fca56; }
42
- .cm-s-seti span.cm-builtin { color: #9fca56; }
43
- .cm-s-seti .CodeMirror-activeline-background { background: #101213; }
44
- .cm-s-seti .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }