v20201223
authorKilian Saffran <ksaffran@dks.lu>
Wed, 23 Dec 2020 13:00:42 +0000 (14:00 +0100)
committerKilian Saffran <ksaffran@dks.lu>
Wed, 23 Dec 2020 13:00:42 +0000 (14:00 +0100)
commit6056f43b77f7df5433174f96461da0b42e125cce
treeb38124684346a827e2a1afd83990a9664d456e29
parentb7a4d0c9b714af5f264c1df9feff9c09262d690f
v20201223
289 files changed:
.vscode/snippets.code-snippets [new file with mode: 0644]
desktopapp/dialogs/InvoiceBooking.html
desktopapp/index.html
desktopapp/js/myapp.js
desktopapp/js/report.js
desktopapp/js/sqlite.js
desktopapp/modules/addresses/addresses.js
desktopapp/modules/bookings/bookings.js
desktopapp/modules/datasets/datasets.js
desktopapp/modules/invoices/invoice.html
desktopapp/modules/invoices/invoice.js
desktopapp/modules/invoices/invoices.js
desktopapp/modules/modules.json
desktopapp/modules/offers/offer.html
desktopapp/modules/offers/offer.js
desktopapp/modules/offers/offers.js
desktopapp/modules/products/product.html
desktopapp/modules/products/product.js
desktopapp/modules/products/products.js
desktopapp/modules/settings/files.js
desktopapp/modules/settings/settings.js
desktopapp/modules/templates/templates.html
desktopapp/modules/templates/templates.js
desktopapp/modules/transactions/transaction.js
desktopapp/modules/transactions/transactions.js
desktopapp/package-lock.json
desktopapp/package.json
desktopapp/test.html [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/comment/comment.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/comment/continuecomment.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/dialog/dialog.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/dialog/dialog.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/autorefresh.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/fullscreen.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/fullscreen.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/panel.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/placeholder.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/display/rulers.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/closebrackets.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/closetag.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/continuelist.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/matchbrackets.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/matchtags.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/edit/trailingspace.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/brace-fold.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/comment-fold.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/foldcode.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/foldgutter.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/foldgutter.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/indent-fold.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/markdown-fold.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/fold/xml-fold.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/anyword-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/css-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/html-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/javascript-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/show-hint.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/show-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/sql-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/hint/xml-hint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/coffeescript-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/css-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/html-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/javascript-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/json-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/lint.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/lint/yaml-lint.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/merge/merge.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/merge/merge.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/mode/loadmode.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/mode/multiplex.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/mode/multiplex_test.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/mode/overlay.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/mode/simple.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/runmode/colorize.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/runmode/runmode-standalone.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/runmode/runmode.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/runmode/runmode.node.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/scroll/annotatescrollbar.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/scroll/scrollpastend.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/scroll/simplescrollbars.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/scroll/simplescrollbars.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/jump-to-line.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/match-highlighter.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/matchesonscrollbar.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/matchesonscrollbar.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/search.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/search/searchcursor.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/selection/active-line.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/selection/mark-selection.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/selection/selection-pointer.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/tern/tern.css [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/tern/tern.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/tern/worker.js [new file with mode: 0644]
desktopapp/vendor/codemirror/addon/wrap/hardwrap.js [new file with mode: 0644]
desktopapp/vendor/codemirror/keymap/emacs.js [new file with mode: 0644]
desktopapp/vendor/codemirror/keymap/sublime.js [new file with mode: 0644]
desktopapp/vendor/codemirror/keymap/vim.js [new file with mode: 0644]
desktopapp/vendor/codemirror/lib/codemirror.css [new file with mode: 0644]
desktopapp/vendor/codemirror/lib/codemirror.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/apl/apl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/asciiarmor/asciiarmor.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/asn.1/asn.1.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/asterisk/asterisk.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/brainfuck/brainfuck.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/clike/clike.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/clojure/clojure.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/cmake/cmake.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/cobol/cobol.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/coffeescript/coffeescript.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/commonlisp/commonlisp.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/crystal/crystal.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/css/css.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/cypher/cypher.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/d/d.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/dart/dart.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/diff/diff.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/django/django.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/dockerfile/dockerfile.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/dtd/dtd.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/dylan/dylan.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ebnf/ebnf.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ecl/ecl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/eiffel/eiffel.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/elm/elm.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/erlang/erlang.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/factor/factor.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/fcl/fcl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/forth/forth.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/fortran/fortran.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/gas/gas.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/gfm/gfm.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/gherkin/gherkin.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/go/go.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/groovy/groovy.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/haml/haml.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/handlebars/handlebars.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/haskell-literate/haskell-literate.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/haskell/haskell.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/haxe/haxe.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/htmlembedded/htmlembedded.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/htmlmixed/htmlmixed.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/http/http.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/idl/idl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/javascript/javascript.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/jinja2/jinja2.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/jsx/jsx.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/julia/julia.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/livescript/livescript.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/lua/lua.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/markdown/markdown.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mathematica/mathematica.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mbox/mbox.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/meta.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mirc/mirc.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mllike/mllike.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/modelica/modelica.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mscgen/mscgen.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/mumps/mumps.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/nginx/nginx.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/nsis/nsis.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ntriples/ntriples.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/octave/octave.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/oz/oz.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/pascal/pascal.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/pegjs/pegjs.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/perl/perl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/php/php.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/pig/pig.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/powershell/powershell.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/properties/properties.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/protobuf/protobuf.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/pug/pug.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/puppet/puppet.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/python/python.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/q/q.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/r/r.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/rpm/changes/index.html [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/rpm/rpm.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/rst/rst.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ruby/ruby.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/rust/rust.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/sas/sas.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/sass/sass.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/scheme/scheme.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/shell/shell.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/sieve/sieve.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/slim/slim.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/smalltalk/smalltalk.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/smarty/smarty.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/solr/solr.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/soy/soy.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/sparql/sparql.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/spreadsheet/spreadsheet.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/sql/sql.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/stex/stex.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/stylus/stylus.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/swift/swift.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tcl/tcl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/textile/textile.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tiddlywiki/tiddlywiki.css [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tiddlywiki/tiddlywiki.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tiki/tiki.css [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tiki/tiki.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/toml/toml.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/tornado/tornado.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/troff/troff.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ttcn-cfg/ttcn-cfg.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/ttcn/ttcn.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/turtle/turtle.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/twig/twig.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/vb/vb.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/vbscript/vbscript.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/velocity/velocity.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/verilog/verilog.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/vhdl/vhdl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/vue/vue.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/wast/wast.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/webidl/webidl.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/xml/xml.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/xquery/xquery.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/yacas/yacas.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/yaml-frontmatter/yaml-frontmatter.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/yaml/yaml.js [new file with mode: 0644]
desktopapp/vendor/codemirror/mode/z80/z80.js [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/3024-day.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/3024-night.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/abcdef.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ambiance-mobile.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ambiance.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ayu-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ayu-mirage.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/base16-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/base16-light.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/bespin.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/blackboard.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/cobalt.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/colorforth.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/darcula.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/dracula.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/duotone-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/duotone-light.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/eclipse.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/elegant.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/erlang-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/gruvbox-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/hopscotch.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/icecoder.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/idea.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/isotope.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/lesser-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/liquibyte.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/lucario.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/material-darker.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/material-ocean.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/material-palenight.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/material.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/mbo.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/mdn-like.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/midnight.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/monokai.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/moxer.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/neat.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/neo.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/night.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/nord.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/oceanic-next.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/panda-syntax.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/paraiso-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/paraiso-light.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/pastel-on-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/railscasts.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/rubyblue.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/seti.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/shadowfox.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/solarized.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ssms.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/the-matrix.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/tomorrow-night-bright.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/tomorrow-night-eighties.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/ttcn.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/twilight.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/vibrant-ink.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/xq-dark.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/xq-light.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/yeti.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/yonce.css [new file with mode: 0644]
desktopapp/vendor/codemirror/theme/zenburn.css [new file with mode: 0644]