@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.
- package/CHANGELOG.md +13 -0
- package/dist/demo/pb-code-editor.html +12 -9
- package/dist/{iron-form-f540b15b.js → iron-form-9e72ac45.js} +1 -1
- package/dist/jinn-codemirror-c1a4b755.js +1 -0
- package/dist/{paper-checkbox-f6a70487.js → paper-checkbox-102e3b43.js} +120 -120
- package/dist/pb-code-editor.js +22 -0
- package/dist/pb-components-bundle.js +234 -234
- package/dist/pb-edit-app.js +33 -33
- package/dist/pb-elements.json +61 -16
- package/dist/pb-i18n-6ad23bcf.js +1 -0
- package/dist/pb-message-0fb0b538.js +911 -0
- package/dist/pb-odd-editor.js +110 -82
- package/package.json +4 -5
- package/pb-elements.json +61 -16
- package/src/pb-code-editor.js +51 -663
- package/src/pb-components.js +0 -1
- package/src/pb-odd-model-editor.js +33 -23
- package/src/pb-odd-parameter-editor.js +17 -9
- package/src/pb-odd-rendition-editor.js +19 -9
- package/css/codemirror/3024-day.css +0 -41
- package/css/codemirror/3024-night.css +0 -39
- package/css/codemirror/abbott.css +0 -268
- package/css/codemirror/abcdef.css +0 -32
- package/css/codemirror/ambiance-mobile.css +0 -5
- package/css/codemirror/ambiance.css +0 -74
- package/css/codemirror/ayu-dark.css +0 -44
- package/css/codemirror/ayu-mirage.css +0 -45
- package/css/codemirror/base16-dark.css +0 -40
- package/css/codemirror/base16-light.css +0 -38
- package/css/codemirror/bespin.css +0 -34
- package/css/codemirror/blackboard.css +0 -32
- package/css/codemirror/cobalt.css +0 -25
- package/css/codemirror/colorforth.css +0 -33
- package/css/codemirror/darcula.css +0 -53
- package/css/codemirror/dracula.css +0 -40
- package/css/codemirror/duotone-dark.css +0 -35
- package/css/codemirror/duotone-light.css +0 -36
- package/css/codemirror/eclipse.css +0 -23
- package/css/codemirror/elegant.css +0 -13
- package/css/codemirror/erlang-dark.css +0 -34
- package/css/codemirror/gruvbox-dark.css +0 -39
- package/css/codemirror/hopscotch.css +0 -34
- package/css/codemirror/icecoder.css +0 -43
- package/css/codemirror/idea.css +0 -42
- package/css/codemirror/isotope.css +0 -34
- package/css/codemirror/juejin.css +0 -30
- package/css/codemirror/lesser-dark.css +0 -47
- package/css/codemirror/liquibyte.css +0 -95
- package/css/codemirror/lucario.css +0 -37
- package/css/codemirror/material-darker.css +0 -135
- package/css/codemirror/material-ocean.css +0 -141
- package/css/codemirror/material-palenight.css +0 -141
- package/css/codemirror/material.css +0 -141
- package/css/codemirror/mbo.css +0 -37
- package/css/codemirror/mdn-like.css +0 -46
- package/css/codemirror/midnight.css +0 -39
- package/css/codemirror/monokai.css +0 -41
- package/css/codemirror/moxer.css +0 -143
- package/css/codemirror/neat.css +0 -12
- package/css/codemirror/neo.css +0 -43
- package/css/codemirror/night.css +0 -27
- package/css/codemirror/nord.css +0 -42
- package/css/codemirror/oceanic-next.css +0 -46
- package/css/codemirror/panda-syntax.css +0 -85
- package/css/codemirror/paraiso-dark.css +0 -38
- package/css/codemirror/paraiso-light.css +0 -38
- package/css/codemirror/pastel-on-dark.css +0 -52
- package/css/codemirror/railscasts.css +0 -34
- package/css/codemirror/rubyblue.css +0 -25
- package/css/codemirror/seti.css +0 -44
- package/css/codemirror/shadowfox.css +0 -52
- package/css/codemirror/solarized.css +0 -168
- package/css/codemirror/ssms.css +0 -16
- package/css/codemirror/the-matrix.css +0 -30
- package/css/codemirror/tomorrow-night-bright.css +0 -35
- package/css/codemirror/tomorrow-night-eighties.css +0 -38
- package/css/codemirror/ttcn.css +0 -64
- package/css/codemirror/twilight.css +0 -32
- package/css/codemirror/vibrant-ink.css +0 -34
- package/css/codemirror/xq-dark.css +0 -53
- package/css/codemirror/xq-light.css +0 -43
- package/css/codemirror/yeti.css +0 -44
- package/css/codemirror/yonce.css +0 -59
- package/css/codemirror/zenburn.css +0 -37
- package/dist/pb-message-1a0c0c52.js +0 -1360
- package/lib/codemirror/addon/display/placeholder.js +0 -70
- package/lib/codemirror/addon/edit/matchbrackets.js +0 -152
- package/lib/codemirror/addon/lint/lint.js +0 -282
- package/lib/codemirror/mode/css/css.js +0 -855
- package/lib/codemirror/mode/stex/stex.js +0 -249
- package/lib/codemirror/mode/xml/xml.js +0 -404
- package/lib/codemirror/mode/xquery/xquery.js +0 -434
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
.cm-s-erlang-dark.CodeMirror { background: #002240; color: white; }
|
|
2
|
-
.cm-s-erlang-dark div.CodeMirror-selected { background: #b36539; }
|
|
3
|
-
.cm-s-erlang-dark .CodeMirror-line::selection, .cm-s-erlang-dark .CodeMirror-line > span::selection, .cm-s-erlang-dark .CodeMirror-line > span > span::selection { background: rgba(179, 101, 57, .99); }
|
|
4
|
-
.cm-s-erlang-dark .CodeMirror-line::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span::-moz-selection, .cm-s-erlang-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(179, 101, 57, .99); }
|
|
5
|
-
.cm-s-erlang-dark .CodeMirror-gutters { background: #002240; border-right: 1px solid #aaa; }
|
|
6
|
-
.cm-s-erlang-dark .CodeMirror-guttermarker { color: white; }
|
|
7
|
-
.cm-s-erlang-dark .CodeMirror-guttermarker-subtle { color: #d0d0d0; }
|
|
8
|
-
.cm-s-erlang-dark .CodeMirror-linenumber { color: #d0d0d0; }
|
|
9
|
-
.cm-s-erlang-dark .CodeMirror-cursor { border-left: 1px solid white; }
|
|
10
|
-
|
|
11
|
-
.cm-s-erlang-dark span.cm-quote { color: #ccc; }
|
|
12
|
-
.cm-s-erlang-dark span.cm-atom { color: #f133f1; }
|
|
13
|
-
.cm-s-erlang-dark span.cm-attribute { color: #ff80e1; }
|
|
14
|
-
.cm-s-erlang-dark span.cm-bracket { color: #ff9d00; }
|
|
15
|
-
.cm-s-erlang-dark span.cm-builtin { color: #eaa; }
|
|
16
|
-
.cm-s-erlang-dark span.cm-comment { color: #77f; }
|
|
17
|
-
.cm-s-erlang-dark span.cm-def { color: #e7a; }
|
|
18
|
-
.cm-s-erlang-dark span.cm-keyword { color: #ffee80; }
|
|
19
|
-
.cm-s-erlang-dark span.cm-meta { color: #50fefe; }
|
|
20
|
-
.cm-s-erlang-dark span.cm-number { color: #ffd0d0; }
|
|
21
|
-
.cm-s-erlang-dark span.cm-operator { color: #d55; }
|
|
22
|
-
.cm-s-erlang-dark span.cm-property { color: #ccc; }
|
|
23
|
-
.cm-s-erlang-dark span.cm-qualifier { color: #ccc; }
|
|
24
|
-
.cm-s-erlang-dark span.cm-special { color: #ffbbbb; }
|
|
25
|
-
.cm-s-erlang-dark span.cm-string { color: #3ad900; }
|
|
26
|
-
.cm-s-erlang-dark span.cm-string-2 { color: #ccc; }
|
|
27
|
-
.cm-s-erlang-dark span.cm-tag { color: #9effff; }
|
|
28
|
-
.cm-s-erlang-dark span.cm-variable { color: #50fe50; }
|
|
29
|
-
.cm-s-erlang-dark span.cm-variable-2 { color: #e0e; }
|
|
30
|
-
.cm-s-erlang-dark span.cm-variable-3, .cm-s-erlang-dark span.cm-type { color: #ccc; }
|
|
31
|
-
.cm-s-erlang-dark span.cm-error { color: #9d1e15; }
|
|
32
|
-
|
|
33
|
-
.cm-s-erlang-dark .CodeMirror-activeline-background { background: #013461; }
|
|
34
|
-
.cm-s-erlang-dark .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
|
|
@@ -1,39 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
Name: gruvbox-dark
|
|
4
|
-
Author: kRkk (https://github.com/krkk)
|
|
5
|
-
|
|
6
|
-
Original gruvbox color scheme by Pavel Pertsev (https://github.com/morhetz/gruvbox)
|
|
7
|
-
|
|
8
|
-
*/
|
|
9
|
-
|
|
10
|
-
.cm-s-gruvbox-dark.CodeMirror, .cm-s-gruvbox-dark .CodeMirror-gutters { background-color: #282828; color: #bdae93; }
|
|
11
|
-
.cm-s-gruvbox-dark .CodeMirror-gutters {background: #282828; border-right: 0px;}
|
|
12
|
-
.cm-s-gruvbox-dark .CodeMirror-linenumber {color: #7c6f64;}
|
|
13
|
-
.cm-s-gruvbox-dark .CodeMirror-cursor { border-left: 1px solid #ebdbb2; }
|
|
14
|
-
.cm-s-gruvbox-dark.cm-fat-cursor .CodeMirror-cursor { background-color: #8e8d8875 !important; }
|
|
15
|
-
.cm-s-gruvbox-dark .cm-animate-fat-cursor { background-color: #8e8d8875 !important; }
|
|
16
|
-
.cm-s-gruvbox-dark div.CodeMirror-selected { background: #928374; }
|
|
17
|
-
.cm-s-gruvbox-dark span.cm-meta { color: #83a598; }
|
|
18
|
-
|
|
19
|
-
.cm-s-gruvbox-dark span.cm-comment { color: #928374; }
|
|
20
|
-
.cm-s-gruvbox-dark span.cm-number, span.cm-atom { color: #d3869b; }
|
|
21
|
-
.cm-s-gruvbox-dark span.cm-keyword { color: #f84934; }
|
|
22
|
-
|
|
23
|
-
.cm-s-gruvbox-dark span.cm-variable { color: #ebdbb2; }
|
|
24
|
-
.cm-s-gruvbox-dark span.cm-variable-2 { color: #ebdbb2; }
|
|
25
|
-
.cm-s-gruvbox-dark span.cm-variable-3, .cm-s-gruvbox-dark span.cm-type { color: #fabd2f; }
|
|
26
|
-
.cm-s-gruvbox-dark span.cm-operator { color: #ebdbb2; }
|
|
27
|
-
.cm-s-gruvbox-dark span.cm-callee { color: #ebdbb2; }
|
|
28
|
-
.cm-s-gruvbox-dark span.cm-def { color: #ebdbb2; }
|
|
29
|
-
.cm-s-gruvbox-dark span.cm-property { color: #ebdbb2; }
|
|
30
|
-
.cm-s-gruvbox-dark span.cm-string { color: #b8bb26; }
|
|
31
|
-
.cm-s-gruvbox-dark span.cm-string-2 { color: #8ec07c; }
|
|
32
|
-
.cm-s-gruvbox-dark span.cm-qualifier { color: #8ec07c; }
|
|
33
|
-
.cm-s-gruvbox-dark span.cm-attribute { color: #8ec07c; }
|
|
34
|
-
|
|
35
|
-
.cm-s-gruvbox-dark .CodeMirror-activeline-background { background: #3c3836; }
|
|
36
|
-
.cm-s-gruvbox-dark .CodeMirror-matchingbracket { background: #928374; color:#282828 !important; }
|
|
37
|
-
|
|
38
|
-
.cm-s-gruvbox-dark span.cm-builtin { color: #fe8019; }
|
|
39
|
-
.cm-s-gruvbox-dark span.cm-tag { color: #fe8019; }
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
Name: Hopscotch
|
|
4
|
-
Author: Jan T. Sott
|
|
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-hopscotch.CodeMirror {background: #322931; color: #d5d3d5;}
|
|
12
|
-
.cm-s-hopscotch div.CodeMirror-selected {background: #433b42 !important;}
|
|
13
|
-
.cm-s-hopscotch .CodeMirror-gutters {background: #322931; border-right: 0px;}
|
|
14
|
-
.cm-s-hopscotch .CodeMirror-linenumber {color: #797379;}
|
|
15
|
-
.cm-s-hopscotch .CodeMirror-cursor {border-left: 1px solid #989498 !important;}
|
|
16
|
-
|
|
17
|
-
.cm-s-hopscotch span.cm-comment {color: #b33508;}
|
|
18
|
-
.cm-s-hopscotch span.cm-atom {color: #c85e7c;}
|
|
19
|
-
.cm-s-hopscotch span.cm-number {color: #c85e7c;}
|
|
20
|
-
|
|
21
|
-
.cm-s-hopscotch span.cm-property, .cm-s-hopscotch span.cm-attribute {color: #8fc13e;}
|
|
22
|
-
.cm-s-hopscotch span.cm-keyword {color: #dd464c;}
|
|
23
|
-
.cm-s-hopscotch span.cm-string {color: #fdcc59;}
|
|
24
|
-
|
|
25
|
-
.cm-s-hopscotch span.cm-variable {color: #8fc13e;}
|
|
26
|
-
.cm-s-hopscotch span.cm-variable-2 {color: #1290bf;}
|
|
27
|
-
.cm-s-hopscotch span.cm-def {color: #fd8b19;}
|
|
28
|
-
.cm-s-hopscotch span.cm-error {background: #dd464c; color: #989498;}
|
|
29
|
-
.cm-s-hopscotch span.cm-bracket {color: #d5d3d5;}
|
|
30
|
-
.cm-s-hopscotch span.cm-tag {color: #dd464c;}
|
|
31
|
-
.cm-s-hopscotch span.cm-link {color: #c85e7c;}
|
|
32
|
-
|
|
33
|
-
.cm-s-hopscotch .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|
|
34
|
-
.cm-s-hopscotch .CodeMirror-activeline-background { background: #302020; }
|
|
@@ -1,43 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
ICEcoder default theme by Matt Pass, used in code editor available at https://icecoder.net
|
|
3
|
-
*/
|
|
4
|
-
|
|
5
|
-
.cm-s-icecoder { color: #666; background: #1d1d1b; }
|
|
6
|
-
|
|
7
|
-
.cm-s-icecoder span.cm-keyword { color: #eee; font-weight:bold; } /* off-white 1 */
|
|
8
|
-
.cm-s-icecoder span.cm-atom { color: #e1c76e; } /* yellow */
|
|
9
|
-
.cm-s-icecoder span.cm-number { color: #6cb5d9; } /* blue */
|
|
10
|
-
.cm-s-icecoder span.cm-def { color: #b9ca4a; } /* green */
|
|
11
|
-
|
|
12
|
-
.cm-s-icecoder span.cm-variable { color: #6cb5d9; } /* blue */
|
|
13
|
-
.cm-s-icecoder span.cm-variable-2 { color: #cc1e5c; } /* pink */
|
|
14
|
-
.cm-s-icecoder span.cm-variable-3, .cm-s-icecoder span.cm-type { color: #f9602c; } /* orange */
|
|
15
|
-
|
|
16
|
-
.cm-s-icecoder span.cm-property { color: #eee; } /* off-white 1 */
|
|
17
|
-
.cm-s-icecoder span.cm-operator { color: #9179bb; } /* purple */
|
|
18
|
-
.cm-s-icecoder span.cm-comment { color: #97a3aa; } /* grey-blue */
|
|
19
|
-
|
|
20
|
-
.cm-s-icecoder span.cm-string { color: #b9ca4a; } /* green */
|
|
21
|
-
.cm-s-icecoder span.cm-string-2 { color: #6cb5d9; } /* blue */
|
|
22
|
-
|
|
23
|
-
.cm-s-icecoder span.cm-meta { color: #555; } /* grey */
|
|
24
|
-
|
|
25
|
-
.cm-s-icecoder span.cm-qualifier { color: #555; } /* grey */
|
|
26
|
-
.cm-s-icecoder span.cm-builtin { color: #214e7b; } /* bright blue */
|
|
27
|
-
.cm-s-icecoder span.cm-bracket { color: #cc7; } /* grey-yellow */
|
|
28
|
-
|
|
29
|
-
.cm-s-icecoder span.cm-tag { color: #e8e8e8; } /* off-white 2 */
|
|
30
|
-
.cm-s-icecoder span.cm-attribute { color: #099; } /* teal */
|
|
31
|
-
|
|
32
|
-
.cm-s-icecoder span.cm-header { color: #6a0d6a; } /* purple-pink */
|
|
33
|
-
.cm-s-icecoder span.cm-quote { color: #186718; } /* dark green */
|
|
34
|
-
.cm-s-icecoder span.cm-hr { color: #888; } /* mid-grey */
|
|
35
|
-
.cm-s-icecoder span.cm-link { color: #e1c76e; } /* yellow */
|
|
36
|
-
.cm-s-icecoder span.cm-error { color: #d00; } /* red */
|
|
37
|
-
|
|
38
|
-
.cm-s-icecoder .CodeMirror-cursor { border-left: 1px solid white; }
|
|
39
|
-
.cm-s-icecoder div.CodeMirror-selected { color: #fff; background: #037; }
|
|
40
|
-
.cm-s-icecoder .CodeMirror-gutters { background: #1d1d1b; min-width: 41px; border-right: 0; }
|
|
41
|
-
.cm-s-icecoder .CodeMirror-linenumber { color: #555; cursor: default; }
|
|
42
|
-
.cm-s-icecoder .CodeMirror-matchingbracket { color: #fff !important; background: #555 !important; }
|
|
43
|
-
.cm-s-icecoder .CodeMirror-activeline-background { background: #000; }
|
package/css/codemirror/idea.css
DELETED
|
@@ -1,42 +0,0 @@
|
|
|
1
|
-
/**
|
|
2
|
-
Name: IDEA default theme
|
|
3
|
-
From IntelliJ IDEA by JetBrains
|
|
4
|
-
*/
|
|
5
|
-
|
|
6
|
-
.cm-s-idea span.cm-meta { color: #808000; }
|
|
7
|
-
.cm-s-idea span.cm-number { color: #0000FF; }
|
|
8
|
-
.cm-s-idea span.cm-keyword { line-height: 1em; font-weight: bold; color: #000080; }
|
|
9
|
-
.cm-s-idea span.cm-atom { font-weight: bold; color: #000080; }
|
|
10
|
-
.cm-s-idea span.cm-def { color: #000000; }
|
|
11
|
-
.cm-s-idea span.cm-variable { color: black; }
|
|
12
|
-
.cm-s-idea span.cm-variable-2 { color: black; }
|
|
13
|
-
.cm-s-idea span.cm-variable-3, .cm-s-idea span.cm-type { color: black; }
|
|
14
|
-
.cm-s-idea span.cm-property { color: black; }
|
|
15
|
-
.cm-s-idea span.cm-operator { color: black; }
|
|
16
|
-
.cm-s-idea span.cm-comment { color: #808080; }
|
|
17
|
-
.cm-s-idea span.cm-string { color: #008000; }
|
|
18
|
-
.cm-s-idea span.cm-string-2 { color: #008000; }
|
|
19
|
-
.cm-s-idea span.cm-qualifier { color: #555; }
|
|
20
|
-
.cm-s-idea span.cm-error { color: #FF0000; }
|
|
21
|
-
.cm-s-idea span.cm-attribute { color: #0000FF; }
|
|
22
|
-
.cm-s-idea span.cm-tag { color: #000080; }
|
|
23
|
-
.cm-s-idea span.cm-link { color: #0000FF; }
|
|
24
|
-
.cm-s-idea .CodeMirror-activeline-background { background: #FFFAE3; }
|
|
25
|
-
|
|
26
|
-
.cm-s-idea span.cm-builtin { color: #30a; }
|
|
27
|
-
.cm-s-idea span.cm-bracket { color: #cc7; }
|
|
28
|
-
.cm-s-idea { font-family: Consolas, Menlo, Monaco, Lucida Console, Liberation Mono, DejaVu Sans Mono, Bitstream Vera Sans Mono, Courier New, monospace, serif;}
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
.cm-s-idea .CodeMirror-matchingbracket { outline:1px solid grey; color:black !important; }
|
|
32
|
-
|
|
33
|
-
.CodeMirror-hints.idea {
|
|
34
|
-
font-family: Menlo, Monaco, Consolas, 'Courier New', monospace;
|
|
35
|
-
color: #616569;
|
|
36
|
-
background-color: #ebf3fd !important;
|
|
37
|
-
}
|
|
38
|
-
|
|
39
|
-
.CodeMirror-hints.idea .CodeMirror-hint-active {
|
|
40
|
-
background-color: #a2b8c9 !important;
|
|
41
|
-
color: #5c6065 !important;
|
|
42
|
-
}
|
|
@@ -1,34 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
|
|
3
|
-
Name: Isotope
|
|
4
|
-
Author: David Desandro / Jan T. Sott
|
|
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-isotope.CodeMirror {background: #000000; color: #e0e0e0;}
|
|
12
|
-
.cm-s-isotope div.CodeMirror-selected {background: #404040 !important;}
|
|
13
|
-
.cm-s-isotope .CodeMirror-gutters {background: #000000; border-right: 0px;}
|
|
14
|
-
.cm-s-isotope .CodeMirror-linenumber {color: #808080;}
|
|
15
|
-
.cm-s-isotope .CodeMirror-cursor {border-left: 1px solid #c0c0c0 !important;}
|
|
16
|
-
|
|
17
|
-
.cm-s-isotope span.cm-comment {color: #3300ff;}
|
|
18
|
-
.cm-s-isotope span.cm-atom {color: #cc00ff;}
|
|
19
|
-
.cm-s-isotope span.cm-number {color: #cc00ff;}
|
|
20
|
-
|
|
21
|
-
.cm-s-isotope span.cm-property, .cm-s-isotope span.cm-attribute {color: #33ff00;}
|
|
22
|
-
.cm-s-isotope span.cm-keyword {color: #ff0000;}
|
|
23
|
-
.cm-s-isotope span.cm-string {color: #ff0099;}
|
|
24
|
-
|
|
25
|
-
.cm-s-isotope span.cm-variable {color: #33ff00;}
|
|
26
|
-
.cm-s-isotope span.cm-variable-2 {color: #0066ff;}
|
|
27
|
-
.cm-s-isotope span.cm-def {color: #ff9900;}
|
|
28
|
-
.cm-s-isotope span.cm-error {background: #ff0000; color: #c0c0c0;}
|
|
29
|
-
.cm-s-isotope span.cm-bracket {color: #e0e0e0;}
|
|
30
|
-
.cm-s-isotope span.cm-tag {color: #ff0000;}
|
|
31
|
-
.cm-s-isotope span.cm-link {color: #cc00ff;}
|
|
32
|
-
|
|
33
|
-
.cm-s-isotope .CodeMirror-matchingbracket { text-decoration: underline; color: white !important;}
|
|
34
|
-
.cm-s-isotope .CodeMirror-activeline-background { background: #202020; }
|
|
@@ -1,30 +0,0 @@
|
|
|
1
|
-
.cm-s-juejin.CodeMirror {
|
|
2
|
-
background: #f8f9fa;
|
|
3
|
-
}
|
|
4
|
-
.cm-s-juejin .cm-header,
|
|
5
|
-
.cm-s-juejin .cm-def {
|
|
6
|
-
color: #1ba2f0;
|
|
7
|
-
}
|
|
8
|
-
.cm-s-juejin .cm-comment {
|
|
9
|
-
color: #009e9d;
|
|
10
|
-
}
|
|
11
|
-
.cm-s-juejin .cm-quote,
|
|
12
|
-
.cm-s-juejin .cm-link,
|
|
13
|
-
.cm-s-juejin .cm-strong,
|
|
14
|
-
.cm-s-juejin .cm-attribute {
|
|
15
|
-
color: #fd7741;
|
|
16
|
-
}
|
|
17
|
-
.cm-s-juejin .cm-url,
|
|
18
|
-
.cm-s-juejin .cm-keyword,
|
|
19
|
-
.cm-s-juejin .cm-builtin {
|
|
20
|
-
color: #bb51b8;
|
|
21
|
-
}
|
|
22
|
-
.cm-s-juejin .cm-hr {
|
|
23
|
-
color: #909090;
|
|
24
|
-
}
|
|
25
|
-
.cm-s-juejin .cm-tag {
|
|
26
|
-
color: #107000;
|
|
27
|
-
}
|
|
28
|
-
.cm-s-juejin .cm-variable-2 {
|
|
29
|
-
color: #0050a0;
|
|
30
|
-
}
|
|
@@ -1,47 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
http://lesscss.org/ dark theme
|
|
3
|
-
Ported to CodeMirror by Peter Kroon
|
|
4
|
-
*/
|
|
5
|
-
.cm-s-lesser-dark {
|
|
6
|
-
line-height: 1.3em;
|
|
7
|
-
}
|
|
8
|
-
.cm-s-lesser-dark.CodeMirror { background: #262626; color: #EBEFE7; text-shadow: 0 -1px 1px #262626; }
|
|
9
|
-
.cm-s-lesser-dark div.CodeMirror-selected { background: #45443B; } /* 33322B*/
|
|
10
|
-
.cm-s-lesser-dark .CodeMirror-line::selection, .cm-s-lesser-dark .CodeMirror-line > span::selection, .cm-s-lesser-dark .CodeMirror-line > span > span::selection { background: rgba(69, 68, 59, .99); }
|
|
11
|
-
.cm-s-lesser-dark .CodeMirror-line::-moz-selection, .cm-s-lesser-dark .CodeMirror-line > span::-moz-selection, .cm-s-lesser-dark .CodeMirror-line > span > span::-moz-selection { background: rgba(69, 68, 59, .99); }
|
|
12
|
-
.cm-s-lesser-dark .CodeMirror-cursor { border-left: 1px solid white; }
|
|
13
|
-
.cm-s-lesser-dark pre { padding: 0 8px; }/*editable code holder*/
|
|
14
|
-
|
|
15
|
-
.cm-s-lesser-dark.CodeMirror span.CodeMirror-matchingbracket { color: #7EFC7E; }/*65FC65*/
|
|
16
|
-
|
|
17
|
-
.cm-s-lesser-dark .CodeMirror-gutters { background: #262626; border-right:1px solid #aaa; }
|
|
18
|
-
.cm-s-lesser-dark .CodeMirror-guttermarker { color: #599eff; }
|
|
19
|
-
.cm-s-lesser-dark .CodeMirror-guttermarker-subtle { color: #777; }
|
|
20
|
-
.cm-s-lesser-dark .CodeMirror-linenumber { color: #777; }
|
|
21
|
-
|
|
22
|
-
.cm-s-lesser-dark span.cm-header { color: #a0a; }
|
|
23
|
-
.cm-s-lesser-dark span.cm-quote { color: #090; }
|
|
24
|
-
.cm-s-lesser-dark span.cm-keyword { color: #599eff; }
|
|
25
|
-
.cm-s-lesser-dark span.cm-atom { color: #C2B470; }
|
|
26
|
-
.cm-s-lesser-dark span.cm-number { color: #B35E4D; }
|
|
27
|
-
.cm-s-lesser-dark span.cm-def { color: white; }
|
|
28
|
-
.cm-s-lesser-dark span.cm-variable { color:#D9BF8C; }
|
|
29
|
-
.cm-s-lesser-dark span.cm-variable-2 { color: #669199; }
|
|
30
|
-
.cm-s-lesser-dark span.cm-variable-3, .cm-s-lesser-dark span.cm-type { color: white; }
|
|
31
|
-
.cm-s-lesser-dark span.cm-property { color: #92A75C; }
|
|
32
|
-
.cm-s-lesser-dark span.cm-operator { color: #92A75C; }
|
|
33
|
-
.cm-s-lesser-dark span.cm-comment { color: #666; }
|
|
34
|
-
.cm-s-lesser-dark span.cm-string { color: #BCD279; }
|
|
35
|
-
.cm-s-lesser-dark span.cm-string-2 { color: #f50; }
|
|
36
|
-
.cm-s-lesser-dark span.cm-meta { color: #738C73; }
|
|
37
|
-
.cm-s-lesser-dark span.cm-qualifier { color: #555; }
|
|
38
|
-
.cm-s-lesser-dark span.cm-builtin { color: #ff9e59; }
|
|
39
|
-
.cm-s-lesser-dark span.cm-bracket { color: #EBEFE7; }
|
|
40
|
-
.cm-s-lesser-dark span.cm-tag { color: #669199; }
|
|
41
|
-
.cm-s-lesser-dark span.cm-attribute { color: #81a4d5; }
|
|
42
|
-
.cm-s-lesser-dark span.cm-hr { color: #999; }
|
|
43
|
-
.cm-s-lesser-dark span.cm-link { color: #7070E6; }
|
|
44
|
-
.cm-s-lesser-dark span.cm-error { color: #9d1e15; }
|
|
45
|
-
|
|
46
|
-
.cm-s-lesser-dark .CodeMirror-activeline-background { background: #3C3A3A; }
|
|
47
|
-
.cm-s-lesser-dark .CodeMirror-matchingbracket { outline:1px solid grey; color:white !important; }
|
|
@@ -1,95 +0,0 @@
|
|
|
1
|
-
.cm-s-liquibyte.CodeMirror {
|
|
2
|
-
background-color: #000;
|
|
3
|
-
color: #fff;
|
|
4
|
-
line-height: 1.2em;
|
|
5
|
-
font-size: 1em;
|
|
6
|
-
}
|
|
7
|
-
.cm-s-liquibyte .CodeMirror-focused .cm-matchhighlight {
|
|
8
|
-
text-decoration: underline;
|
|
9
|
-
text-decoration-color: #0f0;
|
|
10
|
-
text-decoration-style: wavy;
|
|
11
|
-
}
|
|
12
|
-
.cm-s-liquibyte .cm-trailingspace {
|
|
13
|
-
text-decoration: line-through;
|
|
14
|
-
text-decoration-color: #f00;
|
|
15
|
-
text-decoration-style: dotted;
|
|
16
|
-
}
|
|
17
|
-
.cm-s-liquibyte .cm-tab {
|
|
18
|
-
text-decoration: line-through;
|
|
19
|
-
text-decoration-color: #404040;
|
|
20
|
-
text-decoration-style: dotted;
|
|
21
|
-
}
|
|
22
|
-
.cm-s-liquibyte .CodeMirror-gutters { background-color: #262626; border-right: 1px solid #505050; padding-right: 0.8em; }
|
|
23
|
-
.cm-s-liquibyte .CodeMirror-gutter-elt div { font-size: 1.2em; }
|
|
24
|
-
.cm-s-liquibyte .CodeMirror-guttermarker { }
|
|
25
|
-
.cm-s-liquibyte .CodeMirror-guttermarker-subtle { }
|
|
26
|
-
.cm-s-liquibyte .CodeMirror-linenumber { color: #606060; padding-left: 0; }
|
|
27
|
-
.cm-s-liquibyte .CodeMirror-cursor { border-left: 1px solid #eee; }
|
|
28
|
-
|
|
29
|
-
.cm-s-liquibyte span.cm-comment { color: #008000; }
|
|
30
|
-
.cm-s-liquibyte span.cm-def { color: #ffaf40; font-weight: bold; }
|
|
31
|
-
.cm-s-liquibyte span.cm-keyword { color: #c080ff; font-weight: bold; }
|
|
32
|
-
.cm-s-liquibyte span.cm-builtin { color: #ffaf40; font-weight: bold; }
|
|
33
|
-
.cm-s-liquibyte span.cm-variable { color: #5967ff; font-weight: bold; }
|
|
34
|
-
.cm-s-liquibyte span.cm-string { color: #ff8000; }
|
|
35
|
-
.cm-s-liquibyte span.cm-number { color: #0f0; font-weight: bold; }
|
|
36
|
-
.cm-s-liquibyte span.cm-atom { color: #bf3030; font-weight: bold; }
|
|
37
|
-
|
|
38
|
-
.cm-s-liquibyte span.cm-variable-2 { color: #007f7f; font-weight: bold; }
|
|
39
|
-
.cm-s-liquibyte span.cm-variable-3, .cm-s-liquibyte span.cm-type { color: #c080ff; font-weight: bold; }
|
|
40
|
-
.cm-s-liquibyte span.cm-property { color: #999; font-weight: bold; }
|
|
41
|
-
.cm-s-liquibyte span.cm-operator { color: #fff; }
|
|
42
|
-
|
|
43
|
-
.cm-s-liquibyte span.cm-meta { color: #0f0; }
|
|
44
|
-
.cm-s-liquibyte span.cm-qualifier { color: #fff700; font-weight: bold; }
|
|
45
|
-
.cm-s-liquibyte span.cm-bracket { color: #cc7; }
|
|
46
|
-
.cm-s-liquibyte span.cm-tag { color: #ff0; font-weight: bold; }
|
|
47
|
-
.cm-s-liquibyte span.cm-attribute { color: #c080ff; font-weight: bold; }
|
|
48
|
-
.cm-s-liquibyte span.cm-error { color: #f00; }
|
|
49
|
-
|
|
50
|
-
.cm-s-liquibyte div.CodeMirror-selected { background-color: rgba(255, 0, 0, 0.25); }
|
|
51
|
-
|
|
52
|
-
.cm-s-liquibyte span.cm-compilation { background-color: rgba(255, 255, 255, 0.12); }
|
|
53
|
-
|
|
54
|
-
.cm-s-liquibyte .CodeMirror-activeline-background { background-color: rgba(0, 255, 0, 0.15); }
|
|
55
|
-
|
|
56
|
-
/* Default styles for common addons */
|
|
57
|
-
.cm-s-liquibyte .CodeMirror span.CodeMirror-matchingbracket { color: #0f0; font-weight: bold; }
|
|
58
|
-
.cm-s-liquibyte .CodeMirror span.CodeMirror-nonmatchingbracket { color: #f00; font-weight: bold; }
|
|
59
|
-
.CodeMirror-matchingtag { background-color: rgba(150, 255, 0, .3); }
|
|
60
|
-
/* Scrollbars */
|
|
61
|
-
/* Simple */
|
|
62
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div:hover, .cm-s-liquibyte div.CodeMirror-simplescroll-vertical div:hover {
|
|
63
|
-
background-color: rgba(80, 80, 80, .7);
|
|
64
|
-
}
|
|
65
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div, .cm-s-liquibyte div.CodeMirror-simplescroll-vertical div {
|
|
66
|
-
background-color: rgba(80, 80, 80, .3);
|
|
67
|
-
border: 1px solid #404040;
|
|
68
|
-
border-radius: 5px;
|
|
69
|
-
}
|
|
70
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-vertical div {
|
|
71
|
-
border-top: 1px solid #404040;
|
|
72
|
-
border-bottom: 1px solid #404040;
|
|
73
|
-
}
|
|
74
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-horizontal div {
|
|
75
|
-
border-left: 1px solid #404040;
|
|
76
|
-
border-right: 1px solid #404040;
|
|
77
|
-
}
|
|
78
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-vertical {
|
|
79
|
-
background-color: #262626;
|
|
80
|
-
}
|
|
81
|
-
.cm-s-liquibyte div.CodeMirror-simplescroll-horizontal {
|
|
82
|
-
background-color: #262626;
|
|
83
|
-
border-top: 1px solid #404040;
|
|
84
|
-
}
|
|
85
|
-
/* Overlay */
|
|
86
|
-
.cm-s-liquibyte div.CodeMirror-overlayscroll-horizontal div, div.CodeMirror-overlayscroll-vertical div {
|
|
87
|
-
background-color: #404040;
|
|
88
|
-
border-radius: 5px;
|
|
89
|
-
}
|
|
90
|
-
.cm-s-liquibyte div.CodeMirror-overlayscroll-vertical div {
|
|
91
|
-
border: 1px solid #404040;
|
|
92
|
-
}
|
|
93
|
-
.cm-s-liquibyte div.CodeMirror-overlayscroll-horizontal div {
|
|
94
|
-
border: 1px solid #404040;
|
|
95
|
-
}
|
|
@@ -1,37 +0,0 @@
|
|
|
1
|
-
/*
|
|
2
|
-
Name: lucario
|
|
3
|
-
Author: Raphael Amorim
|
|
4
|
-
|
|
5
|
-
Original Lucario color scheme (https://github.com/raphamorim/lucario)
|
|
6
|
-
*/
|
|
7
|
-
|
|
8
|
-
.cm-s-lucario.CodeMirror, .cm-s-lucario .CodeMirror-gutters {
|
|
9
|
-
background-color: #2b3e50 !important;
|
|
10
|
-
color: #f8f8f2 !important;
|
|
11
|
-
border: none;
|
|
12
|
-
}
|
|
13
|
-
.cm-s-lucario .CodeMirror-gutters { color: #2b3e50; }
|
|
14
|
-
.cm-s-lucario .CodeMirror-cursor { border-left: solid thin #E6C845; }
|
|
15
|
-
.cm-s-lucario .CodeMirror-linenumber { color: #f8f8f2; }
|
|
16
|
-
.cm-s-lucario .CodeMirror-selected { background: #243443; }
|
|
17
|
-
.cm-s-lucario .CodeMirror-line::selection, .cm-s-lucario .CodeMirror-line > span::selection, .cm-s-lucario .CodeMirror-line > span > span::selection { background: #243443; }
|
|
18
|
-
.cm-s-lucario .CodeMirror-line::-moz-selection, .cm-s-lucario .CodeMirror-line > span::-moz-selection, .cm-s-lucario .CodeMirror-line > span > span::-moz-selection { background: #243443; }
|
|
19
|
-
.cm-s-lucario span.cm-comment { color: #5c98cd; }
|
|
20
|
-
.cm-s-lucario span.cm-string, .cm-s-lucario span.cm-string-2 { color: #E6DB74; }
|
|
21
|
-
.cm-s-lucario span.cm-number { color: #ca94ff; }
|
|
22
|
-
.cm-s-lucario span.cm-variable { color: #f8f8f2; }
|
|
23
|
-
.cm-s-lucario span.cm-variable-2 { color: #f8f8f2; }
|
|
24
|
-
.cm-s-lucario span.cm-def { color: #72C05D; }
|
|
25
|
-
.cm-s-lucario span.cm-operator { color: #66D9EF; }
|
|
26
|
-
.cm-s-lucario span.cm-keyword { color: #ff6541; }
|
|
27
|
-
.cm-s-lucario span.cm-atom { color: #bd93f9; }
|
|
28
|
-
.cm-s-lucario span.cm-meta { color: #f8f8f2; }
|
|
29
|
-
.cm-s-lucario span.cm-tag { color: #ff6541; }
|
|
30
|
-
.cm-s-lucario span.cm-attribute { color: #66D9EF; }
|
|
31
|
-
.cm-s-lucario span.cm-qualifier { color: #72C05D; }
|
|
32
|
-
.cm-s-lucario span.cm-property { color: #f8f8f2; }
|
|
33
|
-
.cm-s-lucario span.cm-builtin { color: #72C05D; }
|
|
34
|
-
.cm-s-lucario span.cm-variable-3, .cm-s-lucario span.cm-type { color: #ffb86c; }
|
|
35
|
-
|
|
36
|
-
.cm-s-lucario .CodeMirror-activeline-background { background: #243443; }
|
|
37
|
-
.cm-s-lucario .CodeMirror-matchingbracket { text-decoration: underline; color: white !important; }
|
|
@@ -1,135 +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-darker.CodeMirror {
|
|
8
|
-
background-color: #212121;
|
|
9
|
-
color: #EEFFFF;
|
|
10
|
-
}
|
|
11
|
-
|
|
12
|
-
.cm-s-material-darker .CodeMirror-gutters {
|
|
13
|
-
background: #212121;
|
|
14
|
-
color: #545454;
|
|
15
|
-
border: none;
|
|
16
|
-
}
|
|
17
|
-
|
|
18
|
-
.cm-s-material-darker .CodeMirror-guttermarker,
|
|
19
|
-
.cm-s-material-darker .CodeMirror-guttermarker-subtle,
|
|
20
|
-
.cm-s-material-darker .CodeMirror-linenumber {
|
|
21
|
-
color: #545454;
|
|
22
|
-
}
|
|
23
|
-
|
|
24
|
-
.cm-s-material-darker .CodeMirror-cursor {
|
|
25
|
-
border-left: 1px solid #FFCC00;
|
|
26
|
-
}
|
|
27
|
-
|
|
28
|
-
.cm-s-material-darker div.CodeMirror-selected {
|
|
29
|
-
background: rgba(97, 97, 97, 0.2);
|
|
30
|
-
}
|
|
31
|
-
|
|
32
|
-
.cm-s-material-darker.CodeMirror-focused div.CodeMirror-selected {
|
|
33
|
-
background: rgba(97, 97, 97, 0.2);
|
|
34
|
-
}
|
|
35
|
-
|
|
36
|
-
.cm-s-material-darker .CodeMirror-line::selection,
|
|
37
|
-
.cm-s-material-darker .CodeMirror-line>span::selection,
|
|
38
|
-
.cm-s-material-darker .CodeMirror-line>span>span::selection {
|
|
39
|
-
background: rgba(128, 203, 196, 0.2);
|
|
40
|
-
}
|
|
41
|
-
|
|
42
|
-
.cm-s-material-darker .CodeMirror-line::-moz-selection,
|
|
43
|
-
.cm-s-material-darker .CodeMirror-line>span::-moz-selection,
|
|
44
|
-
.cm-s-material-darker .CodeMirror-line>span>span::-moz-selection {
|
|
45
|
-
background: rgba(128, 203, 196, 0.2);
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.cm-s-material-darker .CodeMirror-activeline-background {
|
|
49
|
-
background: rgba(0, 0, 0, 0.5);
|
|
50
|
-
}
|
|
51
|
-
|
|
52
|
-
.cm-s-material-darker .cm-keyword {
|
|
53
|
-
color: #C792EA;
|
|
54
|
-
}
|
|
55
|
-
|
|
56
|
-
.cm-s-material-darker .cm-operator {
|
|
57
|
-
color: #89DDFF;
|
|
58
|
-
}
|
|
59
|
-
|
|
60
|
-
.cm-s-material-darker .cm-variable-2 {
|
|
61
|
-
color: #EEFFFF;
|
|
62
|
-
}
|
|
63
|
-
|
|
64
|
-
.cm-s-material-darker .cm-variable-3,
|
|
65
|
-
.cm-s-material-darker .cm-type {
|
|
66
|
-
color: #f07178;
|
|
67
|
-
}
|
|
68
|
-
|
|
69
|
-
.cm-s-material-darker .cm-builtin {
|
|
70
|
-
color: #FFCB6B;
|
|
71
|
-
}
|
|
72
|
-
|
|
73
|
-
.cm-s-material-darker .cm-atom {
|
|
74
|
-
color: #F78C6C;
|
|
75
|
-
}
|
|
76
|
-
|
|
77
|
-
.cm-s-material-darker .cm-number {
|
|
78
|
-
color: #FF5370;
|
|
79
|
-
}
|
|
80
|
-
|
|
81
|
-
.cm-s-material-darker .cm-def {
|
|
82
|
-
color: #82AAFF;
|
|
83
|
-
}
|
|
84
|
-
|
|
85
|
-
.cm-s-material-darker .cm-string {
|
|
86
|
-
color: #C3E88D;
|
|
87
|
-
}
|
|
88
|
-
|
|
89
|
-
.cm-s-material-darker .cm-string-2 {
|
|
90
|
-
color: #f07178;
|
|
91
|
-
}
|
|
92
|
-
|
|
93
|
-
.cm-s-material-darker .cm-comment {
|
|
94
|
-
color: #545454;
|
|
95
|
-
}
|
|
96
|
-
|
|
97
|
-
.cm-s-material-darker .cm-variable {
|
|
98
|
-
color: #f07178;
|
|
99
|
-
}
|
|
100
|
-
|
|
101
|
-
.cm-s-material-darker .cm-tag {
|
|
102
|
-
color: #FF5370;
|
|
103
|
-
}
|
|
104
|
-
|
|
105
|
-
.cm-s-material-darker .cm-meta {
|
|
106
|
-
color: #FFCB6B;
|
|
107
|
-
}
|
|
108
|
-
|
|
109
|
-
.cm-s-material-darker .cm-attribute {
|
|
110
|
-
color: #C792EA;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
.cm-s-material-darker .cm-property {
|
|
114
|
-
color: #C792EA;
|
|
115
|
-
}
|
|
116
|
-
|
|
117
|
-
.cm-s-material-darker .cm-qualifier {
|
|
118
|
-
color: #DECB6B;
|
|
119
|
-
}
|
|
120
|
-
|
|
121
|
-
.cm-s-material-darker .cm-variable-3,
|
|
122
|
-
.cm-s-material-darker .cm-type {
|
|
123
|
-
color: #DECB6B;
|
|
124
|
-
}
|
|
125
|
-
|
|
126
|
-
|
|
127
|
-
.cm-s-material-darker .cm-error {
|
|
128
|
-
color: rgba(255, 255, 255, 1.0);
|
|
129
|
-
background-color: #FF5370;
|
|
130
|
-
}
|
|
131
|
-
|
|
132
|
-
.cm-s-material-darker .CodeMirror-matchingbracket {
|
|
133
|
-
text-decoration: underline;
|
|
134
|
-
color: white !important;
|
|
135
|
-
}
|