@muze-nl/simplystore 0.3.5 → 0.4.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/package.json +2 -2
- package/package.json~ +33 -0
- package/src/commands.mjs +1 -0
- package/src/server.mjs +69 -62
- package/src/worker-command-init.mjs +2 -1
- package/src/worker-command.mjs +3 -3
- package/www/codemirror/addon/comment/comment.js +0 -211
- package/www/codemirror/addon/comment/continuecomment.js +0 -114
- package/www/codemirror/addon/dialog/dialog.css +0 -32
- package/www/codemirror/addon/dialog/dialog.js +0 -163
- package/www/codemirror/addon/display/autorefresh.js +0 -47
- package/www/codemirror/addon/display/fullscreen.css +0 -6
- package/www/codemirror/addon/display/fullscreen.js +0 -41
- package/www/codemirror/addon/display/panel.js +0 -133
- package/www/codemirror/addon/display/placeholder.js +0 -78
- package/www/codemirror/addon/display/rulers.js +0 -51
- package/www/codemirror/addon/edit/closebrackets.js +0 -201
- package/www/codemirror/addon/edit/closetag.js +0 -185
- package/www/codemirror/addon/edit/continuelist.js +0 -101
- package/www/codemirror/addon/edit/matchbrackets.js +0 -160
- package/www/codemirror/addon/edit/matchtags.js +0 -66
- package/www/codemirror/addon/edit/trailingspace.js +0 -27
- package/www/codemirror/addon/fold/brace-fold.js +0 -119
- package/www/codemirror/addon/fold/comment-fold.js +0 -59
- package/www/codemirror/addon/fold/foldcode.js +0 -159
- package/www/codemirror/addon/fold/foldgutter.css +0 -20
- package/www/codemirror/addon/fold/foldgutter.js +0 -169
- package/www/codemirror/addon/fold/indent-fold.js +0 -48
- package/www/codemirror/addon/fold/markdown-fold.js +0 -49
- package/www/codemirror/addon/fold/xml-fold.js +0 -184
- package/www/codemirror/addon/hint/anyword-hint.js +0 -41
- package/www/codemirror/addon/hint/css-hint.js +0 -66
- package/www/codemirror/addon/hint/html-hint.js +0 -351
- package/www/codemirror/addon/hint/javascript-hint.js +0 -162
- package/www/codemirror/addon/hint/show-hint.css +0 -37
- package/www/codemirror/addon/hint/show-hint.js +0 -523
- package/www/codemirror/addon/hint/sql-hint.js +0 -304
- package/www/codemirror/addon/hint/xml-hint.js +0 -132
- package/www/codemirror/addon/lint/coffeescript-lint.js +0 -47
- package/www/codemirror/addon/lint/css-lint.js +0 -40
- package/www/codemirror/addon/lint/html-lint.js +0 -59
- package/www/codemirror/addon/lint/json-lint.js +0 -40
- package/www/codemirror/addon/lint/yaml-lint.js +0 -41
- package/www/codemirror/addon/merge/merge.css +0 -119
- package/www/codemirror/addon/merge/merge.js +0 -1018
- package/www/codemirror/addon/mode/loadmode.js +0 -66
- package/www/codemirror/addon/mode/multiplex.js +0 -136
- package/www/codemirror/addon/mode/multiplex_test.js +0 -49
- package/www/codemirror/addon/mode/overlay.js +0 -90
- package/www/codemirror/addon/mode/simple.js +0 -216
- package/www/codemirror/addon/runmode/colorize.js +0 -40
- package/www/codemirror/addon/runmode/runmode-standalone.js +0 -334
- package/www/codemirror/addon/runmode/runmode.js +0 -76
- package/www/codemirror/addon/runmode/runmode.node.js +0 -329
- package/www/codemirror/addon/scroll/annotatescrollbar.js +0 -128
- package/www/codemirror/addon/scroll/scrollpastend.js +0 -48
- package/www/codemirror/addon/scroll/simplescrollbars.css +0 -66
- package/www/codemirror/addon/scroll/simplescrollbars.js +0 -152
- package/www/codemirror/addon/search/jump-to-line.js +0 -53
- package/www/codemirror/addon/search/match-highlighter.js +0 -167
- package/www/codemirror/addon/search/matchesonscrollbar.css +0 -8
- package/www/codemirror/addon/search/matchesonscrollbar.js +0 -97
- package/www/codemirror/addon/search/search.js +0 -295
- package/www/codemirror/addon/search/searchcursor.js +0 -305
- package/www/codemirror/addon/selection/active-line.js +0 -72
- package/www/codemirror/addon/selection/mark-selection.js +0 -119
- package/www/codemirror/addon/selection/selection-pointer.js +0 -98
- package/www/codemirror/addon/tern/tern.css +0 -87
- package/www/codemirror/addon/tern/tern.js +0 -756
- package/www/codemirror/addon/tern/worker.js +0 -44
- package/www/codemirror/addon/wrap/hardwrap.js +0 -160
- package/www/codemirror/bin/source-highlight +0 -48
- package/www/codemirror/keymap/emacs.js +0 -545
- package/www/codemirror/keymap/sublime.js +0 -720
- package/www/codemirror/keymap/vim.js +0 -5978
- package/www/codemirror/mode/apl/apl.js +0 -174
- package/www/codemirror/mode/asciiarmor/asciiarmor.js +0 -74
- package/www/codemirror/mode/asn.1/asn.1.js +0 -204
- package/www/codemirror/mode/asterisk/asterisk.js +0 -220
- package/www/codemirror/mode/brainfuck/brainfuck.js +0 -85
- package/www/codemirror/mode/clike/clike.js +0 -940
- package/www/codemirror/mode/clojure/clojure.js +0 -292
- package/www/codemirror/mode/cmake/cmake.js +0 -97
- package/www/codemirror/mode/cobol/cobol.js +0 -255
- package/www/codemirror/mode/coffeescript/coffeescript.js +0 -359
- package/www/codemirror/mode/commonlisp/commonlisp.js +0 -125
- package/www/codemirror/mode/crystal/crystal.js +0 -433
- package/www/codemirror/mode/css/css.js +0 -862
- package/www/codemirror/mode/cypher/cypher.js +0 -152
- package/www/codemirror/mode/d/d.js +0 -223
- package/www/codemirror/mode/dart/dart.js +0 -166
- package/www/codemirror/mode/diff/diff.js +0 -47
- package/www/codemirror/mode/django/django.js +0 -356
- package/www/codemirror/mode/dockerfile/dockerfile.js +0 -211
- package/www/codemirror/mode/dtd/dtd.js +0 -142
- package/www/codemirror/mode/dylan/dylan.js +0 -352
- package/www/codemirror/mode/ebnf/ebnf.js +0 -195
- package/www/codemirror/mode/ecl/ecl.js +0 -206
- package/www/codemirror/mode/eiffel/eiffel.js +0 -160
- package/www/codemirror/mode/elm/elm.js +0 -245
- package/www/codemirror/mode/erlang/erlang.js +0 -619
- package/www/codemirror/mode/factor/factor.js +0 -85
- package/www/codemirror/mode/fcl/fcl.js +0 -173
- package/www/codemirror/mode/forth/forth.js +0 -180
- package/www/codemirror/mode/fortran/fortran.js +0 -188
- package/www/codemirror/mode/gas/gas.js +0 -353
- package/www/codemirror/mode/gfm/gfm.js +0 -129
- package/www/codemirror/mode/gherkin/gherkin.js +0 -178
- package/www/codemirror/mode/go/go.js +0 -187
- package/www/codemirror/mode/groovy/groovy.js +0 -247
- package/www/codemirror/mode/haml/haml.js +0 -161
- package/www/codemirror/mode/handlebars/handlebars.js +0 -70
- package/www/codemirror/mode/haskell/haskell.js +0 -268
- package/www/codemirror/mode/haskell-literate/haskell-literate.js +0 -43
- package/www/codemirror/mode/haxe/haxe.js +0 -515
- package/www/codemirror/mode/htmlembedded/htmlembedded.js +0 -37
- package/www/codemirror/mode/htmlmixed/htmlmixed.js +0 -153
- package/www/codemirror/mode/http/http.js +0 -113
- package/www/codemirror/mode/idl/idl.js +0 -290
- package/www/codemirror/mode/jinja2/jinja2.js +0 -193
- package/www/codemirror/mode/jsx/jsx.js +0 -148
- package/www/codemirror/mode/julia/julia.js +0 -390
- package/www/codemirror/mode/livescript/livescript.js +0 -280
- package/www/codemirror/mode/lua/lua.js +0 -160
- package/www/codemirror/mode/markdown/markdown.js +0 -886
- package/www/codemirror/mode/mathematica/mathematica.js +0 -176
- package/www/codemirror/mode/mbox/mbox.js +0 -129
- package/www/codemirror/mode/meta.js +0 -221
- package/www/codemirror/mode/mirc/mirc.js +0 -193
- package/www/codemirror/mode/mllike/mllike.js +0 -359
- package/www/codemirror/mode/modelica/modelica.js +0 -245
- package/www/codemirror/mode/mscgen/mscgen.js +0 -175
- package/www/codemirror/mode/mumps/mumps.js +0 -148
- package/www/codemirror/mode/nginx/nginx.js +0 -178
- package/www/codemirror/mode/nsis/nsis.js +0 -95
- package/www/codemirror/mode/ntriples/ntriples.js +0 -195
- package/www/codemirror/mode/octave/octave.js +0 -139
- package/www/codemirror/mode/oz/oz.js +0 -252
- package/www/codemirror/mode/pascal/pascal.js +0 -136
- package/www/codemirror/mode/pegjs/pegjs.js +0 -111
- package/www/codemirror/mode/perl/perl.js +0 -836
- package/www/codemirror/mode/php/php.js +0 -234
- package/www/codemirror/mode/pig/pig.js +0 -178
- package/www/codemirror/mode/powershell/powershell.js +0 -398
- package/www/codemirror/mode/properties/properties.js +0 -78
- package/www/codemirror/mode/protobuf/protobuf.js +0 -72
- package/www/codemirror/mode/pug/pug.js +0 -591
- package/www/codemirror/mode/puppet/puppet.js +0 -220
- package/www/codemirror/mode/python/python.js +0 -402
- package/www/codemirror/mode/q/q.js +0 -139
- package/www/codemirror/mode/r/r.js +0 -190
- package/www/codemirror/mode/rpm/changes/index.html +0 -66
- package/www/codemirror/mode/rpm/rpm.js +0 -109
- package/www/codemirror/mode/rst/rst.js +0 -557
- package/www/codemirror/mode/ruby/ruby.js +0 -303
- package/www/codemirror/mode/rust/rust.js +0 -72
- package/www/codemirror/mode/sas/sas.js +0 -303
- package/www/codemirror/mode/sass/sass.js +0 -459
- package/www/codemirror/mode/scheme/scheme.js +0 -284
- package/www/codemirror/mode/shell/shell.js +0 -168
- package/www/codemirror/mode/sieve/sieve.js +0 -193
- package/www/codemirror/mode/slim/slim.js +0 -575
- package/www/codemirror/mode/smalltalk/smalltalk.js +0 -168
- package/www/codemirror/mode/smarty/smarty.js +0 -225
- package/www/codemirror/mode/solr/solr.js +0 -104
- package/www/codemirror/mode/soy/soy.js +0 -665
- package/www/codemirror/mode/sparql/sparql.js +0 -184
- package/www/codemirror/mode/spreadsheet/spreadsheet.js +0 -112
- package/www/codemirror/mode/sql/sql.js +0 -525
- package/www/codemirror/mode/stex/stex.js +0 -264
- package/www/codemirror/mode/stylus/stylus.js +0 -775
- package/www/codemirror/mode/swift/swift.js +0 -221
- package/www/codemirror/mode/tcl/tcl.js +0 -140
- package/www/codemirror/mode/textile/textile.js +0 -469
- package/www/codemirror/mode/tiddlywiki/tiddlywiki.css +0 -14
- package/www/codemirror/mode/tiddlywiki/tiddlywiki.js +0 -308
- package/www/codemirror/mode/tiki/tiki.css +0 -26
- package/www/codemirror/mode/tiki/tiki.js +0 -312
- package/www/codemirror/mode/toml/toml.js +0 -88
- package/www/codemirror/mode/tornado/tornado.js +0 -68
- package/www/codemirror/mode/troff/troff.js +0 -84
- package/www/codemirror/mode/ttcn/ttcn.js +0 -283
- package/www/codemirror/mode/ttcn-cfg/ttcn-cfg.js +0 -214
- package/www/codemirror/mode/turtle/turtle.js +0 -162
- package/www/codemirror/mode/twig/twig.js +0 -141
- package/www/codemirror/mode/vb/vb.js +0 -275
- package/www/codemirror/mode/vbscript/vbscript.js +0 -350
- package/www/codemirror/mode/velocity/velocity.js +0 -202
- package/www/codemirror/mode/verilog/verilog.js +0 -781
- package/www/codemirror/mode/vhdl/vhdl.js +0 -189
- package/www/codemirror/mode/vue/vue.js +0 -77
- package/www/codemirror/mode/wast/wast.js +0 -132
- package/www/codemirror/mode/webidl/webidl.js +0 -195
- package/www/codemirror/mode/xml/xml.js +0 -417
- package/www/codemirror/mode/xquery/xquery.js +0 -448
- package/www/codemirror/mode/yacas/yacas.js +0 -204
- package/www/codemirror/mode/yaml/yaml.js +0 -120
- package/www/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js +0 -72
- package/www/codemirror/mode/z80/z80.js +0 -116
- package/www/codemirror/rollup.config.js +0 -52
- package/www/codemirror/src/addon/runmode/codemirror-standalone.js +0 -24
- package/www/codemirror/src/addon/runmode/codemirror.node.js +0 -21
- package/www/codemirror/src/addon/runmode/runmode-standalone.js +0 -2
- package/www/codemirror/src/addon/runmode/runmode.node.js +0 -2
- package/www/codemirror/src/codemirror.js +0 -3
- package/www/codemirror/src/display/Display.js +0 -116
- package/www/codemirror/src/display/focus.js +0 -50
- package/www/codemirror/src/display/gutters.js +0 -44
- package/www/codemirror/src/display/highlight_worker.js +0 -55
- package/www/codemirror/src/display/line_numbers.js +0 -48
- package/www/codemirror/src/display/mode_state.js +0 -22
- package/www/codemirror/src/display/operations.js +0 -206
- package/www/codemirror/src/display/scroll_events.js +0 -132
- package/www/codemirror/src/display/scrollbars.js +0 -194
- package/www/codemirror/src/display/scrolling.js +0 -186
- package/www/codemirror/src/display/selection.js +0 -173
- package/www/codemirror/src/display/update_display.js +0 -267
- package/www/codemirror/src/display/update_line.js +0 -189
- package/www/codemirror/src/display/update_lines.js +0 -82
- package/www/codemirror/src/display/view_tracking.js +0 -153
- package/www/codemirror/src/edit/CodeMirror.js +0 -217
- package/www/codemirror/src/edit/commands.js +0 -178
- package/www/codemirror/src/edit/deleteNearSelection.js +0 -30
- package/www/codemirror/src/edit/drop_events.js +0 -130
- package/www/codemirror/src/edit/fromTextArea.js +0 -61
- package/www/codemirror/src/edit/global_events.js +0 -45
- package/www/codemirror/src/edit/key_events.js +0 -163
- package/www/codemirror/src/edit/legacy.js +0 -62
- package/www/codemirror/src/edit/main.js +0 -69
- package/www/codemirror/src/edit/methods.js +0 -555
- package/www/codemirror/src/edit/mouse_events.js +0 -417
- package/www/codemirror/src/edit/options.js +0 -194
- package/www/codemirror/src/edit/utils.js +0 -7
- package/www/codemirror/src/input/ContentEditableInput.js +0 -546
- package/www/codemirror/src/input/TextareaInput.js +0 -380
- package/www/codemirror/src/input/indent.js +0 -71
- package/www/codemirror/src/input/input.js +0 -134
- package/www/codemirror/src/input/keymap.js +0 -147
- package/www/codemirror/src/input/keynames.js +0 -17
- package/www/codemirror/src/input/movement.js +0 -111
- package/www/codemirror/src/line/highlight.js +0 -284
- package/www/codemirror/src/line/line_data.js +0 -349
- package/www/codemirror/src/line/pos.js +0 -40
- package/www/codemirror/src/line/saw_special_spans.js +0 -10
- package/www/codemirror/src/line/spans.js +0 -390
- package/www/codemirror/src/line/utils_line.js +0 -85
- package/www/codemirror/src/measurement/position_measurement.js +0 -702
- package/www/codemirror/src/measurement/widgets.js +0 -26
- package/www/codemirror/src/model/Doc.js +0 -436
- package/www/codemirror/src/model/change_measurement.js +0 -61
- package/www/codemirror/src/model/changes.js +0 -339
- package/www/codemirror/src/model/chunk.js +0 -167
- package/www/codemirror/src/model/document_data.js +0 -112
- package/www/codemirror/src/model/history.js +0 -228
- package/www/codemirror/src/model/line_widget.js +0 -78
- package/www/codemirror/src/model/mark_text.js +0 -293
- package/www/codemirror/src/model/selection.js +0 -84
- package/www/codemirror/src/model/selection_updates.js +0 -216
- package/www/codemirror/src/modes.js +0 -96
- package/www/codemirror/src/util/StringStream.js +0 -90
- package/www/codemirror/src/util/bidi.js +0 -215
- package/www/codemirror/src/util/browser.js +0 -34
- package/www/codemirror/src/util/dom.js +0 -101
- package/www/codemirror/src/util/event.js +0 -103
- package/www/codemirror/src/util/feature_detection.js +0 -84
- package/www/codemirror/src/util/misc.js +0 -168
- package/www/codemirror/src/util/operation_group.js +0 -72
- package/www/codemirror/theme/3024-day.css +0 -41
- package/www/codemirror/theme/3024-night.css +0 -39
- package/www/codemirror/theme/abbott.css +0 -268
- package/www/codemirror/theme/abcdef.css +0 -32
- package/www/codemirror/theme/ambiance-mobile.css +0 -5
- package/www/codemirror/theme/ambiance.css +0 -74
- package/www/codemirror/theme/ayu-dark.css +0 -44
- package/www/codemirror/theme/ayu-mirage.css +0 -45
- package/www/codemirror/theme/base16-dark.css +0 -40
- package/www/codemirror/theme/base16-light.css +0 -38
- package/www/codemirror/theme/bespin.css +0 -34
- package/www/codemirror/theme/blackboard.css +0 -32
- package/www/codemirror/theme/cobalt.css +0 -25
- package/www/codemirror/theme/colorforth.css +0 -33
- package/www/codemirror/theme/darcula.css +0 -53
- package/www/codemirror/theme/dracula.css +0 -40
- package/www/codemirror/theme/duotone-dark.css +0 -35
- package/www/codemirror/theme/duotone-light.css +0 -36
- package/www/codemirror/theme/eclipse.css +0 -23
- package/www/codemirror/theme/elegant.css +0 -13
- package/www/codemirror/theme/erlang-dark.css +0 -34
- package/www/codemirror/theme/gruvbox-dark.css +0 -39
- package/www/codemirror/theme/hopscotch.css +0 -34
- package/www/codemirror/theme/icecoder.css +0 -43
- package/www/codemirror/theme/idea.css +0 -42
- package/www/codemirror/theme/isotope.css +0 -34
- package/www/codemirror/theme/juejin.css +0 -30
- package/www/codemirror/theme/lesser-dark.css +0 -47
- package/www/codemirror/theme/liquibyte.css +0 -95
- package/www/codemirror/theme/lucario.css +0 -37
- package/www/codemirror/theme/material-darker.css +0 -135
- package/www/codemirror/theme/material-palenight.css +0 -141
- package/www/codemirror/theme/material.css +0 -141
- package/www/codemirror/theme/mbo.css +0 -37
- package/www/codemirror/theme/mdn-like.css +0 -46
- package/www/codemirror/theme/midnight.css +0 -39
- package/www/codemirror/theme/monokai.css +0 -41
- package/www/codemirror/theme/moxer.css +0 -143
- package/www/codemirror/theme/neat.css +0 -12
- package/www/codemirror/theme/neo.css +0 -43
- package/www/codemirror/theme/night.css +0 -27
- package/www/codemirror/theme/nord.css +0 -42
- package/www/codemirror/theme/oceanic-next.css +0 -46
- package/www/codemirror/theme/panda-syntax.css +0 -85
- package/www/codemirror/theme/paraiso-dark.css +0 -38
- package/www/codemirror/theme/paraiso-light.css +0 -38
- package/www/codemirror/theme/pastel-on-dark.css +0 -52
- package/www/codemirror/theme/railscasts.css +0 -34
- package/www/codemirror/theme/rubyblue.css +0 -25
- package/www/codemirror/theme/seti.css +0 -44
- package/www/codemirror/theme/shadowfox.css +0 -52
- package/www/codemirror/theme/solarized.css +0 -165
- package/www/codemirror/theme/ssms.css +0 -16
- package/www/codemirror/theme/the-matrix.css +0 -30
- package/www/codemirror/theme/tomorrow-night-bright.css +0 -35
- package/www/codemirror/theme/tomorrow-night-eighties.css +0 -38
- package/www/codemirror/theme/ttcn.css +0 -64
- package/www/codemirror/theme/twilight.css +0 -32
- package/www/codemirror/theme/vibrant-ink.css +0 -34
- package/www/codemirror/theme/xq-dark.css +0 -53
- package/www/codemirror/theme/xq-light.css +0 -43
- package/www/codemirror/theme/yeti.css +0 -44
- package/www/codemirror/theme/yonce.css +0 -59
- package/www/codemirror/theme/zenburn.css +0 -37
|
@@ -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,165 +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
|
-
}
|
|
39
|
-
.cm-s-solarized.cm-s-light {
|
|
40
|
-
background-color: #fdf6e3;
|
|
41
|
-
color: #657b83;
|
|
42
|
-
}
|
|
43
|
-
|
|
44
|
-
.cm-s-solarized .CodeMirror-widget {
|
|
45
|
-
text-shadow: none;
|
|
46
|
-
}
|
|
47
|
-
|
|
48
|
-
.cm-s-solarized .cm-header { color: #586e75; }
|
|
49
|
-
.cm-s-solarized .cm-quote { color: #93a1a1; }
|
|
50
|
-
|
|
51
|
-
.cm-s-solarized .cm-keyword { color: #cb4b16; }
|
|
52
|
-
.cm-s-solarized .cm-atom { color: #d33682; }
|
|
53
|
-
.cm-s-solarized .cm-number { color: #d33682; }
|
|
54
|
-
.cm-s-solarized .cm-def { color: #2aa198; }
|
|
55
|
-
|
|
56
|
-
.cm-s-solarized .cm-variable { color: #839496; }
|
|
57
|
-
.cm-s-solarized .cm-variable-2 { color: #b58900; }
|
|
58
|
-
.cm-s-solarized .cm-variable-3, .cm-s-solarized .cm-type { color: #6c71c4; }
|
|
59
|
-
|
|
60
|
-
.cm-s-solarized .cm-property { color: #2aa198; }
|
|
61
|
-
.cm-s-solarized .cm-operator { color: #6c71c4; }
|
|
62
|
-
|
|
63
|
-
.cm-s-solarized .cm-comment { color: #586e75; font-style:italic; }
|
|
64
|
-
|
|
65
|
-
.cm-s-solarized .cm-string { color: #859900; }
|
|
66
|
-
.cm-s-solarized .cm-string-2 { color: #b58900; }
|
|
67
|
-
|
|
68
|
-
.cm-s-solarized .cm-meta { color: #859900; }
|
|
69
|
-
.cm-s-solarized .cm-qualifier { color: #b58900; }
|
|
70
|
-
.cm-s-solarized .cm-builtin { color: #d33682; }
|
|
71
|
-
.cm-s-solarized .cm-bracket { color: #cb4b16; }
|
|
72
|
-
.cm-s-solarized .CodeMirror-matchingbracket { color: #859900; }
|
|
73
|
-
.cm-s-solarized .CodeMirror-nonmatchingbracket { color: #dc322f; }
|
|
74
|
-
.cm-s-solarized .cm-tag { color: #93a1a1; }
|
|
75
|
-
.cm-s-solarized .cm-attribute { color: #2aa198; }
|
|
76
|
-
.cm-s-solarized .cm-hr {
|
|
77
|
-
color: transparent;
|
|
78
|
-
border-top: 1px solid #586e75;
|
|
79
|
-
display: block;
|
|
80
|
-
}
|
|
81
|
-
.cm-s-solarized .cm-link { color: #93a1a1; cursor: pointer; }
|
|
82
|
-
.cm-s-solarized .cm-special { color: #6c71c4; }
|
|
83
|
-
.cm-s-solarized .cm-em {
|
|
84
|
-
color: #999;
|
|
85
|
-
text-decoration: underline;
|
|
86
|
-
text-decoration-style: dotted;
|
|
87
|
-
}
|
|
88
|
-
.cm-s-solarized .cm-error,
|
|
89
|
-
.cm-s-solarized .cm-invalidchar {
|
|
90
|
-
color: #586e75;
|
|
91
|
-
border-bottom: 1px dotted #dc322f;
|
|
92
|
-
}
|
|
93
|
-
|
|
94
|
-
.cm-s-solarized.cm-s-dark div.CodeMirror-selected { background: #073642; }
|
|
95
|
-
.cm-s-solarized.cm-s-dark.CodeMirror ::selection { background: rgba(7, 54, 66, 0.99); }
|
|
96
|
-
.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); }
|
|
97
|
-
|
|
98
|
-
.cm-s-solarized.cm-s-light div.CodeMirror-selected { background: #eee8d5; }
|
|
99
|
-
.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; }
|
|
100
|
-
.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; }
|
|
101
|
-
|
|
102
|
-
/* Editor styling */
|
|
103
|
-
|
|
104
|
-
|
|
105
|
-
|
|
106
|
-
/* Little shadow on the view-port of the buffer view */
|
|
107
|
-
.cm-s-solarized.CodeMirror {
|
|
108
|
-
-moz-box-shadow: inset 7px 0 12px -6px #000;
|
|
109
|
-
-webkit-box-shadow: inset 7px 0 12px -6px #000;
|
|
110
|
-
box-shadow: inset 7px 0 12px -6px #000;
|
|
111
|
-
}
|
|
112
|
-
|
|
113
|
-
/* Remove gutter border */
|
|
114
|
-
.cm-s-solarized .CodeMirror-gutters {
|
|
115
|
-
border-right: 0;
|
|
116
|
-
}
|
|
117
|
-
|
|
118
|
-
/* Gutter colors and line number styling based of color scheme (dark / light) */
|
|
119
|
-
|
|
120
|
-
/* Dark */
|
|
121
|
-
.cm-s-solarized.cm-s-dark .CodeMirror-gutters {
|
|
122
|
-
background-color: #073642;
|
|
123
|
-
}
|
|
124
|
-
|
|
125
|
-
.cm-s-solarized.cm-s-dark .CodeMirror-linenumber {
|
|
126
|
-
color: #586e75;
|
|
127
|
-
}
|
|
128
|
-
|
|
129
|
-
/* Light */
|
|
130
|
-
.cm-s-solarized.cm-s-light .CodeMirror-gutters {
|
|
131
|
-
background-color: #eee8d5;
|
|
132
|
-
}
|
|
133
|
-
|
|
134
|
-
.cm-s-solarized.cm-s-light .CodeMirror-linenumber {
|
|
135
|
-
color: #839496;
|
|
136
|
-
}
|
|
137
|
-
|
|
138
|
-
/* Common */
|
|
139
|
-
.cm-s-solarized .CodeMirror-linenumber {
|
|
140
|
-
padding: 0 5px;
|
|
141
|
-
}
|
|
142
|
-
.cm-s-solarized .CodeMirror-guttermarker-subtle { color: #586e75; }
|
|
143
|
-
.cm-s-solarized.cm-s-dark .CodeMirror-guttermarker { color: #ddd; }
|
|
144
|
-
.cm-s-solarized.cm-s-light .CodeMirror-guttermarker { color: #cb4b16; }
|
|
145
|
-
|
|
146
|
-
.cm-s-solarized .CodeMirror-gutter .CodeMirror-gutter-text {
|
|
147
|
-
color: #586e75;
|
|
148
|
-
}
|
|
149
|
-
|
|
150
|
-
/* Cursor */
|
|
151
|
-
.cm-s-solarized .CodeMirror-cursor { border-left: 1px solid #819090; }
|
|
152
|
-
|
|
153
|
-
/* Fat cursor */
|
|
154
|
-
.cm-s-solarized.cm-s-light.cm-fat-cursor .CodeMirror-cursor { background: #77ee77; }
|
|
155
|
-
.cm-s-solarized.cm-s-light .cm-animate-fat-cursor { background-color: #77ee77; }
|
|
156
|
-
.cm-s-solarized.cm-s-dark.cm-fat-cursor .CodeMirror-cursor { background: #586e75; }
|
|
157
|
-
.cm-s-solarized.cm-s-dark .cm-animate-fat-cursor { background-color: #586e75; }
|
|
158
|
-
|
|
159
|
-
/* Active line */
|
|
160
|
-
.cm-s-solarized.cm-s-dark .CodeMirror-activeline-background {
|
|
161
|
-
background: rgba(255, 255, 255, 0.06);
|
|
162
|
-
}
|
|
163
|
-
.cm-s-solarized.cm-s-light .CodeMirror-activeline-background {
|
|
164
|
-
background: rgba(0, 0, 0, 0.06);
|
|
165
|
-
}
|
|
@@ -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; }
|