mirror of
https://github.com/node-red/node-red.git
synced 2023-10-10 13:36:53 +02:00
add monaco dist
- includes themes from https://github.com/brijeshb42/monaco-themes
This commit is contained in:
parent
9f2a2b9869
commit
64b79cd5ac
29
packages/node_modules/@node-red/editor-client/src/vendor/monaco/README.md
vendored
Normal file
29
packages/node_modules/@node-red/editor-client/src/vendor/monaco/README.md
vendored
Normal file
@ -0,0 +1,29 @@
|
|||||||
|
How to build the custom MONACO editor Node-RED
|
||||||
|
----------------------------------------------
|
||||||
|
|
||||||
|
### Building monaco
|
||||||
|
|
||||||
|
|
||||||
|
#### Setup build environment
|
||||||
|
|
||||||
|
cd /tmp/
|
||||||
|
git clone https://github.com/steve-mcl/monaco-editor-esm-i18n.git
|
||||||
|
|
||||||
|
|
||||||
|
#### Run the build
|
||||||
|
|
||||||
|
cd /tmp/monaco-editor-esm-i18n
|
||||||
|
npm install
|
||||||
|
npm build
|
||||||
|
|
||||||
|
#### Copy the built versions back
|
||||||
|
|
||||||
|
cd /tmp/monaco-editor-esm-i18n
|
||||||
|
cp -r output/monaco/dist \
|
||||||
|
<node-red-source-directory>/packages/node_modules/@node-red/editor-client/src/vendor/monaco/
|
||||||
|
|
||||||
|
cd /tmp/monaco-editor-esm-i18n
|
||||||
|
cp -r output/types \
|
||||||
|
<node-red-source-directory>/packages/node_modules/@node-red/editor-client/src/
|
||||||
|
|
||||||
|
|
21
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/LICENSE
vendored
Normal file
21
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/LICENSE
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2016 - present Microsoft Corporation
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
|
||||||
|
SOFTWARE.
|
283
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/ThirdPartyNotices.txt
vendored
Normal file
283
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/ThirdPartyNotices.txt
vendored
Normal file
@ -0,0 +1,283 @@
|
|||||||
|
THIRD-PARTY SOFTWARE NOTICES AND INFORMATION
|
||||||
|
Do Not Translate or Localize
|
||||||
|
|
||||||
|
This project incorporates components from the projects listed below. The original copyright notices and the licenses
|
||||||
|
under which Microsoft received such components are set forth below. Microsoft reserves all rights not expressly granted
|
||||||
|
herein, whether by implication, estoppel or otherwise.
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% nodejs path library (https://github.com/nodejs/node/tree/43dd49c9782848c25e5b03448c8a0f923f13c158)
|
||||||
|
=========================================
|
||||||
|
Copyright Joyent, Inc. and other Node contributors.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a
|
||||||
|
copy of this software and associated documentation files (the
|
||||||
|
"Software"), to deal in the Software without restriction, including
|
||||||
|
without limitation the rights to use, copy, modify, merge, publish,
|
||||||
|
distribute, sublicense, and/or sell copies of the Software, and to permit
|
||||||
|
persons to whom the Software is furnished to do so, subject to the
|
||||||
|
following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included
|
||||||
|
in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS
|
||||||
|
OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF
|
||||||
|
MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN
|
||||||
|
NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM,
|
||||||
|
DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR
|
||||||
|
OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE
|
||||||
|
USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
=========================================
|
||||||
|
END OF nodejs path library NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% string_scorer version 0.1.20 (https://github.com/joshaven/string_score)
|
||||||
|
=========================================
|
||||||
|
This software is released under the MIT license:
|
||||||
|
|
||||||
|
Copyright (c) Joshaven Potter
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of
|
||||||
|
this software and associated documentation files (the "Software"), to deal in
|
||||||
|
the Software without restriction, including without limitation the rights to
|
||||||
|
use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of
|
||||||
|
the Software, and to permit persons to whom the Software is furnished to do so,
|
||||||
|
subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS
|
||||||
|
FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR
|
||||||
|
COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER
|
||||||
|
IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN
|
||||||
|
CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
=========================================
|
||||||
|
END OF string_scorer NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% chjj-marked NOTICES AND INFORMATION BEGIN HERE
|
||||||
|
=========================================
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2011-2014, Christopher Jeffrey (https://github.com/chjj/)
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
||||||
|
=========================================
|
||||||
|
END OF chjj-marked NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% typescript version 2.7.2 (https://github.com/Microsoft/TypeScript)
|
||||||
|
=========================================
|
||||||
|
Copyright (c) Microsoft Corporation. All rights reserved.
|
||||||
|
|
||||||
|
Apache License
|
||||||
|
|
||||||
|
Version 2.0, January 2004
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||||
|
|
||||||
|
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||||
|
|
||||||
|
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||||
|
|
||||||
|
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
=========================================
|
||||||
|
END OF typescript NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% HTML 5.1 W3C Working Draft version 08 October 2015 (http://www.w3.org/TR/2015/WD-html51-20151008/)
|
||||||
|
=========================================
|
||||||
|
Copyright © 2015 W3C® (MIT, ERCIM, Keio, Beihang). This software or document includes material copied
|
||||||
|
from or derived from HTML 5.1 W3C Working Draft (http://www.w3.org/TR/2015/WD-html51-20151008/.)
|
||||||
|
|
||||||
|
THIS DOCUMENT IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED, INCLUDING, BUT
|
||||||
|
NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, NON-INFRINGEMENT, OR TITLE; THAT THE CONTENTS OF
|
||||||
|
THE DOCUMENT ARE SUITABLE FOR ANY PURPOSE; NOR THAT THE IMPLEMENTATION OF SUCH CONTENTS WILL NOT INFRINGE ANY THIRD PARTY
|
||||||
|
PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
|
||||||
|
|
||||||
|
COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES ARISING OUT OF ANY USE OF THE
|
||||||
|
DOCUMENT OR THE PERFORMANCE OR IMPLEMENTATION OF THE CONTENTS THEREOF.
|
||||||
|
|
||||||
|
The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining to this document or its contents
|
||||||
|
without specific, written prior permission. Title to copyright in this document will at all times remain with copyright holders.
|
||||||
|
=========================================
|
||||||
|
END OF HTML 5.1 W3C Working Draft NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% JS Beautifier version 1.6.2 (https://github.com/beautify-web/js-beautify)
|
||||||
|
=========================================
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2007-2017 Einar Lielmanis, Liam Newman, and contributors.
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
=========================================
|
||||||
|
END OF js-beautify NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% Ionic documentation version 1.2.4 (https://github.com/driftyco/ionic-site)
|
||||||
|
=========================================
|
||||||
|
Copyright Drifty Co. http://drifty.com/.
|
||||||
|
|
||||||
|
Apache License
|
||||||
|
|
||||||
|
Version 2.0, January 2004
|
||||||
|
|
||||||
|
http://www.apache.org/licenses/
|
||||||
|
|
||||||
|
TERMS AND CONDITIONS FOR USE, REPRODUCTION, AND DISTRIBUTION
|
||||||
|
|
||||||
|
1. Definitions.
|
||||||
|
|
||||||
|
"License" shall mean the terms and conditions for use, reproduction, and distribution as defined by Sections 1 through 9 of this document.
|
||||||
|
|
||||||
|
"Licensor" shall mean the copyright owner or entity authorized by the copyright owner that is granting the License.
|
||||||
|
|
||||||
|
"Legal Entity" shall mean the union of the acting entity and all other entities that control, are controlled by, or are under common control with that entity. For the purposes of this definition, "control" means (i) the power, direct or indirect, to cause the direction or management of such entity, whether by contract or otherwise, or (ii) ownership of fifty percent (50%) or more of the outstanding shares, or (iii) beneficial ownership of such entity.
|
||||||
|
|
||||||
|
"You" (or "Your") shall mean an individual or Legal Entity exercising permissions granted by this License.
|
||||||
|
|
||||||
|
"Source" form shall mean the preferred form for making modifications, including but not limited to software source code, documentation source, and configuration files.
|
||||||
|
|
||||||
|
"Object" form shall mean any form resulting from mechanical transformation or translation of a Source form, including but not limited to compiled object code, generated documentation, and conversions to other media types.
|
||||||
|
|
||||||
|
"Work" shall mean the work of authorship, whether in Source or Object form, made available under the License, as indicated by a copyright notice that is included in or attached to the work (an example is provided in the Appendix below).
|
||||||
|
|
||||||
|
"Derivative Works" shall mean any work, whether in Source or Object form, that is based on (or derived from) the Work and for which the editorial revisions, annotations, elaborations, or other modifications represent, as a whole, an original work of authorship. For the purposes of this License, Derivative Works shall not include works that remain separable from, or merely link (or bind by name) to the interfaces of, the Work and Derivative Works thereof.
|
||||||
|
|
||||||
|
"Contribution" shall mean any work of authorship, including the original version of the Work and any modifications or additions to that Work or Derivative Works thereof, that is intentionally submitted to Licensor for inclusion in the Work by the copyright owner or by an individual or Legal Entity authorized to submit on behalf of the copyright owner. For the purposes of this definition, "submitted" means any form of electronic, verbal, or written communication sent to the Licensor or its representatives, including but not limited to communication on electronic mailing lists, source code control systems, and issue tracking systems that are managed by, or on behalf of, the Licensor for the purpose of discussing and improving the Work, but excluding communication that is conspicuously marked or otherwise designated in writing by the copyright owner as "Not a Contribution."
|
||||||
|
|
||||||
|
"Contributor" shall mean Licensor and any individual or Legal Entity on behalf of whom a Contribution has been received by Licensor and subsequently incorporated within the Work.
|
||||||
|
|
||||||
|
2. Grant of Copyright License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable copyright license to reproduce, prepare Derivative Works of, publicly display, publicly perform, sublicense, and distribute the Work and such Derivative Works in Source or Object form.
|
||||||
|
|
||||||
|
3. Grant of Patent License. Subject to the terms and conditions of this License, each Contributor hereby grants to You a perpetual, worldwide, non-exclusive, no-charge, royalty-free, irrevocable (except as stated in this section) patent license to make, have made, use, offer to sell, sell, import, and otherwise transfer the Work, where such license applies only to those patent claims licensable by such Contributor that are necessarily infringed by their Contribution(s) alone or by combination of their Contribution(s) with the Work to which such Contribution(s) was submitted. If You institute patent litigation against any entity (including a cross-claim or counterclaim in a lawsuit) alleging that the Work or a Contribution incorporated within the Work constitutes direct or contributory patent infringement, then any patent licenses granted to You under this License for that Work shall terminate as of the date such litigation is filed.
|
||||||
|
|
||||||
|
4. Redistribution. You may reproduce and distribute copies of the Work or Derivative Works thereof in any medium, with or without modifications, and in Source or Object form, provided that You meet the following conditions:
|
||||||
|
|
||||||
|
You must give any other recipients of the Work or Derivative Works a copy of this License; and
|
||||||
|
|
||||||
|
You must cause any modified files to carry prominent notices stating that You changed the files; and
|
||||||
|
|
||||||
|
You must retain, in the Source form of any Derivative Works that You distribute, all copyright, patent, trademark, and attribution notices from the Source form of the Work, excluding those notices that do not pertain to any part of the Derivative Works; and
|
||||||
|
|
||||||
|
If the Work includes a "NOTICE" text file as part of its distribution, then any Derivative Works that You distribute must include a readable copy of the attribution notices contained within such NOTICE file, excluding those notices that do not pertain to any part of the Derivative Works, in at least one of the following places: within a NOTICE text file distributed as part of the Derivative Works; within the Source form or documentation, if provided along with the Derivative Works; or, within a display generated by the Derivative Works, if and wherever such third-party notices normally appear. The contents of the NOTICE file are for informational purposes only and do not modify the License. You may add Your own attribution notices within Derivative Works that You distribute, alongside or as an addendum to the NOTICE text from the Work, provided that such additional attribution notices cannot be construed as modifying the License. You may add Your own copyright statement to Your modifications and may provide additional or different license terms and conditions for use, reproduction, or distribution of Your modifications, or for any such Derivative Works as a whole, provided Your use, reproduction, and distribution of the Work otherwise complies with the conditions stated in this License.
|
||||||
|
|
||||||
|
5. Submission of Contributions. Unless You explicitly state otherwise, any Contribution intentionally submitted for inclusion in the Work by You to the Licensor shall be under the terms and conditions of this License, without any additional terms or conditions. Notwithstanding the above, nothing herein shall supersede or modify the terms of any separate license agreement you may have executed with Licensor regarding such Contributions.
|
||||||
|
|
||||||
|
6. Trademarks. This License does not grant permission to use the trade names, trademarks, service marks, or product names of the Licensor, except as required for reasonable and customary use in describing the origin of the Work and reproducing the content of the NOTICE file.
|
||||||
|
|
||||||
|
7. Disclaimer of Warranty. Unless required by applicable law or agreed to in writing, Licensor provides the Work (and each Contributor provides its Contributions) on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied, including, without limitation, any warranties or conditions of TITLE, NON-INFRINGEMENT, MERCHANTABILITY, or FITNESS FOR A PARTICULAR PURPOSE. You are solely responsible for determining the appropriateness of using or redistributing the Work and assume any risks associated with Your exercise of permissions under this License.
|
||||||
|
|
||||||
|
8. Limitation of Liability. In no event and under no legal theory, whether in tort (including negligence), contract, or otherwise, unless required by applicable law (such as deliberate and grossly negligent acts) or agreed to in writing, shall any Contributor be liable to You for damages, including any direct, indirect, special, incidental, or consequential damages of any character arising as a result of this License or out of the use or inability to use the Work (including but not limited to damages for loss of goodwill, work stoppage, computer failure or malfunction, or any and all other commercial damages or losses), even if such Contributor has been advised of the possibility of such damages.
|
||||||
|
|
||||||
|
9. Accepting Warranty or Additional Liability. While redistributing the Work or Derivative Works thereof, You may choose to offer, and charge a fee for, acceptance of support, warranty, indemnity, or other liability obligations and/or rights consistent with this License. However, in accepting such obligations, You may act only on Your own behalf and on Your sole responsibility, not on behalf of any other Contributor, and only if You agree to indemnify, defend, and hold each Contributor harmless for any liability incurred by, or claims asserted against, such Contributor by reason of your accepting any such warranty or additional liability.
|
||||||
|
|
||||||
|
END OF TERMS AND CONDITIONS
|
||||||
|
=========================================
|
||||||
|
END OF Ionic documentation NOTICES AND INFORMATION
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
|
%% vscode-swift version 0.0.1 (https://github.com/owensd/vscode-swift)
|
||||||
|
=========================================
|
||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) 2015 David Owens II
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in all
|
||||||
|
copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
|
||||||
|
=========================================
|
||||||
|
END OF vscode-swift NOTICES AND INFORMATION
|
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/css.worker.js
vendored
Normal file
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/css.worker.js
vendored
Normal file
File diff suppressed because one or more lines are too long
5
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/editor.js
vendored
Normal file
5
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/editor.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/editor.worker.js
vendored
Normal file
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/editor.worker.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/html.worker.js
vendored
Normal file
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/html.worker.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/json.worker.js
vendored
Normal file
1
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/json.worker.js
vendored
Normal file
File diff suppressed because one or more lines are too long
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/bg.js
vendored
Normal file
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/bg.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/cs.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/cs.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/de.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/de.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/en-gb.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/en-gb.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/es.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/es.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/fr.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/fr.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/hu.js
vendored
Normal file
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/hu.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/id.js
vendored
Normal file
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/id.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/it.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/it.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ja.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ja.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ko.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ko.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
570
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/nl.js
vendored
Normal file
570
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/nl.js
vendored
Normal file
@ -0,0 +1,570 @@
|
|||||||
|
this.MonacoEnvironment = this.MonacoEnvironment || {}; this.MonacoEnvironment.Locale = {language: 'nl', data: {
|
||||||
|
"vs/base/browser/ui/actionbar/actionbar": {
|
||||||
|
"titleLabel": "{0} ({1})"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/aria/aria": {
|
||||||
|
"repeated": "{0} (nogmaals voorgekomen)",
|
||||||
|
"repeatedNtimes": "{0} ({1} keer voorgekomen)"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/findinput/findInput": {
|
||||||
|
"defaultLabel": "invoer"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/findinput/findInputCheckboxes": {
|
||||||
|
"caseDescription": "Identieke hoofdletters/kleine letters",
|
||||||
|
"wordsDescription": "Heel woord",
|
||||||
|
"regexDescription": "Reguliere expressie gebruiken"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/inputbox/inputBox": {
|
||||||
|
"alertErrorMessage": "Fout: {0}",
|
||||||
|
"alertWarningMessage": "Waarschuwing: {0}",
|
||||||
|
"alertInfoMessage": "Info: {0}"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/list/listWidget": {
|
||||||
|
"aria list": "{0}. Gebruik de navigatietoetsen om te navigeren."
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/menu/menu": {
|
||||||
|
"titleLabel": "{0} ({1})"
|
||||||
|
},
|
||||||
|
"vs/base/common/errorMessage": {
|
||||||
|
"stackTrace.format": "{0}: {1}",
|
||||||
|
"error.defaultMessage": "Er is een onbekende fout opgetreden. Zie het logboek voor details.",
|
||||||
|
"nodeExceptionMessage": "Er is een systeemfout opgetreden ({0})",
|
||||||
|
"error.moreErrors": "{0} ({1} fout(en) in totaal)"
|
||||||
|
},
|
||||||
|
"vs/base/common/keybindingLabels": {
|
||||||
|
"ctrlKey": "Ctrl",
|
||||||
|
"shiftKey": "Shift",
|
||||||
|
"altKey": "Alt",
|
||||||
|
"windowsKey": "Windows",
|
||||||
|
"superKey": "Super",
|
||||||
|
"ctrlKey.long": "Control",
|
||||||
|
"shiftKey.long": "Shift",
|
||||||
|
"altKey.long": "Alt",
|
||||||
|
"cmdKey.long": "Command",
|
||||||
|
"windowsKey.long": "Windows",
|
||||||
|
"superKey.long": "Super-toets"
|
||||||
|
},
|
||||||
|
"vs/base/common/severity": {
|
||||||
|
"sev.error": "Fout",
|
||||||
|
"sev.warning": "Waarschuwing",
|
||||||
|
"sev.info": "Info"
|
||||||
|
},
|
||||||
|
"vs/editor/browser/controller/coreCommands": {
|
||||||
|
"miSelectAll": "&&Alles selecteren",
|
||||||
|
"miUndo": "&&Ongedaan maken",
|
||||||
|
"miRedo": "&&Opnieuw"
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/codeEditorWidget": {
|
||||||
|
"cursors.maximum": "Het aantal cursors is beperkt tot {0}."
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/diffEditorWidget": {
|
||||||
|
"diff.tooLarge": "Kan de bestanden niet vergelijken omdat één bestand te groot is."
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/diffReview": {
|
||||||
|
"label.close": "Sluiten",
|
||||||
|
"no_lines": "geen regels",
|
||||||
|
"one_line": "1 regel",
|
||||||
|
"more_lines": "{0} regels",
|
||||||
|
"header": "Verschil {0} van {1}: origineel {2}, {3}, aangepast {4}, {5}",
|
||||||
|
"blankLine": "leeg",
|
||||||
|
"equalLine": "oorspronkelijk {0}, aangepast {1}:{2}",
|
||||||
|
"insertLine": "+ aangepast {0}: {1}",
|
||||||
|
"deleteLine": "- oorspronkelijk {0}: {1}",
|
||||||
|
"editor.action.diffReview.next": "Ga naar volgende verschil",
|
||||||
|
"editor.action.diffReview.prev": "Ga naar vorig verschil"
|
||||||
|
},
|
||||||
|
"vs/editor/common/config/commonEditorConfig": {
|
||||||
|
"editorConfigurationTitle": "Editor",
|
||||||
|
"fontFamily": "De lettertypefamilie bepalen.",
|
||||||
|
"fontWeight": "Bepaalt de dikte van het lettertype.",
|
||||||
|
"fontSize": "Bepaalt de tekengrootte in pixels.",
|
||||||
|
"lineHeight": "Bepaalt de lijnhoogte. Gebruik 0 om de lijnhoogte te berekenen op basis van de letter grootte.",
|
||||||
|
"letterSpacing": "Bepaalt de letter afstand in pixels.",
|
||||||
|
"lineNumbers.off": "Regelnummers worden niet weergegeven.",
|
||||||
|
"lineNumbers.on": "Regelnummers worden weergegeven als absolute getallen.",
|
||||||
|
"lineNumbers.relative": "Regelnummers worden weergegeven als afstand in aantal regels tot de cursorpositie.",
|
||||||
|
"lineNumbers.interval": "Regelnummers worden elke 10 regels weergegeven.",
|
||||||
|
"lineNumbers": "Bepaalt de zichtbaarheid van regelnummers.",
|
||||||
|
"minimap.side": "Bepaalt de kant waar de minimap wordt getoond.",
|
||||||
|
"minimap.showSlider": "Bepaalt of de schuifbalk van de minimap automatisch wordt verborgen.",
|
||||||
|
"wordWrap.off": "Geen tekstterugloop.",
|
||||||
|
"wordWrap.on": "Regels zullen teruglopen op de breedte van de viewport.",
|
||||||
|
"multiCursorModifier.ctrlCmd": "Vertaalt zich naar 'Control' op Windows en Linux en 'Command' op macOS.",
|
||||||
|
"multiCursorModifier.alt": "Vertaalt zich naar 'Alt' op Windows en Linux en 'Option' op macOS.",
|
||||||
|
"multiCursorMergeOverlapping": "Voeg meerdere cursors samen wanneer ze elkaar overlappen.",
|
||||||
|
"quickSuggestions.strings": "Schakel snelle suggesties in binnen strings.",
|
||||||
|
"quickSuggestions.comments": "Schakel snelle suggesties in binnen commentaren.",
|
||||||
|
"quickSuggestions.other": "Schakel snelle suggesties in buiten strings of commentaren.",
|
||||||
|
"snippetSuggestions.top": "Toon fragment suggesties boven andere suggesties.",
|
||||||
|
"snippetSuggestions.bottom": "Toon fragment suggesties onder andere suggesties.",
|
||||||
|
"snippetSuggestions.inline": "Toon fragment suggesties met andere suggesties.",
|
||||||
|
"snippetSuggestions.none": "Verberg fragment suggesties.",
|
||||||
|
"snippetSuggestions": "Bepaalt of fragmenten met andere suggesties worden getoond en hoe deze gesorteerd worden.",
|
||||||
|
"emptySelectionClipboard": "Bepaalt of kopiëren zonder selectie de huidige regel kopieert",
|
||||||
|
"wordBasedSuggestions": "Bepaalt of aanvullingen dienen te worden berekend op basis van woorden in het document.",
|
||||||
|
"suggestSelection.first": "Selecteer altijd de eerste suggestie.",
|
||||||
|
"suggestSelection.recentlyUsed": "Selecteer recente suggesties totdat verder typen er een selecteert, bijvoorbeeld `console.| -> console.log` omdat `log` recent voltooid is.",
|
||||||
|
"suggestSelection.recentlyUsedByPrefix": "Selecteer suggesties op basis van eerdere prefixen die deze suggesties hebben voltooid, bijvoorbeeld `co -> console` en `con -> const`.",
|
||||||
|
"suggestSelection": "Bepaalt hoe suggesties zijn voorgeselecteerd bij het tonen van de lijst met suggesties.",
|
||||||
|
"suggest.filterGraceful": "Hiermee bepaalt u of filteren en sorteren van suggesties rekening houdt met kleine typefouten.",
|
||||||
|
"suggest.snippetsPreventQuickSuggestions": "Bepalen of een actief fragment snelle suggesties voorkomt.",
|
||||||
|
"cursorBlinking": "Bepaalt de cursor animatiestijl.",
|
||||||
|
"folding": "Bepaalt of code-invouwing ingeschakeld is",
|
||||||
|
"showFoldingControls": "Bepaalt of de vouwknoppen in de kantlijn automatisch verborgen worden.",
|
||||||
|
"matchBrackets": "Markeer gekoppelde haakjes als één van beide geselecteerd wordt.",
|
||||||
|
"glyphMargin": "Hiermee bepaalt u of de editor de verticale glyph marge moet weergeven. Glyph marge wordt meestal gebruikt voor foutopsporing.",
|
||||||
|
"accessibilitySupport.auto": "De editor zal gebruik maken van platform-API's om te detecteren of er een schermlezer aangesloten is.",
|
||||||
|
"accessibilitySupport.on": "De editor zal permanent geoptimaliseerd zijn voor gebruik met een schermlezer.",
|
||||||
|
"accessibilitySupport.off": "De editor wordt niet geoptimaliseerd voor gebruik met een schermlezer",
|
||||||
|
"accessibilitySupport": "Bepaalt of de editor in een modus geoptimaliseerd voor schermlezers wordt uitgevoerd.",
|
||||||
|
"showUnused": "Besturingselementen vervagen in ongebruikte code.",
|
||||||
|
"colorDecorators": "Bepaalt of de editor het inline kleurvoorbeeld met kleurkiezer weergeeft",
|
||||||
|
"codeActionsOnSave": "Soorten code actie die kunnen worden uitgevoerd bij opslaan.",
|
||||||
|
"largeFileOptimizations": "Speciale afhandeling voor grote bestanden om bepaalde geheugen-intensieve functies uit te schakelen."
|
||||||
|
},
|
||||||
|
"vs/editor/common/config/editorOptions": {
|
||||||
|
"accessibilityOffAriaLabel": "De editor is niet beschikbaar op dit moment. Druk op Alt+F1 voor opties.",
|
||||||
|
"editorViewAccessibleLabel": "Editorinhoud"
|
||||||
|
},
|
||||||
|
"vs/editor/common/controller/cursor": {
|
||||||
|
"corrupt.commands": "Onverwachte uitzondering tijdens uitvoeren van opdracht."
|
||||||
|
},
|
||||||
|
"vs/editor/common/modes/modesRegistry": {
|
||||||
|
"plainText.alias": "Platte Tekst"
|
||||||
|
},
|
||||||
|
"vs/editor/common/view/editorColorRegistry": {
|
||||||
|
"lineHighlight": "Achtergrondkleur voor het accent van de regel op de cursorpositie.",
|
||||||
|
"lineHighlightBorderBox": "Achtergrondkleur voor de rand rondom de regel van de cursorpositie.",
|
||||||
|
"rangeHighlight": "Achtergrondkleur van geselecteerde bereiken, zoals bij de snel openen en zoek functies. De kleur mag niet ondoorzichtig zijn, zodat onderliggende decoraties niet worden verborgen.",
|
||||||
|
"rangeHighlightBorder": "Achtergrondkleur van de rand rondom de gemarkeerde gebieden.",
|
||||||
|
"caret": "Kleur van de cursor in de editor.",
|
||||||
|
"editorCursorBackground": "De achtergrondkleur van de cursor in de editor. Hiermee kunt u de kleur aanpassen wanneer het teken wordt overlapt door een blok-cursor.",
|
||||||
|
"editorWhitespaces": "Kleur van witruimte karakters in de editor.",
|
||||||
|
"editorIndentGuides": "Kleur van de inspringhulplijnen in de editor.",
|
||||||
|
"editorActiveIndentGuide": "Kleur van de actieve inspringhulplijnen in de editor.",
|
||||||
|
"editorLineNumbers": "Kleur van de regelnummers in de editor.",
|
||||||
|
"editorActiveLineNumber": "Kleur van het actieve regelnummer in de editor.",
|
||||||
|
"deprecatedEditorActiveLineNumber": "Id is verouderd. Gebruik in plaats daarvan 'editorLineNumber.activeForeground'.",
|
||||||
|
"editorRuler": "Kleur van de linialen in de editor.",
|
||||||
|
"editorCodeLensForeground": "Voorgrondkleur van de Code Lenses in de editor",
|
||||||
|
"editorBracketMatchBackground": "Achtergrondkleur achter bijpassende haken",
|
||||||
|
"editorBracketMatchBorder": "Kleur voor bijbehorende blokhaken.",
|
||||||
|
"editorOverviewRulerBorder": "Kleur van overzichtslineaal rand.",
|
||||||
|
"editorGutter": "Achtergrondkleur rugmarge van editor. De rugmarge bevat de regelnummers en margepictogrammen.",
|
||||||
|
"errorForeground": "Voorgrondkleur van foutkrabbels in de editor.",
|
||||||
|
"errorBorder": "Randkleur van foutkrabbels in de editor.",
|
||||||
|
"warningForeground": "Voorgrondkleur van waarschuwingskrabbels in de editor.",
|
||||||
|
"warningBorder": "Randkleur van waarschuwingskrabbels in de editor.",
|
||||||
|
"infoForeground": "Voorgrondkleur van infokrabbels in de editor.",
|
||||||
|
"infoBorder": "Randkleur van infokrabbels in de editor.",
|
||||||
|
"hintForeground": "Voorgrondkleur van hint squigglies in de editor.",
|
||||||
|
"hintBorder": "De kleur van de rand van hint squigglies in de editor.",
|
||||||
|
"unnecessaryCodeBorder": "Randkleur van overbodige code in de editor.",
|
||||||
|
"unnecessaryCodeOpacity": "Matheid van overbodige code in de editor.",
|
||||||
|
"overviewRulerRangeHighlight": "Markeringskleur voor het aangeven van bereiken in de overzichtsliniaal. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"overviewRuleError": "Markeringskleur in de overzichtslineaal voor fouten.",
|
||||||
|
"overviewRuleWarning": "Markeringskleur in de overzichtslineaal voor waarschuwingen.",
|
||||||
|
"overviewRuleInfo": "Markeringskleur in de overzichtslineaal voor info."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/bracketMatching/bracketMatching": {
|
||||||
|
"overviewRulerBracketMatchForeground": "Markeringskleur in de overzichtsliniaal voor bij elkaar horende haken.",
|
||||||
|
"smartSelect.jumpBracket": "Ga naar vierkante haak",
|
||||||
|
"smartSelect.selectToBracket": "Selecteer tot aan haakje"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/caretOperations/caretOperations": {
|
||||||
|
"caret.moveLeft": "Verplaats dakje naar links",
|
||||||
|
"caret.moveRight": "Verplaats dakje naar rechts"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/caretOperations/transpose": {
|
||||||
|
"transposeLetters.label": "Zet tekens om"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/clipboard/clipboard": {
|
||||||
|
"actions.clipboard.cutLabel": "Knippen",
|
||||||
|
"miCut": "&&Knip",
|
||||||
|
"actions.clipboard.copyLabel": "Kopiëren",
|
||||||
|
"miCopy": "&&Kopieer",
|
||||||
|
"actions.clipboard.pasteLabel": "Plakken",
|
||||||
|
"miPaste": "&&Plakken",
|
||||||
|
"actions.clipboard.copyWithSyntaxHighlightingLabel": "Kopiëren met syntax opmaak"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/codeAction/codeActionCommands": {
|
||||||
|
"quickFixWithKb": "Toon suggesties ({0})",
|
||||||
|
"quickFix": "Toon suggesties",
|
||||||
|
"quickfix.trigger.label": "Snelle oplossing...",
|
||||||
|
"editor.action.quickFix.noneMessage": "Geen code acties beschikbaar",
|
||||||
|
"refactor.label": "Herstructureren...",
|
||||||
|
"editor.action.refactor.noneMessage": "Geen refactorings beschikbaar",
|
||||||
|
"source.label": "Bronactie...",
|
||||||
|
"editor.action.source.noneMessage": "Geen broncode acties beschikbaar",
|
||||||
|
"organizeImports.label": "Organiseer Imports",
|
||||||
|
"editor.action.organize.noneMessage": "Geen organiseer imports actie beschikbaar"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/comment/comment": {
|
||||||
|
"comment.line": "Regelopmerking in-/uitschakelen",
|
||||||
|
"miToggleLineComment": "&&Regelopmerking in-/uitschakelen",
|
||||||
|
"comment.line.add": "Regelcommentaar toevoegen",
|
||||||
|
"comment.line.remove": "Regelcommentaar verwijderen",
|
||||||
|
"comment.block": "Blokopmerking in-/uitschakelen",
|
||||||
|
"miToggleBlockComment": "&&Blokopmerking in-/uitschakelen"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/contextmenu/contextmenu": {
|
||||||
|
"action.showContextMenu.label": "Snelmenu van editor weergeven"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/cursorUndo/cursorUndo": {
|
||||||
|
"cursor.undo": "Soft Ongedaan Maken"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/find/findController": {
|
||||||
|
"startFindAction": "Zoeken",
|
||||||
|
"miFind": "&&Zoeken",
|
||||||
|
"startFindWithSelectionAction": "Zoeken met selectie",
|
||||||
|
"findNextMatchAction": "Zoek volgende",
|
||||||
|
"findPreviousMatchAction": "Zoek vorige",
|
||||||
|
"nextSelectionMatchFindAction": "Vind volgende selectie",
|
||||||
|
"previousSelectionMatchFindAction": "Vind vorige selectie",
|
||||||
|
"startReplace": "Vervangen",
|
||||||
|
"miReplace": "&&Vervangen"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/find/findWidget": {
|
||||||
|
"label.find": "Zoeken",
|
||||||
|
"placeholder.find": "Zoeken",
|
||||||
|
"label.previousMatchButton": "Vorige overeenkomst",
|
||||||
|
"label.nextMatchButton": "Volgende overeenkomst",
|
||||||
|
"label.toggleSelectionFind": "Zoeken in selectie",
|
||||||
|
"label.closeButton": "Sluiten",
|
||||||
|
"label.replace": "Vervangen",
|
||||||
|
"placeholder.replace": "Vervangen",
|
||||||
|
"label.replaceButton": "Vervangen",
|
||||||
|
"label.replaceAllButton": "Alles vervangen",
|
||||||
|
"label.toggleReplaceButton": "Wissel vervangingsmodus",
|
||||||
|
"title.matchesCountLimit": "Alleen de eerste {0} resultaten zijn gemarkeerd, maar alle zoek operaties werken op de gehele tekst.",
|
||||||
|
"label.matchesLocation": "{0} van {1}",
|
||||||
|
"label.noResults": "Geen resultaten"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/folding/folding": {
|
||||||
|
"unfoldAction.label": "Uitvouwen",
|
||||||
|
"unFoldRecursivelyAction.label": "Recursief uitvouwen",
|
||||||
|
"foldAction.label": "Opvouwen",
|
||||||
|
"foldRecursivelyAction.label": "Recursief opvouwen",
|
||||||
|
"foldAllBlockComments.label": "Vouw alle commentaarblokken samen",
|
||||||
|
"foldAllMarkerRegions.label": "Vouw alle regio's samen",
|
||||||
|
"unfoldAllMarkerRegions.label": "Alle regio's uitvouwen",
|
||||||
|
"foldAllAction.label": "Alles invouwen",
|
||||||
|
"unfoldAllAction.label": "Alles uitvouwen",
|
||||||
|
"foldLevelAction.label": "Uitvouw niveau {0}"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/fontZoom/fontZoom": {
|
||||||
|
"EditorFontZoomIn.label": "Editor Lettertype Zoom In",
|
||||||
|
"EditorFontZoomOut.label": "Editor Lettertype Zoom Uit",
|
||||||
|
"EditorFontZoomReset.label": "Editor Lettertype Zoom Resetten"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/format/formatActions": {
|
||||||
|
"hint11": "1 opmaakbewerking gemaakt op regel {0}",
|
||||||
|
"hintn1": "{0} opmaakbewerkingen gemaakt op regel {1}",
|
||||||
|
"hint1n": "1 opmaakbewerking gemaakt tussen regel {0} en {1}",
|
||||||
|
"hintnn": "{0} opmaakbewerkingen gemaakt tussen regel {1} en {2}",
|
||||||
|
"no.provider": "Er is geen opmaakmodule voor '{0}'-bestanden geïnstalleerd.",
|
||||||
|
"formatDocument.label": "Formatteer document",
|
||||||
|
"no.documentprovider": "Er is geen documentopmaakmodule voor '{0}'-bestanden geïnstalleerd.",
|
||||||
|
"formatSelection.label": "Formatteer selectie",
|
||||||
|
"no.selectionprovider": "Er is geen opmaakmodule voor '{0}'-bestanden geïnstalleerd."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/gotoError/gotoError": {
|
||||||
|
"markerAction.next.label": "Ga naar volgend probleem (fout, waarschuwing, info)",
|
||||||
|
"markerAction.previous.label": "Ga naar vorig probleem (fout, waarschuwing, info)",
|
||||||
|
"markerAction.nextInFiles.label": "Ga naar het volgende probleem in Bestanden (Fout, Waarschuwing, Info)",
|
||||||
|
"markerAction.previousInFiles.label": "Ga naar het vorige probleem in Bestanden (Fout, Waarschuwing, Info)"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/gotoError/gotoErrorWidget": {
|
||||||
|
"title.wo_source": "({0}/{1})",
|
||||||
|
"editorMarkerNavigationError": "Kleur voor markering van fouten in de editor foutnavigatie widget.",
|
||||||
|
"editorMarkerNavigationWarning": "Kleur voor markering van waarschuwingen in de editor foutnavigatie widget.",
|
||||||
|
"editorMarkerNavigationInfo": "Kleur voor markering van informatieve meldingen in de editor foutnavigatie widget.",
|
||||||
|
"editorMarkerNavigationBackground": "Achtergrondkleur voor markeringen in de editor foutnavigatie widget."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/hover/hover": {
|
||||||
|
"showHover": "Toon muisfocus"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/hover/modesContentHover": {
|
||||||
|
"modesContentHover.loading": "Laden..."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/indentation/indentation": {
|
||||||
|
"indentationToSpaces": "Converteer inspringing naar spaties",
|
||||||
|
"indentationToTabs": "Converteer inspringing naar tabs",
|
||||||
|
"configuredTabSize": "Geconfigureerde tabgrootte",
|
||||||
|
"selectTabWidth": "Selecteer tabgrootte voor het huidige bestand",
|
||||||
|
"indentUsingTabs": "Spring in met tabs",
|
||||||
|
"indentUsingSpaces": "Spring in met spaties",
|
||||||
|
"detectIndentation": "Detecteer inspringen op basis van de inhoud",
|
||||||
|
"editor.reindentlines": "Regels opnieuw inspringen",
|
||||||
|
"editor.reindentselectedlines": "Geselecteerde regels opnieuw laten inspringen"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace": {
|
||||||
|
"InPlaceReplaceAction.previous.label": "Vervang door vorige waarde",
|
||||||
|
"InPlaceReplaceAction.next.label": "Vervang door volgende waarde"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/linesOperations/linesOperations": {
|
||||||
|
"lines.copyUp": "Kopieer regel omhoog",
|
||||||
|
"lines.copyDown": "Kopieer regel omlaag",
|
||||||
|
"lines.moveUp": "Verplaats regel omhoog",
|
||||||
|
"lines.moveDown": "Verplaats regel omlaag",
|
||||||
|
"lines.sortAscending": "Sorteer regels oplopend",
|
||||||
|
"lines.sortDescending": "Sorteer regels aflopend",
|
||||||
|
"lines.trimTrailingWhitespace": "Volgspaties knippen",
|
||||||
|
"lines.delete": "Verwijder regel",
|
||||||
|
"lines.indent": "Regel laten inspringen",
|
||||||
|
"lines.outdent": "Regel laten uitspringen",
|
||||||
|
"lines.insertBefore": "Voeg regel boven in",
|
||||||
|
"lines.insertAfter": "Voeg regel onder in",
|
||||||
|
"lines.deleteAllLeft": "Verwijder alles links",
|
||||||
|
"lines.deleteAllRight": "Verwijder alles rechts",
|
||||||
|
"lines.joinLines": "Regels samenvoegen",
|
||||||
|
"editor.transpose": "Zet tekens om rond de cursor",
|
||||||
|
"editor.transformToUppercase": "In hoofdletters omzetten",
|
||||||
|
"editor.transformToLowercase": "In kleine letters omzetten"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/links/links": {
|
||||||
|
"links.navigate.mac": "Cmd + klik om koppeling te volgen",
|
||||||
|
"links.navigate": "Ctrl + klik om koppeling te volgen",
|
||||||
|
"links.command.mac": "Cmd + klik om opdracht uit te voeren",
|
||||||
|
"links.command": "Ctrl + klik om opdracht uit te voeren",
|
||||||
|
"links.navigate.al.mac": "Option + klik om de link te openen",
|
||||||
|
"links.navigate.al": "Alt + klik om koppeling te volgen",
|
||||||
|
"links.command.al.mac": "Option + klik om de opdracht uit te voeren",
|
||||||
|
"links.command.al": "Alt + klik om opdracht uit te voeren",
|
||||||
|
"invalid.url": "Kon de koppeling niet openen omdat het niet juist gevormd is: {0}",
|
||||||
|
"missing.url": "Kon deze koppeling niet openen omdat het doel ontbreekt.",
|
||||||
|
"label": "Open koppeling"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/message/messageController": {
|
||||||
|
"editor.readonly": "Bewerken niet mogelijk in een alleen-lezen editor."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/multicursor/multicursor": {
|
||||||
|
"mutlicursor.insertAbove": "Voeg cursor boven in",
|
||||||
|
"mutlicursor.insertBelow": "Voeg cursor onder in",
|
||||||
|
"mutlicursor.insertAtEndOfEachLineSelected": "Plaats cursors op regeleinden",
|
||||||
|
"addSelectionToNextFindMatch": "Voeg selectie toe aan volgende gevonden overeenkomst",
|
||||||
|
"addSelectionToPreviousFindMatch": "Voeg selectie toe aan vorige gevonden overeenkomst",
|
||||||
|
"moveSelectionToNextFindMatch": "Selectie verplaatsen naar volgende gevonden overeenkomst",
|
||||||
|
"moveSelectionToPreviousFindMatch": "Selectie verplaatsen naar vorige gevonden overeenkomst",
|
||||||
|
"selectAllOccurrencesOfFindMatch": "Selecteer alle gevonden overeenkomsten",
|
||||||
|
"changeAll.label": "Wijzig alle voorkomens"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/parameterHints/parameterHints": {
|
||||||
|
"parameterHints.trigger.label": "Parameterhints activeren"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget": {
|
||||||
|
"hint": "{0}, suggestie"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/rename/rename": {
|
||||||
|
"no result": "Geen resultaten.",
|
||||||
|
"aria": "'{0}' succesvol hernoemd naar '{1}'. Samenvatting: {2}",
|
||||||
|
"rename.failed": "Hernoemen mislukt.",
|
||||||
|
"rename.label": "Wijzig naam van symbool"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/rename/renameInputField": {
|
||||||
|
"renameAriaLabel": "Wijzig de naam van de invoer. Typ de nieuwe naam en druk enter om te bevestigen."
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/smartSelect/smartSelect": {
|
||||||
|
"smartSelect.grow": "Selectie uitbreiden",
|
||||||
|
"smartSelect.shrink": "Selectie inkorten"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/snippet/snippetVariables": {
|
||||||
|
"Sunday": "Zondag",
|
||||||
|
"Monday": "Maandag",
|
||||||
|
"Tuesday": "Dinsdag",
|
||||||
|
"Wednesday": "Woensdag",
|
||||||
|
"Thursday": "Donderdag",
|
||||||
|
"Friday": "Vrijdag",
|
||||||
|
"Saturday": "Zaterdag",
|
||||||
|
"SundayShort": "Zo",
|
||||||
|
"MondayShort": "Ma",
|
||||||
|
"TuesdayShort": "Di",
|
||||||
|
"WednesdayShort": "Wo",
|
||||||
|
"ThursdayShort": "Do",
|
||||||
|
"FridayShort": "Vr",
|
||||||
|
"SaturdayShort": "Za",
|
||||||
|
"January": "Januari",
|
||||||
|
"February": "Februari",
|
||||||
|
"March": "Maart",
|
||||||
|
"April": "April",
|
||||||
|
"May": "Mei",
|
||||||
|
"June": "Juni",
|
||||||
|
"July": "Juli",
|
||||||
|
"August": "Augustus",
|
||||||
|
"September": "September",
|
||||||
|
"October": "Oktober",
|
||||||
|
"November": "November",
|
||||||
|
"December": "December",
|
||||||
|
"JanuaryShort": "Jan",
|
||||||
|
"FebruaryShort": "Feb",
|
||||||
|
"MarchShort": "Mrt",
|
||||||
|
"AprilShort": "Apr",
|
||||||
|
"MayShort": "Mei",
|
||||||
|
"JuneShort": "Jun",
|
||||||
|
"JulyShort": "Jul",
|
||||||
|
"AugustShort": "Aug",
|
||||||
|
"SeptemberShort": "Sep",
|
||||||
|
"OctoberShort": "Okt",
|
||||||
|
"NovemberShort": "Nov",
|
||||||
|
"DecemberShort": "Dec"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/suggest/suggestController": {
|
||||||
|
"arai.alert.snippet": "Het accepteren van {0} heeft ten gevolge dat de volgende tekst is toegevoegd: {1}",
|
||||||
|
"suggest.trigger.label": "Activeer suggestie"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/suggest/suggestWidget": {
|
||||||
|
"editorSuggestWidgetBackground": "Achtergrondkleur van de suggestiewidget",
|
||||||
|
"editorSuggestWidgetBorder": "Randkleur van de suggestiewidget",
|
||||||
|
"editorSuggestWidgetForeground": "Voorgrondkleur van de suggestiewidget",
|
||||||
|
"editorSuggestWidgetSelectedBackground": "Achtergrondkleur van de geselecteerde invoer in de suggestiewidget.",
|
||||||
|
"editorSuggestWidgetHighlightForeground": "Kleur van de overeenkomende markeringen in de suggestiewidget.",
|
||||||
|
"readMore": "Lees meer...{0}",
|
||||||
|
"readLess": "Lees minder...{0}",
|
||||||
|
"suggestWidget.loading": "Laden...",
|
||||||
|
"suggestWidget.noSuggestions": "Geen suggesties.",
|
||||||
|
"suggestionAriaAccepted": "{0}, geaccepteerd",
|
||||||
|
"ariaCurrentSuggestion": "{0}, suggestie",
|
||||||
|
"ariaCurrentSuggestionWithDetails": "{0}, suggestie, heeft details"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": {
|
||||||
|
"toggle.tabMovesFocus": "Schakel tab-toets verplaatst de focus"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter": {
|
||||||
|
"wordHighlight": "De achtergrondkleur van een symbool tijdens lees-toegang, zoals het lezen van een variabele. De kleur mag niet ondoorzichtig zijn om afdekken van onderliggende decoraties te voorkomen.",
|
||||||
|
"wordHighlightStrong": "De achtergrondkleur van een symbool tijdens schrijf-toegang, zoals het schrijven van een variabele. De kleur mag niet ondoorzichtig zijn om afdekken van onderliggende decoraties te voorkomen.",
|
||||||
|
"wordHighlightBorder": "Randkleur van een symbool tijdens leestoegang, zoals bij het lezen van een variabele.",
|
||||||
|
"wordHighlightStrongBorder": "Randkleur van een symbool tijdens schrijftoegang, zoals bij het schrijven naar een variabele.",
|
||||||
|
"overviewRulerWordHighlightForeground": "Markeringskleur voor het aangeven van symbolen in de overzichtsliniaal. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"overviewRulerWordHighlightStrongForeground": "Markeringskleur voor het aangeven van schrijftoegang-symbolen in de overzichtsliniaal. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"wordHighlight.next.label": "Ga naar volgende symbool accentuering",
|
||||||
|
"wordHighlight.previous.label": "Ga naar vorige symbool accentuering"
|
||||||
|
},
|
||||||
|
"vs/platform/configuration/common/configurationRegistry": {
|
||||||
|
"defaultConfigurations.title": "Aanpassingen van de standaardconfiguratie.",
|
||||||
|
"overrideSettings.description": "Configureer de instellingen van de editor die voor de {0} taal overschreven moeten worden.",
|
||||||
|
"overrideSettings.defaultDescription": "Configureer de instellingen van de editor die voor een taal overschreven moeten worden.",
|
||||||
|
"config.property.languageDefault": "Kan '{0}' niet registreren. Dit komt overeen met de eigenschap met patroon '\\\\[.*\\\\]$' voor het beschrijven van specifieke editor taalinstellingen. Gebruik 'configurationDefaults'.",
|
||||||
|
"config.property.duplicate": "Kan '{0}' niet registreren. Deze eigenschap is al geregistreerd."
|
||||||
|
},
|
||||||
|
"vs/platform/dialogs/common/dialogs": {
|
||||||
|
"moreFile": "...1 extra bestand niet getoond",
|
||||||
|
"moreFiles": "...{0} extra bestanden niet getoond"
|
||||||
|
},
|
||||||
|
"vs/platform/keybinding/common/abstractKeybindingService": {
|
||||||
|
"first.chord": "Er is op ({0}) gedrukt. Er wordt gewacht op het indrukken van de tweede toets...",
|
||||||
|
"missing.chord": "De toetsencombinatie ({0}, {1}) is geen opdracht."
|
||||||
|
},
|
||||||
|
"vs/platform/label/common/label": {
|
||||||
|
"untitledWorkspace": "Naamloos (werkruimte)",
|
||||||
|
"workspaceNameVerbose": "{0} (Werkruimte)",
|
||||||
|
"workspaceName": "{0} (Werkruimte)"
|
||||||
|
},
|
||||||
|
"vs/platform/list/browser/listService": {
|
||||||
|
"workbenchConfigurationTitle": "Werkbank",
|
||||||
|
"multiSelectModifier.ctrlCmd": "Vertaalt zich naar 'Control' op Windows en Linux en 'Command' op macOS.",
|
||||||
|
"multiSelectModifier.alt": "Vertaalt zich naar 'Alt' op Windows en Linux en 'Option' op macOS.",
|
||||||
|
"horizontalScrolling setting": "Hiermee bepaalt u of boomstructuren horizontaal scrollen ondersteunen in de werkbank."
|
||||||
|
},
|
||||||
|
"vs/platform/markers/common/markers": {
|
||||||
|
"sev.error": "Fout",
|
||||||
|
"sev.warning": "Waarschuwing",
|
||||||
|
"sev.info": "Info"
|
||||||
|
},
|
||||||
|
"vs/platform/theme/common/colorRegistry": {
|
||||||
|
"schema.colors": "Kleuren die worden gebruikt in de workbench.",
|
||||||
|
"foreground": "Algemene voorgrondkleur. Deze kleur wordt alleen gebruikt wanneer deze niet door een component wordt overschreven.",
|
||||||
|
"errorForeground": "Algemene voorgrondkleur voor foutberichten. Deze kleur wordt alleen gebruikt als dat niet door een component wordt overschreven.",
|
||||||
|
"descriptionForeground": "Voorgrondkleur voor beschrijvende tekst met aanvullende informatie, bijvoorbeeld voor een label.",
|
||||||
|
"focusBorder": "Algemene randkleur voor actieve elementen. Deze kleur wordt alleen gebruikt wanneer dit niet door een component wordt overschreven.",
|
||||||
|
"contrastBorder": "Een extra rand rondom de elementen om ze te scheiden van andere elementen voor meer contrast.",
|
||||||
|
"activeContrastBorder": "Een extra rand rondom actieve elementen om ze te scheiden van andere elementen voor meer contrast.",
|
||||||
|
"selectionBackground": "De achtergrondkleur van tekstselecties in de workbench (bijv. voor invoervelden of tekstgebieden). Merk op dat dit niet van toepassing is op selecties binnen de editor.",
|
||||||
|
"textSeparatorForeground": "Kleur voor scheidingstekens.",
|
||||||
|
"textLinkForeground": "Voorgrondkleur van links in de tekst.",
|
||||||
|
"textLinkActiveForeground": "Voorgrondkleur voor links in tekst bij klikken en bij aanwijzen met muis.",
|
||||||
|
"textPreformatForeground": "Voorgrondkleur van voorgeformatteerde tekstsegmenten.",
|
||||||
|
"textBlockQuoteBackground": "Achtergrondkleur voor blok citaten in tekst.",
|
||||||
|
"textBlockQuoteBorder": "Randkleur voor blok citaten in tekst.",
|
||||||
|
"textCodeBlockBackground": "Achtergrondkleur voor codeblokken in tekst.",
|
||||||
|
"widgetShadow": "Kleur van de schaduw voor widgets, zoals zoek/vervang, in de editor",
|
||||||
|
"inputBoxBackground": "Achtergrond van het invoerveld",
|
||||||
|
"inputBoxForeground": "Voorgrond van het invoerveld",
|
||||||
|
"inputBoxBorder": "Rand van het invoerveld",
|
||||||
|
"inputBoxActiveOptionBorder": "Randkleur van de geactiveerde opties in de invoervelden",
|
||||||
|
"inputPlaceholderForeground": "Voorgrondkleur van de placeholdertekst in het invoerveld",
|
||||||
|
"inputValidationInfoBackground": "Invoervalidatie achtergrondkleur voor informatie.",
|
||||||
|
"inputValidationInfoBorder": "Invoervalidatie randkleur voor informatie.",
|
||||||
|
"inputValidationWarningBackground": "Achtergrondkleur bij invoervalidatie voor melding van de ernst waarschuwing.",
|
||||||
|
"inputValidationWarningBorder": "Invoervalidatie randkleur voor waarschuwing.",
|
||||||
|
"inputValidationErrorBackground": "Achtergrondkleur bij invoervalidatie voor melding van de ernst fout.",
|
||||||
|
"inputValidationErrorBorder": "Invoervalidatie randkleur voor fout.",
|
||||||
|
"dropdownBackground": "Dropdown achtergrond.",
|
||||||
|
"dropdownListBackground": "Dropdown lijst achtergrond.",
|
||||||
|
"dropdownForeground": "Dropdown voorgrond.",
|
||||||
|
"dropdownBorder": "Dropdown rand.",
|
||||||
|
"listFocusBackground": "Achtergrondkleur van lijst/boom voor het item met focus wanneer de lijst/boom actief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listFocusForeground": "Voorgrondkleur van lijst/boom voor het item met focus wanneer de lijst/boom actief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listActiveSelectionBackground": "Achtergrondkleur lijst/boom voor het geselecteerde item wanneer de lijst/boom actief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listActiveSelectionForeground": "Voorgrondkleur lijst/boom voor het geselecteerde item wanneer de lijst/boom actief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listInactiveSelectionBackground": "Achtergrondkleur lijst/boom voor het geselecteerde item wanneer de lijst/boom inactief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listInactiveSelectionForeground": "Voorgrondkleur lijst/boom voor het geselecteerde item wanneer de lijst/boom inactief is. Een actieve lijst/boom reageert op invoer van het toetsenbord, een inactieve niet.",
|
||||||
|
"listHoverBackground": "Achtergrond lijst/boom wanneer de muis over items zweeft.",
|
||||||
|
"listHoverForeground": "Voorgrond lijst/boom wanneer de muis over items zweeft.",
|
||||||
|
"listDropBackground": "Achtergond lijst/boom voor verslepen wanneer items met de muis worden verplaatst.",
|
||||||
|
"highlight": "Voorgrondkleur lijst/boom van de gevonden-markeringen bij zoeken in de lijst/boom.",
|
||||||
|
"invalidItemForeground": "Voorgrondkleur lijst/boom voor ongeldige items, bijvoorbeeld een niet gevonden hoofdmap in de verkenner.",
|
||||||
|
"listErrorForeground": "Voorgrondkleur van items in de lijst met fouten.",
|
||||||
|
"listWarningForeground": "Voorgrondkleur van items in de lijst met waarschuwingen.",
|
||||||
|
"pickerGroupForeground": "Snelkiezer kleur voor groep labels.",
|
||||||
|
"pickerGroupBorder": "Snelkiezer kleur voor groep randen.",
|
||||||
|
"buttonForeground": "Voorgrondkleur van de knop.",
|
||||||
|
"buttonBackground": "Achtergrondkleur van de knop.",
|
||||||
|
"buttonHoverBackground": "Knop achtergrondkleur wanneer de cursor erop staat.",
|
||||||
|
"badgeBackground": "Achtergrondkleur van de badge. Een badge is een klein label met informatie, zoals het aantal zoekresultaten",
|
||||||
|
"badgeForeground": "Voorgrondkleur van de badge. Een badge is een klein label met informatie, zoals het aantal zoekresultaten.",
|
||||||
|
"scrollbarShadow": "Schaduw van de schuifbalk om aan te geven dat de weergave is verschoven.",
|
||||||
|
"scrollbarSliderBackground": "Achtergrondkleur van de schuifbalkregelaar.",
|
||||||
|
"scrollbarSliderHoverBackground": "Achtergrondkleur van de schuifbalkregelaar bij muisfocus",
|
||||||
|
"scrollbarSliderActiveBackground": "Achtergrondkleur van schuifbalkregelaar bij klikken.",
|
||||||
|
"progressBarBackground": "Achtergrondkleur van de voortgangsbalk die bij langlopende bewerkingen weergegeven kan worden.",
|
||||||
|
"editorBackground": "Achtergrondkleur van de editor.",
|
||||||
|
"editorForeground": "Standaard voorgrondkleur van de editor.",
|
||||||
|
"editorWidgetBackground": "Achtergrondkleur van widgets in de editor, zoals zoek/vervang.",
|
||||||
|
"editorWidgetBorder": "Randkleur van widgets in de editor. De kleur wordt enkel gebruikt als de widget een rand heeft en de kleur niet wordt overschreven door de widget zelf.",
|
||||||
|
"editorWidgetResizeBorder": "Randkleur van de formaatbalk van widgets in de editor. De kleur wordt enkel gebruikt als de widget een rand heeft en de kleur niet wordt overschreven door de widget zelf.",
|
||||||
|
"editorSelectionBackground": "Kleur van de selectie in de editor",
|
||||||
|
"editorSelectionForeground": "Kleur van de geselecteerde tekst voor hoog contrast.",
|
||||||
|
"editorInactiveSelection": "Kleur van de selectie in een niet-actieve editor. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"editorSelectionHighlight": "Kleur van de gebieden met dezelfde inhoud als de selectie. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"editorSelectionHighlightBorder": "Randkleur van de gebieden met dezelfde inhoud als de selectie.",
|
||||||
|
"editorFindMatch": "Kleur van de huidige gevonden overeenkomst.",
|
||||||
|
"findMatchHighlight": "Kleur van de andere overeenkomsten met de zoekterm. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"findRangeHighlight": "Kleur voor het bereik van de zoekopdracht. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"editorFindMatchBorder": "Randkleur van de huidige gevonden overeenkomst.",
|
||||||
|
"findMatchHighlightBorder": "Randkleur van de andere gevonden overeenkomsten.",
|
||||||
|
"findRangeHighlightBorder": "Randkleur voor het bereik van de zoekopdracht. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"hoverHighlight": "Kleur van de markering onder het woord waarvoor een muisfocus wordt getoond. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen. ",
|
||||||
|
"hoverBackground": "Achtergrondkleur van de editor bij muisfocus.",
|
||||||
|
"hoverBorder": "Randkleur van de editor bij muisfocus.",
|
||||||
|
"activeLinkForeground": "Kleur van actieve koppelingen.",
|
||||||
|
"diffEditorInserted": "Achtergrondkleur voor tekst die werd toegevoegd. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"diffEditorRemoved": "Achtergrondkleur voor tekst die werd verwijderd. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"diffEditorInsertedOutline": "Kleur van omlijning van toegevoegde tekst.",
|
||||||
|
"diffEditorRemovedOutline": "Kleur van omlijning van verwijderde tekst.",
|
||||||
|
"mergeCurrentHeaderBackground": "Achtergrondkleur van huidige kop in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"mergeCurrentContentBackground": "Achtergrondkleur van huidige inhoud in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen. ",
|
||||||
|
"mergeIncomingHeaderBackground": "Achtergrondkleur van binnenkomende kop in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen. ",
|
||||||
|
"mergeIncomingContentBackground": "Achtergrondkleur van binnenkomende inhoud in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"mergeCommonHeaderBackground": "Achtergrondkleur van de kop van overeenkomende ouder in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"mergeCommonContentBackground": "Achtergrondkleur van de inhoud van de overeenkomende ouder in inline samenvoegconflicten. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"mergeBorder": "Randkleur van de koppen en de splitser in samenvoegconflicten.",
|
||||||
|
"overviewRulerCurrentContentForeground": "Voorgrondkleur van de huidige tekst overzichtsliniaal voor inline samenvoegconflicten.",
|
||||||
|
"overviewRulerIncomingContentForeground": "Voorgrondkleur van de inkomende tekst overzichtsliniaal voor inline samenvoegconflicten.",
|
||||||
|
"overviewRulerCommonContentForeground": "Voorgrondkleur van de gezamenlijke ouder overzichtsliniaal voor inline samenvoegconflicten.",
|
||||||
|
"overviewRulerFindMatchForeground": "Markeringskleur voor gevonden overeenkomsten in de overzichtsliniaal. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen.",
|
||||||
|
"overviewRulerSelectionHighlightForeground": "Markeringskleur voor selecties in de overzichtsliniaal. De kleur moet doorzichtig zijn, zodat de onderliggende opmaak niet wordt verborgen. "
|
||||||
|
},
|
||||||
|
"vs/platform/workspaces/common/workspaces": {
|
||||||
|
"codeWorkspace": "Code Werkruimte"
|
||||||
|
}
|
||||||
|
}};
|
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/pl.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/pl.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
616
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ps.js
vendored
Normal file
616
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ps.js
vendored
Normal file
@ -0,0 +1,616 @@
|
|||||||
|
this.MonacoEnvironment = this.MonacoEnvironment || {}; this.MonacoEnvironment.Locale = {language: 'ps', data: {
|
||||||
|
"vs/base/browser/ui/actionbar/actionbar": {
|
||||||
|
"titleLabel": "[{0} ({1})]"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/aria/aria": {
|
||||||
|
"repeated": "[{0} (ooccuurreed aagaaiin)]"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/findinput/findInput": {
|
||||||
|
"defaultLabel": "[iinpuut]"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/findinput/findInputCheckboxes": {
|
||||||
|
"caseDescription": "[Maatch Caasee]",
|
||||||
|
"wordsDescription": "[Maatch Whoolee Woord]",
|
||||||
|
"regexDescription": "[Usee Reeguulaar Expreessiioon]"
|
||||||
|
},
|
||||||
|
"vs/base/browser/ui/inputbox/inputBox": {
|
||||||
|
"alertErrorMessage": "[Erroor: {0}]",
|
||||||
|
"alertWarningMessage": "[Waarniing: {0}]",
|
||||||
|
"alertInfoMessage": "[Infoo: {0}]"
|
||||||
|
},
|
||||||
|
"vs/base/common/errorMessage": {
|
||||||
|
"stackTrace.format": "[{0}: {1}]",
|
||||||
|
"error.defaultMessage": "[An uunknoown eerroor ooccuurreed. Pleeaasee coonsuult thee loog foor mooree deetaaiils.]",
|
||||||
|
"nodeExceptionMessage": "[A systeem eerroor ooccuurreed ({0})]",
|
||||||
|
"error.moreErrors": "[{0} ({1} eerroors iin tootaal)]"
|
||||||
|
},
|
||||||
|
"vs/base/common/keybindingLabels": {
|
||||||
|
"ctrlKey": "[Ctrl]",
|
||||||
|
"shiftKey": "[Shiift]",
|
||||||
|
"altKey": "[Alt]",
|
||||||
|
"windowsKey": "[Wiindoows]",
|
||||||
|
"ctrlKey.long": "[Coontrool]",
|
||||||
|
"shiftKey.long": "[Shiift]",
|
||||||
|
"altKey.long": "[Alt]",
|
||||||
|
"cmdKey.long": "[Coommaand]",
|
||||||
|
"windowsKey.long": "[Wiindoows]"
|
||||||
|
},
|
||||||
|
"vs/base/common/severity": {
|
||||||
|
"sev.error": "[Erroor]",
|
||||||
|
"sev.warning": "[Waarniing]",
|
||||||
|
"sev.info": "[Infoo]"
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/codeEditorWidget": {
|
||||||
|
"cursors.maximum": "[Thee nuumbeer oof cuursoors haas beeeen liimiiteed too {0}.]"
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/diffEditorWidget": {
|
||||||
|
"diff.tooLarge": "[Caannoot coompaaree fiilees beecaauusee oonee fiilee iis toooo laargee.]"
|
||||||
|
},
|
||||||
|
"vs/editor/browser/widget/diffReview": {
|
||||||
|
"label.close": "[Cloosee]",
|
||||||
|
"no_lines": "[noo liinees]",
|
||||||
|
"one_line": "[1 liinee]",
|
||||||
|
"more_lines": "[{0} liinees]",
|
||||||
|
"header": "[Diiffeereencee {0} oof {1}: ooriigiinaal {2}, {3}, moodiifiieed {4}, {5}]",
|
||||||
|
"blankLine": "[blaank]",
|
||||||
|
"equalLine": "[ooriigiinaal {0}, moodiifiieed {1}: {2}]",
|
||||||
|
"insertLine": "[+ moodiifiieed {0}: {1}]",
|
||||||
|
"deleteLine": "[- ooriigiinaal {0}: {1}]",
|
||||||
|
"editor.action.diffReview.next": "[Goo too Neext Diiffeereencee]",
|
||||||
|
"editor.action.diffReview.prev": "[Goo too Preeviioouus Diiffeereencee]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/config/commonEditorConfig": {
|
||||||
|
"editorConfigurationTitle": "[Ediitoor]",
|
||||||
|
"fontFamily": "[Coontrools thee foont faamiily.]",
|
||||||
|
"fontWeight": "[Coontrools thee foont weeiight.]",
|
||||||
|
"fontSize": "[Coontrools thee foont siizee iin piixeels.]",
|
||||||
|
"lineHeight": "[Coontrools thee liinee heeiight. Usee 0 too coompuutee thee liineeHeeiight froom thee foontSiizee.]",
|
||||||
|
"letterSpacing": "[Coontrools thee leetteer spaaciing iin piixeels.]",
|
||||||
|
"lineNumbers.off": "[Liinee nuumbeers aaree noot reendeereed.]",
|
||||||
|
"lineNumbers.on": "[Liinee nuumbeers aaree reendeereed aas aabsooluutee nuumbeer.]",
|
||||||
|
"lineNumbers.relative": "[Liinee nuumbeers aaree reendeereed aas diistaancee iin liinees too cuursoor poosiitiioon.]",
|
||||||
|
"lineNumbers.interval": "[Liinee nuumbeers aaree reendeereed eeveery 10 liinees.]",
|
||||||
|
"lineNumbers": "[Coontrools thee diisplaay oof liinee nuumbeers.]",
|
||||||
|
"rulers": "[Reendeer veertiicaal ruuleers aafteer aa ceertaaiin nuumbeer oof moonoospaacee chaaraacteers. Usee muultiiplee vaaluuees foor muultiiplee ruuleers. Noo ruuleers aaree draawn iif aarraay iis eempty]",
|
||||||
|
"wordSeparators": "[Chaaraacteers thaat wiill bee uuseed aas woord seepaaraatoors wheen dooiing woord reelaateed naaviigaatiioons oor oopeeraatiioons]",
|
||||||
|
"tabSize": "[Thee nuumbeer oof spaacees aa taab iis eequuaal too. Thiis seettiing iis ooveerriiddeen baaseed oon thee fiilee coonteents wheen `eediitoor.deeteectIndeentaatiioon` iis oon.]",
|
||||||
|
"tabSize.errorMessage": "[Expeecteed 'nuumbeer'. Nootee thaat thee vaaluuee \"aauutoo\" haas beeeen reeplaaceed by thee `eediitoor.deeteectIndeentaatiioon` seettiing.]",
|
||||||
|
"insertSpaces": "[Inseert spaacees wheen preessiing Taab. Thiis seettiing iis ooveerriiddeen baaseed oon thee fiilee coonteents wheen `eediitoor.deeteectIndeentaatiioon` iis oon.]",
|
||||||
|
"insertSpaces.errorMessage": "[Expeecteed 'booooleeaan'. Nootee thaat thee vaaluuee \"aauutoo\" haas beeeen reeplaaceed by thee `eediitoor.deeteectIndeentaatiioon` seettiing.]",
|
||||||
|
"detectIndentation": "[Wheen oopeeniing aa fiilee, `eediitoor.taabSiizee` aand `eediitoor.iinseertSpaacees` wiill bee deeteecteed baaseed oon thee fiilee coonteents.]",
|
||||||
|
"roundedSelection": "[Coontrools iif seeleectiioons haavee roouundeed coorneers]",
|
||||||
|
"scrollBeyondLastLine": "[Coontrools iif thee eediitoor wiill scrooll beeyoond thee laast liinee]",
|
||||||
|
"scrollBeyondLastColumn": "[Coontrools iif thee eediitoor wiill scrooll beeyoond thee laast cooluumn]",
|
||||||
|
"smoothScrolling": "[Coontrools iif thee eediitoor wiill scrooll uusiing aan aaniimaatiioon]",
|
||||||
|
"minimap.enabled": "[Coontrools iif thee miiniimaap iis shoown]",
|
||||||
|
"minimap.side": "[Coontrools thee siidee wheeree too reendeer thee miiniimaap.]",
|
||||||
|
"minimap.showSlider": "[Coontrools wheetheer thee miiniimaap sliideer iis aauutoomaatiicaally hiiddeen.]",
|
||||||
|
"minimap.renderCharacters": "[Reendeer thee aactuuaal chaaraacteers oon aa liinee (aas ooppooseed too cooloor bloocks)]",
|
||||||
|
"minimap.maxColumn": "[Liimiit thee wiidth oof thee miiniimaap too reendeer aat moost aa ceertaaiin nuumbeer oof cooluumns]",
|
||||||
|
"find.seedSearchStringFromSelection": "[Coontrools iif wee seeeed thee seeaarch striing iin Fiind Wiidgeet froom eediitoor seeleectiioon]",
|
||||||
|
"find.autoFindInSelection": "[Coontrools iif Fiind iin Seeleectiioon flaag iis tuurneed oon wheen muultiiplee chaaraacteers oor liinees oof teext aaree seeleecteed iin thee eediitoor]",
|
||||||
|
"find.globalFindClipboard": "[Coontrools iif thee Fiind Wiidgeet shoouuld reeaad oor moodiify thee shaareed fiind cliipbooaard oon maacOS]",
|
||||||
|
"wordWrap.off": "[Liinees wiill neeveer wraap.]",
|
||||||
|
"wordWrap.on": "[Liinees wiill wraap aat thee viieewpoort wiidth.]",
|
||||||
|
"wordWrap.wordWrapColumn": "[Liinees wiill wraap aat `eediitoor.woordWraapCooluumn`.]",
|
||||||
|
"wordWrap.bounded": "[Liinees wiill wraap aat thee miiniimuum oof viieewpoort aand `eediitoor.woordWraapCooluumn`.]",
|
||||||
|
"wordWrap": "[Coontrools hoow liinees shoouuld wraap. Caan bee:\n - 'ooff' (diisaablee wraappiing),\n - 'oon' (viieewpoort wraappiing),\n - 'woordWraapCooluumn' (wraap aat `eediitoor.woordWraapCooluumn`) oor\n - 'boouundeed' (wraap aat miiniimuum oof viieewpoort aand `eediitoor.woordWraapCooluumn`).]",
|
||||||
|
"wordWrapColumn": "[Coontrools thee wraappiing cooluumn oof thee eediitoor wheen `eediitoor.woordWraap` iis 'woordWraapCooluumn' oor 'boouundeed'.]",
|
||||||
|
"wrappingIndent": "[Coontrools thee iindeentaatiioon oof wraappeed liinees. Caan bee oonee oof 'noonee', 'saamee' oor 'iindeent'.]",
|
||||||
|
"mouseWheelScrollSensitivity": "[A muultiipliieer too bee uuseed oon thee `deeltaaX` aand `deeltaaY` oof moouusee wheeeel scrooll eeveents]",
|
||||||
|
"multiCursorModifier.ctrlCmd": "[Maaps too `Coontrool` oon Wiindoows aand Liinuux aand too `Coommaand` oon maacOS.]",
|
||||||
|
"multiCursorModifier.alt": "[Maaps too `Alt` oon Wiindoows aand Liinuux aand too `Optiioon` oon maacOS.]",
|
||||||
|
"multiCursorModifier": "[Thee moodiifiieer too bee uuseed too aadd muultiiplee cuursoors wiith thee moouusee. `ctrlCmd` maaps too `Coontrool` oon Wiindoows aand Liinuux aand too `Coommaand` oon maacOS. Thee Goo Too Deefiiniitiioon aand Opeen Liink moouusee geestuurees wiill aadaapt suuch thaat theey doo noot coonfliict wiith thee muultiicuursoor moodiifiieer.]",
|
||||||
|
"multiCursorMergeOverlapping": "[Meergee muultiiplee cuursoors wheen theey aaree ooveerlaappiing.]",
|
||||||
|
"quickSuggestions.strings": "[Enaablee quuiick suuggeestiioons iinsiidee striings.]",
|
||||||
|
"quickSuggestions.comments": "[Enaablee quuiick suuggeestiioons iinsiidee coommeents.]",
|
||||||
|
"quickSuggestions.other": "[Enaablee quuiick suuggeestiioons oouutsiidee oof striings aand coommeents.]",
|
||||||
|
"quickSuggestions": "[Coontrools iif suuggeestiioons shoouuld aauutoomaatiicaally shoow uup whiilee typiing]",
|
||||||
|
"quickSuggestionsDelay": "[Coontrools thee deelaay iin ms aafteer whiich quuiick suuggeestiioons wiill shoow uup]",
|
||||||
|
"parameterHints": "[Enaablees poop-uup thaat shoows paaraameeteer doocuumeentaatiioon aand typee iinfoormaatiioon aas yoouu typee]",
|
||||||
|
"autoClosingBrackets": "[Coontrools iif thee eediitoor shoouuld aauutoomaatiicaally cloosee braackeets aafteer oopeeniing theem]",
|
||||||
|
"formatOnType": "[Coontrools iif thee eediitoor shoouuld aauutoomaatiicaally foormaat thee liinee aafteer typiing]",
|
||||||
|
"formatOnPaste": "[Coontrools iif thee eediitoor shoouuld aauutoomaatiicaally foormaat thee paasteed coonteent. A foormaatteer muust bee aavaaiilaablee aand thee foormaatteer shoouuld bee aablee too foormaat aa raangee iin aa doocuumeent.]",
|
||||||
|
"autoIndent": "[Coontrools iif thee eediitoor shoouuld aauutoomaatiicaally aadjuust thee iindeentaatiioon wheen uuseers typee, paastee oor moovee liinees. Indeentaatiioon ruulees oof thee laanguuaagee muust bee aavaaiilaablee.]",
|
||||||
|
"suggestOnTriggerCharacters": "[Coontrools iif suuggeestiioons shoouuld aauutoomaatiicaally shoow uup wheen typiing triiggeer chaaraacteers]",
|
||||||
|
"acceptSuggestionOnEnter": "[Coontrools iif suuggeestiioons shoouuld bee aacceepteed oon 'Enteer' - iin aaddiitiioon too 'Taab'. Heelps too aavooiid aambiiguuiity beetweeeen iinseertiing neew liinees oor aacceeptiing suuggeestiioons. Thee vaaluuee 'smaart' meeaans oonly aacceept aa suuggeestiioon wiith Enteer wheen iit maakees aa teextuuaal chaangee]",
|
||||||
|
"acceptSuggestionOnCommitCharacter": "[Coontrools iif suuggeestiioons shoouuld bee aacceepteed oon coommiit chaaraacteers. Foor iinstaancee iin JaavaaScriipt thee seemii-cooloon (';') caan bee aa coommiit chaaraacteer thaat aacceepts aa suuggeestiioon aand typees thaat chaaraacteer.]",
|
||||||
|
"snippetSuggestions.top": "[Shoow sniippeet suuggeestiioons oon toop oof ootheer suuggeestiioons.]",
|
||||||
|
"snippetSuggestions.bottom": "[Shoow sniippeet suuggeestiioons beeloow ootheer suuggeestiioons.]",
|
||||||
|
"snippetSuggestions.inline": "[Shoow sniippeets suuggeestiioons wiith ootheer suuggeestiioons.]",
|
||||||
|
"snippetSuggestions.none": "[Doo noot shoow sniippeet suuggeestiioons.]",
|
||||||
|
"snippetSuggestions": "[Coontrools wheetheer sniippeets aaree shoown wiith ootheer suuggeestiioons aand hoow theey aaree soorteed.]",
|
||||||
|
"emptySelectionClipboard": "[Coontrools wheetheer coopyiing wiithoouut aa seeleectiioon coopiiees thee cuurreent liinee.]",
|
||||||
|
"wordBasedSuggestions": "[Coontrools wheetheer coompleetiioons shoouuld bee coompuuteed baaseed oon woords iin thee doocuumeent.]",
|
||||||
|
"suggestSelection.first": "[Alwaays seeleect thee fiirst suuggeestiioon.]",
|
||||||
|
"suggestSelection.recentlyUsed": "[Seeleect reeceent suuggeestiioons uunleess fuurtheer typiing seeleects oonee, ee.g. `coonsoolee.| -> coonsoolee.loog` beecaauusee `loog` haas beeeen coompleeteed reeceently.]",
|
||||||
|
"suggestSelection.recentlyUsedByPrefix": "[Seeleect suuggeestiioons baaseed oon preeviioouus preefiixees thaat haavee coompleeteed thoosee suuggeestiioons, ee.g. `coo -> coonsoolee` aand `coon -> coonst`.]",
|
||||||
|
"suggestSelection": "[Coontrools hoow suuggeestiioons aaree pree-seeleecteed wheen shoowiing thee suuggeest liist.]",
|
||||||
|
"suggestFontSize": "[Foont siizee foor thee suuggeest wiidgeet]",
|
||||||
|
"suggestLineHeight": "[Liinee heeiight foor thee suuggeest wiidgeet]",
|
||||||
|
"selectionHighlight": "[Coontrools wheetheer thee eediitoor shoouuld hiighliight siimiilaar maatchees too thee seeleectiioon]",
|
||||||
|
"occurrencesHighlight": "[Coontrools wheetheer thee eediitoor shoouuld hiighliight seemaantiic symbool ooccuurreencees]",
|
||||||
|
"overviewRulerLanes": "[Coontrools thee nuumbeer oof deecooraatiioons thaat caan shoow uup aat thee saamee poosiitiioon iin thee ooveerviieew ruuleer]",
|
||||||
|
"overviewRulerBorder": "[Coontrools iif aa boordeer shoouuld bee draawn aaroouund thee ooveerviieew ruuleer.]",
|
||||||
|
"cursorBlinking": "[Coontrool thee cuursoor aaniimaatiioon stylee.]",
|
||||||
|
"mouseWheelZoom": "[Zoooom thee foont oof thee eediitoor wheen uusiing moouusee wheeeel aand hooldiing Ctrl]",
|
||||||
|
"cursorStyle": "[Coontrools thee cuursoor stylee, aacceepteed vaaluuees aaree 'bloock', 'bloock-oouutliinee', 'liinee', 'liinee-thiin', 'uundeerliinee' aand 'uundeerliinee-thiin']",
|
||||||
|
"cursorWidth": "[Coontrools thee wiidth oof thee cuursoor wheen eediitoor.cuursoorStylee iis seet too 'liinee']",
|
||||||
|
"fontLigatures": "[Enaablees foont liigaatuurees]",
|
||||||
|
"hideCursorInOverviewRuler": "[Coontrools iif thee cuursoor shoouuld bee hiiddeen iin thee ooveerviieew ruuleer.]",
|
||||||
|
"renderWhitespace": "[Coontrools hoow thee eediitoor shoouuld reendeer whiiteespaacee chaaraacteers, poossiibiiliitiiees aaree 'noonee', 'boouundaary', aand 'aall'. Thee 'boouundaary' ooptiioon dooees noot reendeer siinglee spaacees beetweeeen woords.]",
|
||||||
|
"renderControlCharacters": "[Coontrools wheetheer thee eediitoor shoouuld reendeer coontrool chaaraacteers]",
|
||||||
|
"renderIndentGuides": "[Coontrools wheetheer thee eediitoor shoouuld reendeer iindeent guuiidees]",
|
||||||
|
"renderLineHighlight": "[Coontrools hoow thee eediitoor shoouuld reendeer thee cuurreent liinee hiighliight, poossiibiiliitiiees aaree 'noonee', 'guutteer', 'liinee', aand 'aall'.]",
|
||||||
|
"codeLens": "[Coontrools iif thee eediitoor shoows CoodeeLeens]",
|
||||||
|
"folding": "[Coontrools wheetheer thee eediitoor haas coodee fooldiing eenaableed]",
|
||||||
|
"foldingStrategyAuto": "[If aavaaiilaablee, uusee aa laanguuaagee speeciifiic fooldiing straateegy, ootheerwiisee faalls baack too thee iindeentaatiioon baaseed straateegy.]",
|
||||||
|
"foldingStrategyIndentation": "[Alwaays uusee thee iindeentaatiioon baaseed fooldiing straateegy]",
|
||||||
|
"foldingStrategy": "[Coontrools thee waay fooldiing raangees aaree coompuuteed. 'aauutoo' piicks uusees aa laanguuaagee speeciifiic fooldiing straateegy, iif aavaaiilaablee. 'iindeentaatiioon' foorcees thaat thee iindeentaatiioon baaseed fooldiing straateegy iis uuseed.]",
|
||||||
|
"showFoldingControls": "[Coontrools wheetheer thee foold coontrools oon thee guutteer aaree aauutoomaatiicaally hiiddeen.]",
|
||||||
|
"matchBrackets": "[Hiighliight maatchiing braackeets wheen oonee oof theem iis seeleecteed.]",
|
||||||
|
"glyphMargin": "[Coontrools wheetheer thee eediitoor shoouuld reendeer thee veertiicaal glyph maargiin. Glyph maargiin iis moostly uuseed foor deebuuggiing.]",
|
||||||
|
"useTabStops": "[Inseertiing aand deeleetiing whiiteespaacee foolloows taab stoops]",
|
||||||
|
"trimAutoWhitespace": "[Reemoovee traaiiliing aauutoo iinseerteed whiiteespaacee]",
|
||||||
|
"stablePeek": "[Keeeep peeeek eediitoors oopeen eeveen wheen doouublee cliickiing theeiir coonteent oor wheen hiittiing Escaapee.]",
|
||||||
|
"dragAndDrop": "[Coontrools iif thee eediitoor shoouuld aalloow too moovee seeleectiioons viiaa draag aand droop.]",
|
||||||
|
"accessibilitySupport.auto": "[Thee eediitoor wiill uusee plaatfoorm APIs too deeteect wheen aa Screeeen Reeaadeer iis aattaacheed.]",
|
||||||
|
"accessibilitySupport.on": "[Thee eediitoor wiill bee peermaaneently ooptiimiizeed foor uusaagee wiith aa Screeeen Reeaadeer.]",
|
||||||
|
"accessibilitySupport.off": "[Thee eediitoor wiill neeveer bee ooptiimiizeed foor uusaagee wiith aa Screeeen Reeaadeer.]",
|
||||||
|
"accessibilitySupport": "[Coontrools wheetheer thee eediitoor shoouuld ruun iin aa moodee wheeree iit iis ooptiimiizeed foor screeeen reeaadeers.]",
|
||||||
|
"links": "[Coontrools wheetheer thee eediitoor shoouuld deeteect liinks aand maakee theem cliickaablee]",
|
||||||
|
"colorDecorators": "[Coontrools wheetheer thee eediitoor shoouuld reendeer thee iinliinee cooloor deecooraatoors aand cooloor piickeer.]",
|
||||||
|
"codeActions": "[Enaablees thee coodee aactiioon liightbuulb]",
|
||||||
|
"codeActionsOnSave.organizeImports": "[Ruun oorgaaniizee iimpoorts oon saavee?]",
|
||||||
|
"codeActionsOnSave": "[Coodee aactiioon kiinds too bee ruun oon saavee.]",
|
||||||
|
"codeActionsOnSaveTimeout": "[Tiimeeoouut foor coodee aactiioons ruun oon saavee.]",
|
||||||
|
"selectionClipboard": "[Coontrools iif thee Liinuux priimaary cliipbooaard shoouuld bee suuppoorteed.]",
|
||||||
|
"sideBySide": "[Coontrools iif thee diiff eediitoor shoows thee diiff siidee by siidee oor iinliinee]",
|
||||||
|
"ignoreTrimWhitespace": "[Coontrools iif thee diiff eediitoor shoows chaangees iin leeaadiing oor traaiiliing whiiteespaacee aas diiffs]",
|
||||||
|
"largeFileOptimizations": "[Speeciiaal haandliing foor laargee fiilees too diisaablee ceertaaiin meemoory iinteensiivee feeaatuurees.]",
|
||||||
|
"renderIndicators": "[Coontrools iif thee diiff eediitoor shoows +/- iindiicaatoors foor aaddeed/reemooveed chaangees]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/config/editorOptions": {
|
||||||
|
"accessibilityOffAriaLabel": "[Thee eediitoor iis noot aacceessiiblee aat thiis tiimee. Preess Alt+F1 foor ooptiioons.]",
|
||||||
|
"editorViewAccessibleLabel": "[Ediitoor coonteent]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/controller/cursor": {
|
||||||
|
"corrupt.commands": "[Uneexpeecteed eexceeptiioon whiilee eexeecuutiing coommaand.]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/modes/modesRegistry": {
|
||||||
|
"plainText.alias": "[Plaaiin Teext]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/services/modelServiceImpl": {
|
||||||
|
"diagAndSourceMultiline": "[[{0}]\n{1}]",
|
||||||
|
"diagAndSource": "[[{0}] {1}]"
|
||||||
|
},
|
||||||
|
"vs/editor/common/view/editorColorRegistry": {
|
||||||
|
"lineHighlight": "[Baackgroouund cooloor foor thee hiighliight oof liinee aat thee cuursoor poosiitiioon.]",
|
||||||
|
"lineHighlightBorderBox": "[Baackgroouund cooloor foor thee boordeer aaroouund thee liinee aat thee cuursoor poosiitiioon.]",
|
||||||
|
"rangeHighlight": "[Baackgroouund cooloor oof hiighliighteed raangees, liikee by quuiick oopeen aand fiind feeaatuurees. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"rangeHighlightBorder": "[Baackgroouund cooloor oof thee boordeer aaroouund hiighliighteed raangees.]",
|
||||||
|
"caret": "[Cooloor oof thee eediitoor cuursoor.]",
|
||||||
|
"editorCursorBackground": "[Thee baackgroouund cooloor oof thee eediitoor cuursoor. Alloows cuustoomiiziing thee cooloor oof aa chaaraacteer ooveerlaappeed by aa bloock cuursoor.]",
|
||||||
|
"editorWhitespaces": "[Cooloor oof whiiteespaacee chaaraacteers iin thee eediitoor.]",
|
||||||
|
"editorIndentGuides": "[Cooloor oof thee eediitoor iindeentaatiioon guuiidees.]",
|
||||||
|
"editorActiveIndentGuide": "[Cooloor oof thee aactiivee eediitoor iindeentaatiioon guuiidees.]",
|
||||||
|
"editorLineNumbers": "[Cooloor oof eediitoor liinee nuumbeers.]",
|
||||||
|
"editorActiveLineNumber": "[Cooloor oof eediitoor aactiivee liinee nuumbeer]",
|
||||||
|
"deprecatedEditorActiveLineNumber": "[Id iis deepreecaateed. Usee 'eediitoorLiineeNuumbeer.aactiiveeFooreegroouund' iinsteeaad.]",
|
||||||
|
"editorRuler": "[Cooloor oof thee eediitoor ruuleers.]",
|
||||||
|
"editorCodeLensForeground": "[Fooreegroouund cooloor oof eediitoor coodee leensees]",
|
||||||
|
"editorBracketMatchBackground": "[Baackgroouund cooloor beehiind maatchiing braackeets]",
|
||||||
|
"editorBracketMatchBorder": "[Cooloor foor maatchiing braackeets booxees]",
|
||||||
|
"editorOverviewRulerBorder": "[Cooloor oof thee ooveerviieew ruuleer boordeer.]",
|
||||||
|
"editorGutter": "[Baackgroouund cooloor oof thee eediitoor guutteer. Thee guutteer coontaaiins thee glyph maargiins aand thee liinee nuumbeers.]",
|
||||||
|
"errorForeground": "[Fooreegroouund cooloor oof eerroor squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"errorBorder": "[Boordeer cooloor oof eerroor squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"warningForeground": "[Fooreegroouund cooloor oof waarniing squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"warningBorder": "[Boordeer cooloor oof waarniing squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"infoForeground": "[Fooreegroouund cooloor oof iinfoo squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"infoBorder": "[Boordeer cooloor oof iinfoo squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"hintForeground": "[Fooreegroouund cooloor oof hiint squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"hintBorder": "[Boordeer cooloor oof hiint squuiiggliiees iin thee eediitoor.]",
|
||||||
|
"overviewRulerRangeHighlight": "[Oveerviieew ruuleer maarkeer cooloor foor raangee hiighliights. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"overviewRuleError": "[Oveerviieew ruuleer maarkeer cooloor foor eerroors.]",
|
||||||
|
"overviewRuleWarning": "[Oveerviieew ruuleer maarkeer cooloor foor waarniings.]",
|
||||||
|
"overviewRuleInfo": "[Oveerviieew ruuleer maarkeer cooloor foor iinfoos.]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/bracketMatching/bracketMatching": {
|
||||||
|
"overviewRulerBracketMatchForeground": "[Oveerviieew ruuleer maarkeer cooloor foor maatchiing braackeets.]",
|
||||||
|
"smartSelect.jumpBracket": "[Goo too Braackeet]",
|
||||||
|
"smartSelect.selectToBracket": "[Seeleect too Braackeet]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/caretOperations/caretOperations": {
|
||||||
|
"caret.moveLeft": "[Moovee Caareet Leeft]",
|
||||||
|
"caret.moveRight": "[Moovee Caareet Riight]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/caretOperations/transpose": {
|
||||||
|
"transposeLetters.label": "[Traanspoosee Leetteers]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/clipboard/clipboard": {
|
||||||
|
"actions.clipboard.cutLabel": "[Cuut]",
|
||||||
|
"actions.clipboard.copyLabel": "[Coopy]",
|
||||||
|
"actions.clipboard.pasteLabel": "[Paastee]",
|
||||||
|
"actions.clipboard.copyWithSyntaxHighlightingLabel": "[Coopy Wiith Syntaax Hiighliightiing]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/codeAction/codeActionCommands": {
|
||||||
|
"quickFixWithKb": "[Shoow Fiixees ({0})]",
|
||||||
|
"quickFix": "[Shoow Fiixees]",
|
||||||
|
"quickfix.trigger.label": "[Quuiick Fiix...]",
|
||||||
|
"editor.action.quickFix.noneMessage": "[Noo coodee aactiioons aavaaiilaablee]",
|
||||||
|
"refactor.label": "[Reefaactoor...]",
|
||||||
|
"editor.action.refactor.noneMessage": "[Noo reefaactooriings aavaaiilaablee]",
|
||||||
|
"source.label": "[Soouurcee Actiioon...]",
|
||||||
|
"editor.action.source.noneMessage": "[Noo soouurcee aactiioons aavaaiilaablee]",
|
||||||
|
"organizeImports.label": "[Orgaaniizee Impoorts]",
|
||||||
|
"editor.action.organize.noneMessage": "[Noo oorgaaniizee iimpoorts aactiioon aavaaiilaablee]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/comment/comment": {
|
||||||
|
"comment.line": "[Toogglee Liinee Coommeent]",
|
||||||
|
"comment.line.add": "[Add Liinee Coommeent]",
|
||||||
|
"comment.line.remove": "[Reemoovee Liinee Coommeent]",
|
||||||
|
"comment.block": "[Toogglee Bloock Coommeent]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/contextmenu/contextmenu": {
|
||||||
|
"action.showContextMenu.label": "[Shoow Ediitoor Coonteext Meenuu]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/find/findController": {
|
||||||
|
"startFindAction": "[Fiind]",
|
||||||
|
"startFindWithSelectionAction": "[Fiind Wiith Seeleectiioon]",
|
||||||
|
"findNextMatchAction": "[Fiind Neext]",
|
||||||
|
"findPreviousMatchAction": "[Fiind Preeviioouus]",
|
||||||
|
"nextSelectionMatchFindAction": "[Fiind Neext Seeleectiioon]",
|
||||||
|
"previousSelectionMatchFindAction": "[Fiind Preeviioouus Seeleectiioon]",
|
||||||
|
"startReplace": "[Reeplaacee]",
|
||||||
|
"showNextFindTermAction": "[Shoow Neext Fiind Teerm]",
|
||||||
|
"showPreviousFindTermAction": "[Shoow Preeviioouus Fiind Teerm]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/find/findWidget": {
|
||||||
|
"label.find": "[Fiind]",
|
||||||
|
"placeholder.find": "[Fiind]",
|
||||||
|
"label.previousMatchButton": "[Preeviioouus maatch]",
|
||||||
|
"label.nextMatchButton": "[Neext maatch]",
|
||||||
|
"label.toggleSelectionFind": "[Fiind iin seeleectiioon]",
|
||||||
|
"label.closeButton": "[Cloosee]",
|
||||||
|
"label.replace": "[Reeplaacee]",
|
||||||
|
"placeholder.replace": "[Reeplaacee]",
|
||||||
|
"label.replaceButton": "[Reeplaacee]",
|
||||||
|
"label.replaceAllButton": "[Reeplaacee All]",
|
||||||
|
"label.toggleReplaceButton": "[Toogglee Reeplaacee moodee]",
|
||||||
|
"title.matchesCountLimit": "[Only thee fiirst {0} reesuults aaree hiighliighteed, buut aall fiind oopeeraatiioons woork oon thee eentiiree teext.]",
|
||||||
|
"label.matchesLocation": "[{0} oof {1}]",
|
||||||
|
"label.noResults": "[Noo Reesuults]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/folding/folding": {
|
||||||
|
"unfoldAction.label": "[Unfoold]",
|
||||||
|
"unFoldRecursivelyAction.label": "[Unfoold Reecuursiiveely]",
|
||||||
|
"foldAction.label": "[Foold]",
|
||||||
|
"foldRecursivelyAction.label": "[Foold Reecuursiiveely]",
|
||||||
|
"foldAllBlockComments.label": "[Foold All Bloock Coommeents]",
|
||||||
|
"foldAllMarkerRegions.label": "[Foold All Reegiioons]",
|
||||||
|
"unfoldAllMarkerRegions.label": "[Unfoold All Reegiioons]",
|
||||||
|
"foldAllAction.label": "[Foold All]",
|
||||||
|
"unfoldAllAction.label": "[Unfoold All]",
|
||||||
|
"foldLevelAction.label": "[Foold Leeveel {0}]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/fontZoom/fontZoom": {
|
||||||
|
"EditorFontZoomIn.label": "[Ediitoor Foont Zoooom In]",
|
||||||
|
"EditorFontZoomOut.label": "[Ediitoor Foont Zoooom Ouut]",
|
||||||
|
"EditorFontZoomReset.label": "[Ediitoor Foont Zoooom Reeseet]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/format/formatActions": {
|
||||||
|
"hint11": "[Maadee 1 foormaattiing eediit oon liinee {0}]",
|
||||||
|
"hintn1": "[Maadee {0} foormaattiing eediits oon liinee {1}]",
|
||||||
|
"hint1n": "[Maadee 1 foormaattiing eediit beetweeeen liinees {0} aand {1}]",
|
||||||
|
"hintnn": "[Maadee {0} foormaattiing eediits beetweeeen liinees {1} aand {2}]",
|
||||||
|
"no.provider": "[Theeree iis noo foormaatteer foor '{0}'-fiilees iinstaalleed.]",
|
||||||
|
"formatDocument.label": "[Foormaat Doocuumeent]",
|
||||||
|
"no.documentprovider": "[Theeree iis noo doocuumeent foormaatteer foor '{0}'-fiilees iinstaalleed.]",
|
||||||
|
"formatSelection.label": "[Foormaat Seeleectiioon]",
|
||||||
|
"no.selectionprovider": "[Theeree iis noo seeleectiioon foormaatteer foor '{0}'-fiilees iinstaalleed.]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/gotoError/gotoError": {
|
||||||
|
"markerAction.next.label": "[Goo too Neext Proobleem (Erroor, Waarniing, Infoo)]",
|
||||||
|
"markerAction.previous.label": "[Goo too Preeviioouus Proobleem (Erroor, Waarniing, Infoo)]",
|
||||||
|
"markerAction.nextInFiles.label": "[Goo too Neext Proobleem iin Fiilees (Erroor, Waarniing, Infoo)]",
|
||||||
|
"markerAction.previousInFiles.label": "[Goo too Preeviioouus Proobleem iin Fiilees (Erroor, Waarniing, Infoo)]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/gotoError/gotoErrorWidget": {
|
||||||
|
"title.wo_source": "[({0}/{1})]",
|
||||||
|
"editorMarkerNavigationError": "[Ediitoor maarkeer naaviigaatiioon wiidgeet eerroor cooloor.]",
|
||||||
|
"editorMarkerNavigationWarning": "[Ediitoor maarkeer naaviigaatiioon wiidgeet waarniing cooloor.]",
|
||||||
|
"editorMarkerNavigationInfo": "[Ediitoor maarkeer naaviigaatiioon wiidgeet iinfoo cooloor.]",
|
||||||
|
"editorMarkerNavigationBackground": "[Ediitoor maarkeer naaviigaatiioon wiidgeet baackgroouund.]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/hover/hover": {
|
||||||
|
"showHover": "[Shoow Hooveer]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/hover/modesContentHover": {
|
||||||
|
"modesContentHover.loading": "[Looaadiing...]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/indentation/indentation": {
|
||||||
|
"indentationToSpaces": "[Coonveert Indeentaatiioon too Spaacees]",
|
||||||
|
"indentationToTabs": "[Coonveert Indeentaatiioon too Taabs]",
|
||||||
|
"configuredTabSize": "[Coonfiiguureed Taab Siizee]",
|
||||||
|
"selectTabWidth": "[Seeleect Taab Siizee foor Cuurreent Fiilee]",
|
||||||
|
"indentUsingTabs": "[Indeent Usiing Taabs]",
|
||||||
|
"indentUsingSpaces": "[Indeent Usiing Spaacees]",
|
||||||
|
"detectIndentation": "[Deeteect Indeentaatiioon froom Coonteent]",
|
||||||
|
"editor.reindentlines": "[Reeiindeent Liinees]",
|
||||||
|
"editor.reindentselectedlines": "[Reeiindeent Seeleecteed Liinees]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/inPlaceReplace/inPlaceReplace": {
|
||||||
|
"InPlaceReplaceAction.previous.label": "[Reeplaacee wiith Preeviioouus Vaaluuee]",
|
||||||
|
"InPlaceReplaceAction.next.label": "[Reeplaacee wiith Neext Vaaluuee]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/linesOperations/linesOperations": {
|
||||||
|
"lines.copyUp": "[Coopy Liinee Up]",
|
||||||
|
"lines.copyDown": "[Coopy Liinee Doown]",
|
||||||
|
"lines.moveUp": "[Moovee Liinee Up]",
|
||||||
|
"lines.moveDown": "[Moovee Liinee Doown]",
|
||||||
|
"lines.sortAscending": "[Soort Liinees Asceendiing]",
|
||||||
|
"lines.sortDescending": "[Soort Liinees Deesceendiing]",
|
||||||
|
"lines.trimTrailingWhitespace": "[Triim Traaiiliing Whiiteespaacee]",
|
||||||
|
"lines.delete": "[Deeleetee Liinee]",
|
||||||
|
"lines.indent": "[Indeent Liinee]",
|
||||||
|
"lines.outdent": "[Ouutdeent Liinee]",
|
||||||
|
"lines.insertBefore": "[Inseert Liinee Aboovee]",
|
||||||
|
"lines.insertAfter": "[Inseert Liinee Beeloow]",
|
||||||
|
"lines.deleteAllLeft": "[Deeleetee All Leeft]",
|
||||||
|
"lines.deleteAllRight": "[Deeleetee All Riight]",
|
||||||
|
"lines.joinLines": "[Jooiin Liinees]",
|
||||||
|
"editor.transpose": "[Traanspoosee chaaraacteers aaroouund thee cuursoor]",
|
||||||
|
"editor.transformToUppercase": "[Traansfoorm too Uppeercaasee]",
|
||||||
|
"editor.transformToLowercase": "[Traansfoorm too Looweercaasee]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/links/links": {
|
||||||
|
"links.navigate.mac": "[Cmd + cliick too foolloow liink]",
|
||||||
|
"links.navigate": "[Ctrl + cliick too foolloow liink]",
|
||||||
|
"links.command.mac": "[Cmd + cliick too eexeecuutee coommaand]",
|
||||||
|
"links.command": "[Ctrl + cliick too eexeecuutee coommaand]",
|
||||||
|
"links.navigate.al.mac": "[Optiioon + cliick too foolloow liink]",
|
||||||
|
"links.navigate.al": "[Alt + cliick too foolloow liink]",
|
||||||
|
"links.command.al.mac": "[Optiioon + cliick too eexeecuutee coommaand]",
|
||||||
|
"links.command.al": "[Alt + cliick too eexeecuutee coommaand]",
|
||||||
|
"invalid.url": "[Faaiileed too oopeen thiis liink beecaauusee iit iis noot weell-foormeed: {0}]",
|
||||||
|
"missing.url": "[Faaiileed too oopeen thiis liink beecaauusee iits taargeet iis miissiing.]",
|
||||||
|
"label": "[Opeen Liink]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/message/messageController": {
|
||||||
|
"editor.readonly": "[Caannoot eediit iin reeaad-oonly eediitoor]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/multicursor/multicursor": {
|
||||||
|
"mutlicursor.insertAbove": "[Add Cuursoor Aboovee]",
|
||||||
|
"mutlicursor.insertBelow": "[Add Cuursoor Beeloow]",
|
||||||
|
"mutlicursor.insertAtEndOfEachLineSelected": "[Add Cuursoors too Liinee Ends]",
|
||||||
|
"addSelectionToNextFindMatch": "[Add Seeleectiioon Too Neext Fiind Maatch]",
|
||||||
|
"addSelectionToPreviousFindMatch": "[Add Seeleectiioon Too Preeviioouus Fiind Maatch]",
|
||||||
|
"moveSelectionToNextFindMatch": "[Moovee Laast Seeleectiioon Too Neext Fiind Maatch]",
|
||||||
|
"moveSelectionToPreviousFindMatch": "[Moovee Laast Seeleectiioon Too Preeviioouus Fiind Maatch]",
|
||||||
|
"selectAllOccurrencesOfFindMatch": "[Seeleect All Occuurreencees oof Fiind Maatch]",
|
||||||
|
"changeAll.label": "[Chaangee All Occuurreencees]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/parameterHints/parameterHints": {
|
||||||
|
"parameterHints.trigger.label": "[Triiggeer Paaraameeteer Hiints]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/parameterHints/parameterHintsWidget": {
|
||||||
|
"hint": "[{0}, hiint]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/rename/rename": {
|
||||||
|
"no result": "[Noo reesuult.]",
|
||||||
|
"aria": "[Suucceessfuully reenaameed '{0}' too '{1}'. Suummaary: {2}]",
|
||||||
|
"rename.failed": "[Reenaamee faaiileed too eexeecuutee.]",
|
||||||
|
"rename.label": "[Reenaamee Symbool]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/rename/renameInputField": {
|
||||||
|
"renameAriaLabel": "[Reenaamee iinpuut. Typee neew naamee aand preess Enteer too coommiit.]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/smartSelect/smartSelect": {
|
||||||
|
"smartSelect.grow": "[Expaand Seeleect]",
|
||||||
|
"smartSelect.shrink": "[Shriink Seeleect]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/snippet/snippetVariables": {
|
||||||
|
"Sunday": "[Suundaay]",
|
||||||
|
"Monday": "[Moondaay]",
|
||||||
|
"Tuesday": "[Tuueesdaay]",
|
||||||
|
"Wednesday": "[Weedneesdaay]",
|
||||||
|
"Thursday": "[Thuursdaay]",
|
||||||
|
"Friday": "[Friidaay]",
|
||||||
|
"Saturday": "[Saatuurdaay]",
|
||||||
|
"SundayShort": "[Suun]",
|
||||||
|
"MondayShort": "[Moon]",
|
||||||
|
"TuesdayShort": "[Tuuee]",
|
||||||
|
"WednesdayShort": "[Weed]",
|
||||||
|
"ThursdayShort": "[Thuu]",
|
||||||
|
"FridayShort": "[Frii]",
|
||||||
|
"SaturdayShort": "[Saat]",
|
||||||
|
"January": "[Jaanuuaary]",
|
||||||
|
"February": "[Feebruuaary]",
|
||||||
|
"March": "[Maarch]",
|
||||||
|
"April": "[Apriil]",
|
||||||
|
"May": "[Maay]",
|
||||||
|
"June": "[Juunee]",
|
||||||
|
"July": "[Juuly]",
|
||||||
|
"August": "[Auuguust]",
|
||||||
|
"September": "[Seepteembeer]",
|
||||||
|
"October": "[Octoobeer]",
|
||||||
|
"November": "[Nooveembeer]",
|
||||||
|
"December": "[Deeceembeer]",
|
||||||
|
"JanuaryShort": "[Jaan]",
|
||||||
|
"FebruaryShort": "[Feeb]",
|
||||||
|
"MarchShort": "[Maar]",
|
||||||
|
"AprilShort": "[Apr]",
|
||||||
|
"MayShort": "[Maay]",
|
||||||
|
"JuneShort": "[Juun]",
|
||||||
|
"JulyShort": "[Juul]",
|
||||||
|
"AugustShort": "[Auug]",
|
||||||
|
"SeptemberShort": "[Seep]",
|
||||||
|
"OctoberShort": "[Oct]",
|
||||||
|
"NovemberShort": "[Noov]",
|
||||||
|
"DecemberShort": "[Deec]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/suggest/suggestController": {
|
||||||
|
"arai.alert.snippet": "[Acceeptiing '{0}' diid iinseert thee foolloowiing teext: {1}]",
|
||||||
|
"suggest.trigger.label": "[Triiggeer Suuggeest]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/suggest/suggestWidget": {
|
||||||
|
"editorSuggestWidgetBackground": "[Baackgroouund cooloor oof thee suuggeest wiidgeet.]",
|
||||||
|
"editorSuggestWidgetBorder": "[Boordeer cooloor oof thee suuggeest wiidgeet.]",
|
||||||
|
"editorSuggestWidgetForeground": "[Fooreegroouund cooloor oof thee suuggeest wiidgeet.]",
|
||||||
|
"editorSuggestWidgetSelectedBackground": "[Baackgroouund cooloor oof thee seeleecteed eentry iin thee suuggeest wiidgeet.]",
|
||||||
|
"editorSuggestWidgetHighlightForeground": "[Cooloor oof thee maatch hiighliights iin thee suuggeest wiidgeet.]",
|
||||||
|
"readMore": "[Reeaad Mooree...{0}]",
|
||||||
|
"suggestionWithDetailsAriaLabel": "[{0}, suuggeestiioon, haas deetaaiils]",
|
||||||
|
"suggestionAriaLabel": "[{0}, suuggeestiioon]",
|
||||||
|
"readLess": "[Reeaad leess...{0}]",
|
||||||
|
"suggestWidget.loading": "[Looaadiing...]",
|
||||||
|
"suggestWidget.noSuggestions": "[Noo suuggeestiioons.]",
|
||||||
|
"suggestionAriaAccepted": "[{0}, aacceepteed]",
|
||||||
|
"ariaCurrentSuggestionWithDetails": "[{0}, suuggeestiioon, haas deetaaiils]",
|
||||||
|
"ariaCurrentSuggestion": "[{0}, suuggeestiioon]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/toggleTabFocusMode/toggleTabFocusMode": {
|
||||||
|
"toggle.tabMovesFocus": "[Toogglee Taab Keey Moovees Foocuus]"
|
||||||
|
},
|
||||||
|
"vs/editor/contrib/wordHighlighter/wordHighlighter": {
|
||||||
|
"wordHighlight": "[Baackgroouund cooloor oof aa symbool duuriing reeaad-aacceess, liikee reeaadiing aa vaariiaablee. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"wordHighlightStrong": "[Baackgroouund cooloor oof aa symbool duuriing wriitee-aacceess, liikee wriitiing too aa vaariiaablee. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"wordHighlightBorder": "[Boordeer cooloor oof aa symbool duuriing reeaad-aacceess, liikee reeaadiing aa vaariiaablee.]",
|
||||||
|
"wordHighlightStrongBorder": "[Boordeer cooloor oof aa symbool duuriing wriitee-aacceess, liikee wriitiing too aa vaariiaablee.]",
|
||||||
|
"overviewRulerWordHighlightForeground": "[Oveerviieew ruuleer maarkeer cooloor foor symbool hiighliights. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"overviewRulerWordHighlightStrongForeground": "[Oveerviieew ruuleer maarkeer cooloor foor wriitee-aacceess symbool hiighliights. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"wordHighlight.next.label": "[Goo too Neext Symbool Hiighliight]",
|
||||||
|
"wordHighlight.previous.label": "[Goo too Preeviioouus Symbool Hiighliight]"
|
||||||
|
},
|
||||||
|
"vs/platform/configuration/common/configurationRegistry": {
|
||||||
|
"defaultConfigurations.title": "[Deefaauult Coonfiiguuraatiioon Oveerriidees]",
|
||||||
|
"overrideSettings.description": "[Coonfiiguuree eediitoor seettiings too bee ooveerriiddeen foor {0} laanguuaagee.]",
|
||||||
|
"overrideSettings.defaultDescription": "[Coonfiiguuree eediitoor seettiings too bee ooveerriiddeen foor aa laanguuaagee.]",
|
||||||
|
"config.property.languageDefault": "[Caannoot reegiisteer '{0}'. Thiis maatchees proopeerty paatteern '\\\\[.*\\\\]$' foor deescriibiing laanguuaagee speeciifiic eediitoor seettiings. Usee 'coonfiiguuraatiioonDeefaauults' coontriibuutiioon.]",
|
||||||
|
"config.property.duplicate": "[Caannoot reegiisteer '{0}'. Thiis proopeerty iis aalreeaady reegiisteereed.]"
|
||||||
|
},
|
||||||
|
"vs/platform/dialogs/common/dialogs": {
|
||||||
|
"moreFile": "[...1 aaddiitiioonaal fiilee noot shoown]",
|
||||||
|
"moreFiles": "[...{0} aaddiitiioonaal fiilees noot shoown]"
|
||||||
|
},
|
||||||
|
"vs/platform/keybinding/common/abstractKeybindingService": {
|
||||||
|
"first.chord": "[({0}) waas preesseed. Waaiitiing foor seecoond keey oof choord...]",
|
||||||
|
"missing.chord": "[Thee keey coombiinaatiioon ({0}, {1}) iis noot aa coommaand.]"
|
||||||
|
},
|
||||||
|
"vs/platform/list/browser/listService": {
|
||||||
|
"workbenchConfigurationTitle": "[Woorkbeench]",
|
||||||
|
"multiSelectModifier.ctrlCmd": "[Maaps too `Coontrool` oon Wiindoows aand Liinuux aand too `Coommaand` oon maacOS.]",
|
||||||
|
"multiSelectModifier.alt": "[Maaps too `Alt` oon Wiindoows aand Liinuux aand too `Optiioon` oon maacOS.]",
|
||||||
|
"multiSelectModifier": "[Thee moodiifiieer too bee uuseed too aadd aan iiteem iin treeees aand liists too aa muultii-seeleectiioon wiith thee moouusee (foor eexaamplee iin thee eexplooreer, oopeen eediitoors aand scm viieew). `ctrlCmd` maaps too `Coontrool` oon Wiindoows aand Liinuux aand too `Coommaand` oon maacOS. Thee 'Opeen too Siidee' moouusee geestuurees - iif suuppoorteed - wiill aadaapt suuch thaat theey doo noot coonfliict wiith thee muultiiseeleect moodiifiieer.]",
|
||||||
|
"openMode.singleClick": "[Opeens iiteems oon moouusee siinglee cliick.]",
|
||||||
|
"openMode.doubleClick": "[Opeen iiteems oon moouusee doouublee cliick.]",
|
||||||
|
"openModeModifier": "[Coontrools hoow too oopeen iiteems iin treeees aand liists uusiing thee moouusee (iif suuppoorteed). Seet too `siingleeCliick` too oopeen iiteems wiith aa siinglee moouusee cliick aand `doouubleeCliick` too oonly oopeen viiaa moouusee doouublee cliick. Foor paareents wiith chiildreen iin treeees, thiis seettiing wiill coontrool iif aa siinglee cliick eexpaands thee paareent oor aa doouublee cliick. Nootee thaat soomee treeees aand liists miight choooosee too iignooree thiis seettiing iif iit iis noot aappliicaablee. ]",
|
||||||
|
"horizontalScrolling setting": "[Coontrools wheetheer treeees suuppoort hooriizoontaal scroolliing iin thee woorkbeench.]"
|
||||||
|
},
|
||||||
|
"vs/platform/markers/common/markers": {
|
||||||
|
"sev.error": "[Erroor]",
|
||||||
|
"sev.warning": "[Waarniing]",
|
||||||
|
"sev.info": "[Infoo]"
|
||||||
|
},
|
||||||
|
"vs/platform/theme/common/colorRegistry": {
|
||||||
|
"schema.colors": "[Cooloors uuseed iin thee woorkbeench.]",
|
||||||
|
"foreground": "[Oveeraall fooreegroouund cooloor. Thiis cooloor iis oonly uuseed iif noot ooveerriiddeen by aa coompooneent.]",
|
||||||
|
"errorForeground": "[Oveeraall fooreegroouund cooloor foor eerroor meessaagees. Thiis cooloor iis oonly uuseed iif noot ooveerriiddeen by aa coompooneent.]",
|
||||||
|
"descriptionForeground": "[Fooreegroouund cooloor foor deescriiptiioon teext prooviidiing aaddiitiioonaal iinfoormaatiioon, foor eexaamplee foor aa laabeel.]",
|
||||||
|
"focusBorder": "[Oveeraall boordeer cooloor foor foocuuseed eeleemeents. Thiis cooloor iis oonly uuseed iif noot ooveerriiddeen by aa coompooneent.]",
|
||||||
|
"contrastBorder": "[An eextraa boordeer aaroouund eeleemeents too seepaaraatee theem froom ootheers foor greeaateer coontraast.]",
|
||||||
|
"activeContrastBorder": "[An eextraa boordeer aaroouund aactiivee eeleemeents too seepaaraatee theem froom ootheers foor greeaateer coontraast.]",
|
||||||
|
"selectionBackground": "[Thee baackgroouund cooloor oof teext seeleectiioons iin thee woorkbeench (ee.g. foor iinpuut fiieelds oor teext aareeaas). Nootee thaat thiis dooees noot aapply too seeleectiioons wiithiin thee eediitoor.]",
|
||||||
|
"textSeparatorForeground": "[Cooloor foor teext seepaaraatoors.]",
|
||||||
|
"textLinkForeground": "[Fooreegroouund cooloor foor liinks iin teext.]",
|
||||||
|
"textLinkActiveForeground": "[Fooreegroouund cooloor foor liinks iin teext wheen cliickeed oon aand oon moouusee hooveer.]",
|
||||||
|
"textPreformatForeground": "[Fooreegroouund cooloor foor preefoormaatteed teext seegmeents.]",
|
||||||
|
"textBlockQuoteBackground": "[Baackgroouund cooloor foor bloock quuootees iin teext.]",
|
||||||
|
"textBlockQuoteBorder": "[Boordeer cooloor foor bloock quuootees iin teext.]",
|
||||||
|
"textCodeBlockBackground": "[Baackgroouund cooloor foor coodee bloocks iin teext.]",
|
||||||
|
"widgetShadow": "[Shaadoow cooloor oof wiidgeets suuch aas fiind/reeplaacee iinsiidee thee eediitoor.]",
|
||||||
|
"inputBoxBackground": "[Inpuut boox baackgroouund.]",
|
||||||
|
"inputBoxForeground": "[Inpuut boox fooreegroouund.]",
|
||||||
|
"inputBoxBorder": "[Inpuut boox boordeer.]",
|
||||||
|
"inputBoxActiveOptionBorder": "[Boordeer cooloor oof aactiivaateed ooptiioons iin iinpuut fiieelds.]",
|
||||||
|
"inputPlaceholderForeground": "[Inpuut boox fooreegroouund cooloor foor plaaceehooldeer teext.]",
|
||||||
|
"inputValidationInfoBackground": "[Inpuut vaaliidaatiioon baackgroouund cooloor foor iinfoormaatiioon seeveeriity.]",
|
||||||
|
"inputValidationInfoBorder": "[Inpuut vaaliidaatiioon boordeer cooloor foor iinfoormaatiioon seeveeriity.]",
|
||||||
|
"inputValidationWarningBackground": "[Inpuut vaaliidaatiioon baackgroouund cooloor foor waarniing seeveeriity.]",
|
||||||
|
"inputValidationWarningBorder": "[Inpuut vaaliidaatiioon boordeer cooloor foor waarniing seeveeriity.]",
|
||||||
|
"inputValidationErrorBackground": "[Inpuut vaaliidaatiioon baackgroouund cooloor foor eerroor seeveeriity.]",
|
||||||
|
"inputValidationErrorBorder": "[Inpuut vaaliidaatiioon boordeer cooloor foor eerroor seeveeriity.]",
|
||||||
|
"dropdownBackground": "[Droopdoown baackgroouund.]",
|
||||||
|
"dropdownListBackground": "[Droopdoown liist baackgroouund.]",
|
||||||
|
"dropdownForeground": "[Droopdoown fooreegroouund.]",
|
||||||
|
"dropdownBorder": "[Droopdoown boordeer.]",
|
||||||
|
"listFocusBackground": "[Liist/Treeee baackgroouund cooloor foor thee foocuuseed iiteem wheen thee liist/treeee iis aactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listFocusForeground": "[Liist/Treeee fooreegroouund cooloor foor thee foocuuseed iiteem wheen thee liist/treeee iis aactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listActiveSelectionBackground": "[Liist/Treeee baackgroouund cooloor foor thee seeleecteed iiteem wheen thee liist/treeee iis aactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listActiveSelectionForeground": "[Liist/Treeee fooreegroouund cooloor foor thee seeleecteed iiteem wheen thee liist/treeee iis aactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listInactiveSelectionBackground": "[Liist/Treeee baackgroouund cooloor foor thee seeleecteed iiteem wheen thee liist/treeee iis iinaactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listInactiveSelectionForeground": "[Liist/Treeee fooreegroouund cooloor foor thee seeleecteed iiteem wheen thee liist/treeee iis iinaactiivee. An aactiivee liist/treeee haas keeybooaard foocuus, aan iinaactiivee dooees noot.]",
|
||||||
|
"listHoverBackground": "[Liist/Treeee baackgroouund wheen hooveeriing ooveer iiteems uusiing thee moouusee.]",
|
||||||
|
"listHoverForeground": "[Liist/Treeee fooreegroouund wheen hooveeriing ooveer iiteems uusiing thee moouusee.]",
|
||||||
|
"listDropBackground": "[Liist/Treeee draag aand droop baackgroouund wheen mooviing iiteems aaroouund uusiing thee moouusee.]",
|
||||||
|
"highlight": "[Liist/Treeee fooreegroouund cooloor oof thee maatch hiighliights wheen seeaarchiing iinsiidee thee liist/treeee.]",
|
||||||
|
"invalidItemForeground": "[Liist/Treeee fooreegroouund cooloor foor iinvaaliid iiteems, foor eexaamplee aan uunreesoolveed roooot iin eexplooreer.]",
|
||||||
|
"listErrorForeground": "[Fooreegroouund cooloor oof liist iiteems coontaaiiniing eerroors.]",
|
||||||
|
"listWarningForeground": "[Fooreegroouund cooloor oof liist iiteems coontaaiiniing waarniings.]",
|
||||||
|
"pickerGroupForeground": "[Quuiick piickeer cooloor foor groouupiing laabeels.]",
|
||||||
|
"pickerGroupBorder": "[Quuiick piickeer cooloor foor groouupiing boordeers.]",
|
||||||
|
"buttonForeground": "[Buuttoon fooreegroouund cooloor.]",
|
||||||
|
"buttonBackground": "[Buuttoon baackgroouund cooloor.]",
|
||||||
|
"buttonHoverBackground": "[Buuttoon baackgroouund cooloor wheen hooveeriing.]",
|
||||||
|
"badgeBackground": "[Baadgee baackgroouund cooloor. Baadgees aaree smaall iinfoormaatiioon laabeels, ee.g. foor seeaarch reesuults coouunt.]",
|
||||||
|
"badgeForeground": "[Baadgee fooreegroouund cooloor. Baadgees aaree smaall iinfoormaatiioon laabeels, ee.g. foor seeaarch reesuults coouunt.]",
|
||||||
|
"scrollbarShadow": "[Scroollbaar shaadoow too iindiicaatee thaat thee viieew iis scroolleed.]",
|
||||||
|
"scrollbarSliderBackground": "[Scroollbaar sliideer baackgroouund cooloor.]",
|
||||||
|
"scrollbarSliderHoverBackground": "[Scroollbaar sliideer baackgroouund cooloor wheen hooveeriing.]",
|
||||||
|
"scrollbarSliderActiveBackground": "[Scroollbaar sliideer baackgroouund cooloor wheen cliickeed oon.]",
|
||||||
|
"progressBarBackground": "[Baackgroouund cooloor oof thee proogreess baar thaat caan shoow foor loong ruunniing oopeeraatiioons.]",
|
||||||
|
"editorBackground": "[Ediitoor baackgroouund cooloor.]",
|
||||||
|
"editorForeground": "[Ediitoor deefaauult fooreegroouund cooloor.]",
|
||||||
|
"editorWidgetBackground": "[Baackgroouund cooloor oof eediitoor wiidgeets, suuch aas fiind/reeplaacee.]",
|
||||||
|
"editorWidgetBorder": "[Boordeer cooloor oof eediitoor wiidgeets. Thee cooloor iis oonly uuseed iif thee wiidgeet choooosees too haavee aa boordeer aand iif thee cooloor iis noot ooveerriiddeen by aa wiidgeet.]",
|
||||||
|
"editorSelectionBackground": "[Cooloor oof thee eediitoor seeleectiioon.]",
|
||||||
|
"editorSelectionForeground": "[Cooloor oof thee seeleecteed teext foor hiigh coontraast.]",
|
||||||
|
"editorInactiveSelection": "[Cooloor oof thee seeleectiioon iin aan iinaactiivee eediitoor. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"editorSelectionHighlight": "[Cooloor foor reegiioons wiith thee saamee coonteent aas thee seeleectiioon. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"editorSelectionHighlightBorder": "[Boordeer cooloor foor reegiioons wiith thee saamee coonteent aas thee seeleectiioon.]",
|
||||||
|
"editorFindMatch": "[Cooloor oof thee cuurreent seeaarch maatch.]",
|
||||||
|
"findMatchHighlight": "[Cooloor oof thee ootheer seeaarch maatchees. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"findRangeHighlight": "[Cooloor oof thee raangee liimiitiing thee seeaarch. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"editorFindMatchBorder": "[Boordeer cooloor oof thee cuurreent seeaarch maatch.]",
|
||||||
|
"findMatchHighlightBorder": "[Boordeer cooloor oof thee ootheer seeaarch maatchees.]",
|
||||||
|
"findRangeHighlightBorder": "[Boordeer cooloor oof thee raangee liimiitiing thee seeaarch. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"findWidgetResizeBorder": "[Boordeer cooloor oof thee reesiizee baar oof fiind wiidgeet.]",
|
||||||
|
"hoverHighlight": "[Hiighliight beeloow thee woord foor whiich aa hooveer iis shoown. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"hoverBackground": "[Baackgroouund cooloor oof thee eediitoor hooveer.]",
|
||||||
|
"hoverBorder": "[Boordeer cooloor oof thee eediitoor hooveer.]",
|
||||||
|
"activeLinkForeground": "[Cooloor oof aactiivee liinks.]",
|
||||||
|
"diffEditorInserted": "[Baackgroouund cooloor foor teext thaat goot iinseerteed. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"diffEditorRemoved": "[Baackgroouund cooloor foor teext thaat goot reemooveed. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"diffEditorInsertedOutline": "[Ouutliinee cooloor foor thee teext thaat goot iinseerteed.]",
|
||||||
|
"diffEditorRemovedOutline": "[Ouutliinee cooloor foor teext thaat goot reemooveed.]",
|
||||||
|
"mergeCurrentHeaderBackground": "[Cuurreent heeaadeer baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeCurrentContentBackground": "[Cuurreent coonteent baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeIncomingHeaderBackground": "[Incoomiing heeaadeer baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeIncomingContentBackground": "[Incoomiing coonteent baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeCommonHeaderBackground": "[Coommoon aanceestoor heeaadeer baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeCommonContentBackground": "[Coommoon aanceestoor coonteent baackgroouund iin iinliinee meergee-coonfliicts. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"mergeBorder": "[Boordeer cooloor oon heeaadeers aand thee spliitteer iin iinliinee meergee-coonfliicts.]",
|
||||||
|
"overviewRulerCurrentContentForeground": "[Cuurreent ooveerviieew ruuleer fooreegroouund foor iinliinee meergee-coonfliicts.]",
|
||||||
|
"overviewRulerIncomingContentForeground": "[Incoomiing ooveerviieew ruuleer fooreegroouund foor iinliinee meergee-coonfliicts.]",
|
||||||
|
"overviewRulerCommonContentForeground": "[Coommoon aanceestoor ooveerviieew ruuleer fooreegroouund foor iinliinee meergee-coonfliicts.]",
|
||||||
|
"overviewRulerFindMatchForeground": "[Oveerviieew ruuleer maarkeer cooloor foor fiind maatchees. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]",
|
||||||
|
"overviewRulerSelectionHighlightForeground": "[Oveerviieew ruuleer maarkeer cooloor foor seeleectiioon hiighliights. Thee cooloor muust noot bee oopaaquuee too noot hiidee uundeerlyiing deecooraatiioons.]"
|
||||||
|
},
|
||||||
|
"vs/platform/workspaces/common/workspaces": {
|
||||||
|
"codeWorkspace": "[Coodee Woorkspaacee]",
|
||||||
|
"untitledWorkspace": "[Untiitleed (Woorkspaacee)]",
|
||||||
|
"workspaceNameVerbose": "[{0} (Woorkspaacee)]",
|
||||||
|
"workspaceName": "[{0} (Woorkspaacee)]"
|
||||||
|
}
|
||||||
|
}};
|
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/pt-br.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/pt-br.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ru.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/ru.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/tr.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/tr.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/uk.js
vendored
Normal file
1135
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/uk.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/zh-hans.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/zh-hans.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/zh-hant.js
vendored
Normal file
1342
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/locale/zh-hant.js
vendored
Normal file
File diff suppressed because it is too large
Load Diff
21
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/LICENSE
vendored
Normal file
21
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/LICENSE
vendored
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
The MIT License (MIT)
|
||||||
|
|
||||||
|
Copyright (c) Brijesh Bittu
|
||||||
|
|
||||||
|
Permission is hereby granted, free of charge, to any person obtaining a copy
|
||||||
|
of this software and associated documentation files (the "Software"), to deal
|
||||||
|
in the Software without restriction, including without limitation the rights
|
||||||
|
to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
|
||||||
|
copies of the Software, and to permit persons to whom the Software is
|
||||||
|
furnished to do so, subject to the following conditions:
|
||||||
|
|
||||||
|
The above copyright notice and this permission notice shall be included in
|
||||||
|
all copies or substantial portions of the Software.
|
||||||
|
|
||||||
|
THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
|
||||||
|
IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
|
||||||
|
FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
|
||||||
|
AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
|
||||||
|
LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
|
||||||
|
OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN
|
||||||
|
THE SOFTWARE.
|
150
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/active4d.json
vendored
Normal file
150
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/active4d.json
vendored
Normal file
@ -0,0 +1,150 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"background": "e2e9ff5e",
|
||||||
|
"token": "text.html source.active4d"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "text.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "af82d4",
|
||||||
|
"token": "comment.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "af82d4",
|
||||||
|
"token": "comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666666",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66ccff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "string.interpolated variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a8017e",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66ccff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.other.date"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66ccff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.other.time"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6392ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "variable.other.local"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0053ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6988ae",
|
||||||
|
"token": "variable.other.table-field"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "006699",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5600",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7a7a7a",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "016cff",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "963dff",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "45ae34",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b7734c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "656565",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "1b63ff",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "ff7880",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "98ff9a",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5e5e5e",
|
||||||
|
"token": "source.diff"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#3B3B3B",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#BAD6FD",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
90
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/all-hallows-eve.json
vendored
Normal file
90
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/all-hallows-eve.json
vendored
Normal file
@ -0,0 +1,90 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "434242",
|
||||||
|
"token": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "000000",
|
||||||
|
"token": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9933cc",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3387cc",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc7833",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d0d0ff",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "9b9b9b",
|
||||||
|
"token": "source comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66cc33",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aaaaaa",
|
||||||
|
"token": "string constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "cccc33",
|
||||||
|
"token": "string.interpolated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "string.literal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "string.interpolated constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c83730",
|
||||||
|
"token": "support.function"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FFFFFF",
|
||||||
|
"editor.background": "#000000",
|
||||||
|
"editor.selectionBackground": "#73597EE0",
|
||||||
|
"editor.lineHighlightBackground": "#333300",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#404040"
|
||||||
|
}
|
||||||
|
}
|
187
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/amy.json
vendored
Normal file
187
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/amy.json
vendored
Normal file
@ -0,0 +1,187 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "404080",
|
||||||
|
"background": "200020",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "707090",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7090b0",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.numeric.integer.int32"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "constant.numeric.integer.int64"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "constant.numeric.integer.nativeint"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "constant.numeric.floating-point.ocaml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666666",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8080a0",
|
||||||
|
"token": "constant.language.boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a080ff",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a0a0ff",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d0d0ff",
|
||||||
|
"token": "keyword.other.decorator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "keyword.operator.infix.floating-point.ocaml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "keyword.operator.prefix.floating-point.ocaml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c080c0",
|
||||||
|
"token": "keyword.other.directive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c080c0",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "keyword.other.directive.line-number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80a0ff",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b0fff0",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60b0ff",
|
||||||
|
"token": "entity.name.type.variant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60b0ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "storage.type.variant.polymorphic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60b0ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.name.type.variant.polymorphic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b000b0",
|
||||||
|
"token": "entity.name.type.module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b000b0",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type.module-type.ocaml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a00050",
|
||||||
|
"token": "support.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70e080",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70e0a0",
|
||||||
|
"token": "entity.name.type.class-type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "50a0a0",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80b0b0",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3080a0",
|
||||||
|
"token": "entity.name.type.token"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3cb0d0",
|
||||||
|
"token": "entity.name.type.token.reference"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "90e0e0",
|
||||||
|
"token": "entity.name.function.non-terminal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c0f0f0",
|
||||||
|
"token": "entity.name.function.non-terminal.reference"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009090",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "200020",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "400080",
|
||||||
|
"background": "ffff00",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "200020",
|
||||||
|
"background": "cc66ff",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "40008054",
|
||||||
|
"token": "source.camlp4.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "805080",
|
||||||
|
"token": "punctuation"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#D0D0FF",
|
||||||
|
"editor.background": "#200020",
|
||||||
|
"editor.selectionBackground": "#80000080",
|
||||||
|
"editor.lineHighlightBackground": "#80000040",
|
||||||
|
"editorCursor.foreground": "#7070FF",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
148
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/birds-of-paradise.json
vendored
Normal file
148
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/birds-of-paradise.json
vendored
Normal file
@ -0,0 +1,148 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "e6e1c4",
|
||||||
|
"background": "322323",
|
||||||
|
"token": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6b4e32",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ef5d32",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ef5d32",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "keyword.other.name-of-parameter.objc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "variable.other.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9d762",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "constant.character.escaped"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "string source.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "144212",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "660000",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.separator.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#E6E1C4",
|
||||||
|
"editor.background": "#372725",
|
||||||
|
"editor.selectionBackground": "#16120E",
|
||||||
|
"editor.lineHighlightBackground": "#1F1611",
|
||||||
|
"editorCursor.foreground": "#E6E1C4",
|
||||||
|
"editorWhitespace.foreground": "#42302D"
|
||||||
|
}
|
||||||
|
}
|
129
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/blackboard.json
vendored
Normal file
129
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/blackboard.json
vendored
Normal file
@ -0,0 +1,129 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "aeaeae",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8fa3c",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6400",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fbde2d",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fbde2d",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "61ce3c",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "61ce3c",
|
||||||
|
"token": "meta.verbatim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8da6ce",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ab2a1d",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "9d1e15",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6400",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6400",
|
||||||
|
"token": "string constant.other.placeholder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "becde6",
|
||||||
|
"token": "meta.function-call.py"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7f90aa",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7f90aa",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d5e0f3",
|
||||||
|
"token": "keyword.type.variant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8da6ce",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8da6ce",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml constant.numeric.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ffffff08",
|
||||||
|
"token": "text.tex.latex meta.function.environment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "7a96fa08",
|
||||||
|
"token": "text.tex.latex meta.function.environment meta.function.environment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fbde2d",
|
||||||
|
"token": "text.tex.latex support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "source.plist string.unquoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "source.plist keyword.operator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F8",
|
||||||
|
"editor.background": "#0C1021",
|
||||||
|
"editor.selectionBackground": "#253B76",
|
||||||
|
"editor.lineHighlightBackground": "#FFFFFF0F",
|
||||||
|
"editorCursor.foreground": "#FFFFFFA6",
|
||||||
|
"editorWhitespace.foreground": "#FFFFFF40"
|
||||||
|
}
|
||||||
|
}
|
1627
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/brilliance-black.json
vendored
Normal file
1627
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/brilliance-black.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
1339
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/brilliance-dull.json
vendored
Normal file
1339
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/brilliance-dull.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
106
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/chrome-devtools.json
vendored
Normal file
106
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/chrome-devtools.json
vendored
Normal file
@ -0,0 +1,106 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "c41a16",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1c00cf",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0d91",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0d91",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "support.class.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "007400",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff0000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "e71a1100",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "fafafafc",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0d91",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0d91",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0d91",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold underline",
|
||||||
|
"token": "entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function.frame"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "333333",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "994500",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "881280",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#BAD6FD",
|
||||||
|
"editor.lineHighlightBackground": "#0000001A",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#B3B3B3F4"
|
||||||
|
}
|
||||||
|
}
|
123
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/clouds-midnight.json
vendored
Normal file
123
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/clouds-midnight.json
vendored
Normal file
@ -0,0 +1,123 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "3c403b",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5d90cd",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "46a609",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "39946a",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "927c5d",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "927c5d",
|
||||||
|
"token": "support.constant.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "927c5d",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "366f1a",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a46763",
|
||||||
|
"token": "entity.other.attribute-name.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4b4b4b",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858585",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a165ac",
|
||||||
|
"token": "constant.character.entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a165ac",
|
||||||
|
"token": "support.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "meta.selector.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "616161",
|
||||||
|
"token": "meta.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "e92e2e",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e92e2e",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "punctuation.definition.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a165ac",
|
||||||
|
"token": "constant.other.color.rgb-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a165ac",
|
||||||
|
"token": "support.constant.property-value.css"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#929292",
|
||||||
|
"editor.background": "#191919",
|
||||||
|
"editor.selectionBackground": "#000000",
|
||||||
|
"editor.lineHighlightBackground": "#D7D7D708",
|
||||||
|
"editorCursor.foreground": "#7DA5DC",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
118
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/clouds.json
vendored
Normal file
118
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/clouds.json
vendored
Normal file
@ -0,0 +1,118 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "bcc8ba",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5d90cd",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "46a609",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "39946a",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "af956f",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "af956f",
|
||||||
|
"token": "support.constant.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "af956f",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "96dc5f",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "484848",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858585",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bf78cc",
|
||||||
|
"token": "constant.character.entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bf78cc",
|
||||||
|
"token": "support.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "meta.selector.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "484848",
|
||||||
|
"token": "meta.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ff002a",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c52727",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "606060",
|
||||||
|
"token": "punctuation.definition.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bf78cc",
|
||||||
|
"token": "constant.other.color.rgb-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bf78cc",
|
||||||
|
"token": "support.constant.property-value.css"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#BDD5FC",
|
||||||
|
"editor.lineHighlightBackground": "#FFFBD1",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
249
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/cobalt.json
vendored
Normal file
249
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/cobalt.json
vendored
Normal file
@ -0,0 +1,249 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "e1efff",
|
||||||
|
"token": "punctuation - (punctuation.definition.string || punctuation.definition.comment)"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff628c",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffdd00",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9d00",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffee80",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3ad900",
|
||||||
|
"token": "string -string.unquoted.old-plist -string.unquoted.heredoc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3ad900",
|
||||||
|
"token": "string.unquoted.heredoc string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0088ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80ffbb",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccccc",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff80e1",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffee80",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "800f00",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "223545",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "223545",
|
||||||
|
"token": "string.unquoted.heredoc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "223545",
|
||||||
|
"token": "source source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80fcff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9eff80",
|
||||||
|
"token": "string.quoted source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80ff82",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80ffc2",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "edef7d",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffb054",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb939a",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff1e00",
|
||||||
|
"token": "support.type.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8996a8",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afc4db",
|
||||||
|
"token": "meta.preprocessor.c keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9effff",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9effff",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9effff",
|
||||||
|
"token": "meta.selector.css entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffb454",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fe461",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9df39f",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f6f080",
|
||||||
|
"token": "meta.property-group support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f6f080",
|
||||||
|
"token": "meta.property-value support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f6aa11",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "edf080",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "edf080",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb939a",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "000e1a",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "000e1a",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4c0900",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "806f00",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "154f00",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "8fddf630",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "004480",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "130d26",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c1afff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8ffd9",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c8e4fd",
|
||||||
|
"background": "001221",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.heading"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FFFFFF",
|
||||||
|
"editor.background": "#002240",
|
||||||
|
"editor.selectionBackground": "#B36539BF",
|
||||||
|
"editor.lineHighlightBackground": "#00000059",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#FFFFFF26"
|
||||||
|
}
|
||||||
|
}
|
173
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dawn.json
vendored
Normal file
173
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dawn.json
vendored
Normal file
@ -0,0 +1,173 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "5a525f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "811f24",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bf4f24",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "794938",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a71d5d",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0b6125",
|
||||||
|
"token": "string | punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "691c97",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "234a97",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "794938",
|
||||||
|
"token": "punctuation.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b52a1d",
|
||||||
|
"fontStyle": "bold italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "b52a1d",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "080808",
|
||||||
|
"background": "6f8bba26",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "696969",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "234a97",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf5628",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf5628",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "string.regexp.character-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf5628",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "string.regexp constant.character.escaped"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf5628",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "string.regexp source.ruby.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf5628",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "811f24",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "string.regexp constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "6f8bba26",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "693a17",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b4371f",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "234a97",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "693a17",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "19356d",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.heading | markup.heading entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0b6125",
|
||||||
|
"background": "bbbbbb30",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "080808",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "080808",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "080808",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "234a97",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "markup.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "234a97",
|
||||||
|
"background": "bbbbbb30",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b52a1d",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "19356d",
|
||||||
|
"background": "dcdcdc",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "meta.separator"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#080808",
|
||||||
|
"editor.background": "#F9F9F9",
|
||||||
|
"editor.selectionBackground": "#275FFF4D",
|
||||||
|
"editor.lineHighlightBackground": "#2463B41F",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#4B4B7E80"
|
||||||
|
}
|
||||||
|
}
|
148
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dominion-day.json
vendored
Normal file
148
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dominion-day.json
vendored
Normal file
@ -0,0 +1,148 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "e6e1c4",
|
||||||
|
"background": "322323",
|
||||||
|
"token": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6b4e32",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ef5d32",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ef5d32",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "keyword.other.name-of-parameter.objc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "variable.other.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9d762",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efac32",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "efcb43",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "constant.character.escaped"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7daf9c",
|
||||||
|
"token": "string source.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "144212",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "660000",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.separator.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#E6E1C4",
|
||||||
|
"editor.background": "#372725",
|
||||||
|
"editor.selectionBackground": "#16120E",
|
||||||
|
"editor.lineHighlightBackground": "#1F1611",
|
||||||
|
"editorCursor.foreground": "#E6E1C4",
|
||||||
|
"editorWhitespace.foreground": "#42302D"
|
||||||
|
}
|
||||||
|
}
|
304
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dreamweaver.json
vendored
Normal file
304
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/dreamweaver.json
vendored
Normal file
@ -0,0 +1,304 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee000b",
|
||||||
|
"token": "constant.numeric - source.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9a9a9a",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "00359e",
|
||||||
|
"token": "text.html meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "001eff",
|
||||||
|
"token": "text.html.basic meta.tag string.quoted - source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "text.html.basic constant.character.entity.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "106800",
|
||||||
|
"token": "text.html meta.tag.a - string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d232e",
|
||||||
|
"token": "text.html meta.tag.img - string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9700",
|
||||||
|
"token": "text.html meta.tag.form - string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009079",
|
||||||
|
"token": "text.html meta.tag.table - string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "842b44",
|
||||||
|
"token": "source.js.embedded.html punctuation.definition.tag - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "842b44",
|
||||||
|
"token": "source.js.embedded.html entity.name.tag.script"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "842b44",
|
||||||
|
"token": "source.js.embedded entity.other.attribute-name - source.js string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9a9a9a",
|
||||||
|
"token": "source.js comment - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "source.js meta.function - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "24c696",
|
||||||
|
"token": "source.js meta.class - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "24c696",
|
||||||
|
"token": "source.js support.function - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.js string - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.js keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7e00b7",
|
||||||
|
"token": "source.js support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js storage - storage.type.function - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js constant - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js keyword - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js meta.brace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js punctuation.definition.parameters.begin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.js punctuation.definition.parameters.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "106800",
|
||||||
|
"token": "source.js string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "106800",
|
||||||
|
"token": "source.js string.regexp constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8d00b7",
|
||||||
|
"token": "source.css.embedded.html punctuation.definition.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8d00b7",
|
||||||
|
"token": "source.css.embedded.html entity.name.tag.style"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8d00b7",
|
||||||
|
"token": "source.css.embedded entity.other.attribute-name - meta.selector"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009c7f",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.css meta.at-rule.import.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee000b",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.css keyword.other.important"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "430303",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.css meta.at-rule.media"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "106800",
|
||||||
|
"token": "source.css string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "da29ff",
|
||||||
|
"token": "source.css meta.selector"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "da29ff",
|
||||||
|
"token": "source.css meta.property-list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "da29ff",
|
||||||
|
"token": "source.css meta.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "da29ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.css punctuation.separator - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "da29ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.css punctuation.terminator - source.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"token": "source.css meta.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.css meta.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee000b",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.php punctuation.section.embedded.begin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee000b",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "source.php punctuation.section.embedded.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "source.php - punctuation.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "source.php variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "source.php meta.function.arguments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "05208c",
|
||||||
|
"token": "source.php punctuation - string - variable - meta.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "24bf96",
|
||||||
|
"token": "source.php storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009714",
|
||||||
|
"token": "source.php keyword - comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009714",
|
||||||
|
"token": "source.php storage.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009714",
|
||||||
|
"token": "source.php storage.type.interface"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009714",
|
||||||
|
"token": "source.php storage.modifier"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009714",
|
||||||
|
"token": "source.php constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.php support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.php storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.php keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0035ff",
|
||||||
|
"token": "source.php storage.type.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0092f2",
|
||||||
|
"token": "source.php variable.other.global"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "551d02",
|
||||||
|
"token": "source.php support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "551d02",
|
||||||
|
"token": "source.php constant.language.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e20000",
|
||||||
|
"token": "source.php string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e20000",
|
||||||
|
"token": "source.php string keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6200",
|
||||||
|
"token": "source.php string.quoted.double variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9404",
|
||||||
|
"token": "source.php comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee000b",
|
||||||
|
"background": "efff8a",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "invalid"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#5EA0FF",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
198
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/eiffel.json
vendored
Normal file
198
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/eiffel.json
vendored
Normal file
@ -0,0 +1,198 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "00b418",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0206ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0100b6",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd0000",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c5060b",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "585cf6",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d80800",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "26b31a",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "26b31a",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1a921c",
|
||||||
|
"token": "meta.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0c450d",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.control.import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000a2",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000a2",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.other.name-of-parameter.objc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70727e",
|
||||||
|
"token": "storage.type.method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3c4c72",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "06960e",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "687687",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ffd0d0",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "427ff530",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "427ff530",
|
||||||
|
"token": "string.unquoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "68685b",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "68685b",
|
||||||
|
"token": "declaration.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "declaration.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.doctype.DTD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.doctype.DTD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1c02ff",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1c02ff",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0c07ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b90690",
|
||||||
|
"token": "markup.list"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#C3DCFF",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
180
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/espresso-libre.json
vendored
Normal file
180
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/espresso-libre.json
vendored
Normal file
@ -0,0 +1,180 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "0066ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "43a8ed",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "43a8ed",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "44aa43",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c5656b",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "585cf6",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "318495",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "318495",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "049b0a",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2fe420",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2fe420",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1a921c",
|
||||||
|
"token": "meta.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9aff87",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.control.import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9358",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9358",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.other.name-of-parameter.objc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b8e9c",
|
||||||
|
"token": "storage.type.method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7290d9",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "00af0e",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2f5fe0",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "687687",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ffd0d0",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "f5aa7730",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "f5aa7730",
|
||||||
|
"token": "string.unquoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f7e65",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.sgml.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "string.quoted.docinfo.doctype.DTD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "43a8ed",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "43a8ed",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#BDAE9D",
|
||||||
|
"editor.background": "#2A211C",
|
||||||
|
"editor.selectionBackground": "#C3DCFF",
|
||||||
|
"editor.lineHighlightBackground": "#3A312C",
|
||||||
|
"editorCursor.foreground": "#889AFF",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
243
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github.json
vendored
Normal file
243
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github.json
vendored
Normal file
@ -0,0 +1,243 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "999988",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "comment.block.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "comment.documentation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"fontStyle": "bold italic",
|
||||||
|
"token": "comment.block.documentation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a61717",
|
||||||
|
"background": "e3d2d2",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "445588",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "445588",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0086b3",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "445588",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "445588",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "445588",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "variable.other.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "800080",
|
||||||
|
"token": "constant.character.entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "entity.name.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "keyword.other.name-of-parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000080",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009999",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009999",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dd1144",
|
||||||
|
"token": "string - string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dd1144",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009926",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990073",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "punctuation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "ffdddd",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0000",
|
||||||
|
"token": "markup.error"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"token": "markup.heading.1"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "ddffdd",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "markup.output"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "markup.prompt"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aaaaaa",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aa0000",
|
||||||
|
"token": "markup.traceback"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"background": "eaf2f5",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"background": "eaf2f5",
|
||||||
|
"token": "meta.diff.index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"background": "eaf2f5",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"background": "ffdddd",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"background": "ddffdd",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4183c4",
|
||||||
|
"token": "meta.link"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#F8F8FF",
|
||||||
|
"editor.selectionBackground": "#B4D5FE",
|
||||||
|
"editor.lineHighlightBackground": "#FFFEEB",
|
||||||
|
"editorCursor.foreground": "#666666",
|
||||||
|
"editorWhitespace.foreground": "#BBBBBB"
|
||||||
|
}
|
||||||
|
}
|
71
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/idle.json
vendored
Normal file
71
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/idle.json
vendored
Normal file
@ -0,0 +1,71 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "919191",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "00a33f",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5600",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5600",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a535ae",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "constant.other.placeholder.py"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#BAD6FD",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
141
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/idlefingers.json
vendored
Normal file
141
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/idlefingers.json
vendored
Normal file
@ -0,0 +1,141 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdcdcd",
|
||||||
|
"background": "282828",
|
||||||
|
"token": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bc9458",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffe5bb",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffe5bb",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffe5bb",
|
||||||
|
"token": "meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc66d",
|
||||||
|
"token": "entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fff980",
|
||||||
|
"token": "source.ruby entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b7dff8",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "support.class.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6c99bb",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc7833",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d0d0ff",
|
||||||
|
"token": "other.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "575757",
|
||||||
|
"token": "source comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a5c261",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aaaaaa",
|
||||||
|
"token": "string constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "cccc33",
|
||||||
|
"token": "string.interpolated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "string.literal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "787878",
|
||||||
|
"token": "string.interpolated constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83426",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6ea533",
|
||||||
|
"token": "markup.list.unnumbered.textile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6ea533",
|
||||||
|
"token": "markup.list.numbered.textile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c2c2c2",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold.textile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "ff0000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "323232",
|
||||||
|
"background": "fff980",
|
||||||
|
"token": "collab.user1"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FFFFFF",
|
||||||
|
"editor.background": "#323232",
|
||||||
|
"editor.selectionBackground": "#5A647EE0",
|
||||||
|
"editor.lineHighlightBackground": "#353637",
|
||||||
|
"editorCursor.foreground": "#91FF00",
|
||||||
|
"editorWhitespace.foreground": "#404040"
|
||||||
|
}
|
||||||
|
}
|
116
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/iplastic.json
vendored
Normal file
116
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/iplastic.json
vendored
Normal file
@ -0,0 +1,116 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "009933",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0066ff",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff0080",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9700cc",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"token": "support.class.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff8000",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0066ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff0000",
|
||||||
|
"background": "e71a114d",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "e71a1100",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "fafafafc",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0033cc",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0033cc",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6782d3",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6782d3",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3333ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold underline",
|
||||||
|
"token": "entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function.frame"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "333333",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3366cc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#EEEEEEEB",
|
||||||
|
"editor.selectionBackground": "#BAD6FD",
|
||||||
|
"editor.lineHighlightBackground": "#0000001A",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#B3B3B3F4"
|
||||||
|
}
|
||||||
|
}
|
415
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/katzenmilch.json
vendored
Normal file
415
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/katzenmilch.json
vendored
Normal file
@ -0,0 +1,415 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "949494e8",
|
||||||
|
"background": "dcdcdc8f",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a54776",
|
||||||
|
"background": "e9d6dc85",
|
||||||
|
"token": "comment.line.region"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "668d68",
|
||||||
|
"background": "e9e4be",
|
||||||
|
"token": "comment.line.marker.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "456e48",
|
||||||
|
"background": "d9eab8",
|
||||||
|
"token": "comment.line.todo.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "880006",
|
||||||
|
"background": "e1d0ca",
|
||||||
|
"token": "comment.line.fixme.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd6839",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b4726",
|
||||||
|
"background": "e8e9e8",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a52a2a",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd3700",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b03060",
|
||||||
|
"token": "support.function - variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b03060",
|
||||||
|
"token": "keyword.other.special-method.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "keyword.operator.comparison"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "keyword.operator.logical"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "639300",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "007e69",
|
||||||
|
"token": "string.quoted.double.ruby source.ruby.embedded.source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "104e8b",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009acd",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd1732",
|
||||||
|
"background": "e8e9e8",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd1224",
|
||||||
|
"background": "ff060026",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7b211a",
|
||||||
|
"background": "77ade900",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"background": "c9d4be",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "676767",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.cast"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "source entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "source entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b85423",
|
||||||
|
"token": "entity.name.tag.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b85423",
|
||||||
|
"token": "entity.other.attribute-name.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b12e25",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8002d",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8002d",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8693a5",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8860b",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee3a8c",
|
||||||
|
"token": "keyword.other.important"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee3a8c",
|
||||||
|
"token": "keyword.other.default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9a5925",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9f5e3d",
|
||||||
|
"token": "keyword.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1b76b0",
|
||||||
|
"token": "source.scss support.function.misc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8bebe",
|
||||||
|
"background": "82000e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8bebe",
|
||||||
|
"background": "82000e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "420e09",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4a410d",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "253b22",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd2626",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b1a1a",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b7765",
|
||||||
|
"background": "fee09c12",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"background": "bf61330d",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"background": "bf61330d",
|
||||||
|
"token": "markup.heading entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f5b26",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f67b37",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60a633",
|
||||||
|
"background": "242424",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.entry.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.exit.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "751012",
|
||||||
|
"token": "meta.line.error.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "dcdcdc8f",
|
||||||
|
"token": "punctuation.definition.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "629f9e",
|
||||||
|
"token": "entity.other.attribute-name.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "79a316",
|
||||||
|
"token": "string.quoted.double.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "79a316",
|
||||||
|
"token": "string.quoted.single.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "488c45",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.name.function.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666666",
|
||||||
|
"token": "source.js.embedded.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bb3182",
|
||||||
|
"token": "storage.type.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "338fd5",
|
||||||
|
"token": "support.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a99904",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "keyword.control.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a99904",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "616838",
|
||||||
|
"background": "d7d7a7",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "968f96",
|
||||||
|
"token": "active_guide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "cbdc2f38",
|
||||||
|
"token": "highlight_matching_word"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#363636",
|
||||||
|
"editor.background": "#E8E9E8",
|
||||||
|
"editor.selectionBackground": "#F5AA0091",
|
||||||
|
"editor.lineHighlightBackground": "#CBDC2F38",
|
||||||
|
"editorCursor.foreground": "#202020",
|
||||||
|
"editorWhitespace.foreground": "#0000004A",
|
||||||
|
"editorIndentGuide.background": "#8F8F8F",
|
||||||
|
"editorIndentGuide.activeBackground": "#FA2828"
|
||||||
|
}
|
||||||
|
}
|
246
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/krtheme.json
vendored
Normal file
246
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/krtheme.json
vendored
Normal file
@ -0,0 +1,246 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "d27518c2",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a89100b5",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ba6912",
|
||||||
|
"token": "entity.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "949c8b",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffee80",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c7a4a1b5",
|
||||||
|
"token": "string -string.unquoted.old-plist -string.unquoted.heredoc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c7a4a1b5",
|
||||||
|
"token": "string.unquoted.heredoc string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "706d5b",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9fc28a",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1a796",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff80e1",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffee80",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "a41300",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9d59f",
|
||||||
|
"background": "24231d4d",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9d59f",
|
||||||
|
"background": "24231d4d",
|
||||||
|
"token": "string.unquoted.heredoc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9d59f",
|
||||||
|
"background": "24231d4d",
|
||||||
|
"token": "source source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7efcff",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "439740ba",
|
||||||
|
"token": "string.quoted source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60db5dba",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7dffc0a6",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8b960",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "85873a",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c27e66",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff1e00",
|
||||||
|
"token": "support.class.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8996a8",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afc4db",
|
||||||
|
"token": "meta.preprocessor.c keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "73817d",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "babd9c",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "babd9c",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99a190",
|
||||||
|
"token": "meta.selector.css entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc8844",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cfb958",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0ddad",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aeb14b",
|
||||||
|
"token": "meta.property-group support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aeb14b",
|
||||||
|
"token": "meta.property-value support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffb010",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999179",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999179",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb939a",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "000e1a",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "000e1a",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "800f00",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "806f00",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "228000",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "8fddf630",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "005baa",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0f0040",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9d80ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80ffbb",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.heading"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FCFFE0",
|
||||||
|
"editor.background": "#0B0A09",
|
||||||
|
"editor.selectionBackground": "#AA00FF73",
|
||||||
|
"editor.lineHighlightBackground": "#38403D",
|
||||||
|
"editorCursor.foreground": "#FF9900",
|
||||||
|
"editorWhitespace.foreground": "#FFB16F52"
|
||||||
|
}
|
||||||
|
}
|
415
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/kuroir-theme.json
vendored
Normal file
415
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/kuroir-theme.json
vendored
Normal file
@ -0,0 +1,415 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "949494e8",
|
||||||
|
"background": "dcdcdc8f",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a54776",
|
||||||
|
"background": "e9d6dc85",
|
||||||
|
"token": "comment.line.region"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "668d68",
|
||||||
|
"background": "e9e4be",
|
||||||
|
"token": "comment.line.marker.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "456e48",
|
||||||
|
"background": "d9eab8",
|
||||||
|
"token": "comment.line.todo.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "880006",
|
||||||
|
"background": "e1d0ca",
|
||||||
|
"token": "comment.line.fixme.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd6839",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b4726",
|
||||||
|
"background": "e8e9e8",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a52a2a",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd3700",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b03060",
|
||||||
|
"token": "support.function - variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b03060",
|
||||||
|
"token": "keyword.other.special-method.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "keyword.operator.comparison"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "keyword.operator.logical"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "639300",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "007e69",
|
||||||
|
"token": "string.quoted.double.ruby source.ruby.embedded.source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "104e8b",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "009acd",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd1732",
|
||||||
|
"background": "e8e9e8",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd1224",
|
||||||
|
"background": "ff060026",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7b211a",
|
||||||
|
"background": "77ade900",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"background": "c9d4be",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "676767",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.cast"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "source entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "source entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b85423",
|
||||||
|
"token": "entity.name.tag.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b85423",
|
||||||
|
"token": "entity.other.attribute-name.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b83126",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b12e25",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8002d",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8002d",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "005273",
|
||||||
|
"token": "meta.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8693a5",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8860b",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee3a8c",
|
||||||
|
"token": "keyword.other.important"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ee3a8c",
|
||||||
|
"token": "keyword.other.default"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "417e00",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9a5925",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9f5e3d",
|
||||||
|
"token": "keyword.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1b76b0",
|
||||||
|
"token": "source.scss support.function.misc"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8bebe",
|
||||||
|
"background": "82000e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8bebe",
|
||||||
|
"background": "82000e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "420e09",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4a410d",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "253b22",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cd2626",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b1a1a",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b7765",
|
||||||
|
"background": "fee09c12",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"background": "bf61330d",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8012d",
|
||||||
|
"background": "bf61330d",
|
||||||
|
"token": "markup.heading entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f5b26",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f67b37",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60a633",
|
||||||
|
"background": "242424",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.entry.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.exit.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "751012",
|
||||||
|
"token": "meta.line.error.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "dcdcdc8f",
|
||||||
|
"token": "punctuation.definition.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "629f9e",
|
||||||
|
"token": "entity.other.attribute-name.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "79a316",
|
||||||
|
"token": "string.quoted.double.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "79a316",
|
||||||
|
"token": "string.quoted.single.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "488c45",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.name.function.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666666",
|
||||||
|
"token": "source.js.embedded.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bb3182",
|
||||||
|
"token": "storage.type.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "338fd5",
|
||||||
|
"token": "support.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a99904",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "keyword.control.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a99904",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "616838",
|
||||||
|
"background": "d7d7a7",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "968f96",
|
||||||
|
"token": "active_guide"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "cbdc2f38",
|
||||||
|
"token": "highlight_matching_word"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#363636",
|
||||||
|
"editor.background": "#E8E9E8",
|
||||||
|
"editor.selectionBackground": "#F5AA0091",
|
||||||
|
"editor.lineHighlightBackground": "#CBDC2F38",
|
||||||
|
"editorCursor.foreground": "#202020",
|
||||||
|
"editorWhitespace.foreground": "#0000004A",
|
||||||
|
"editorIndentGuide.background": "#8F8F8F",
|
||||||
|
"editorIndentGuide.activeBackground": "#FA2828"
|
||||||
|
}
|
||||||
|
}
|
109
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/lazy.json
vendored
Normal file
109
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/lazy.json
vendored
Normal file
@ -0,0 +1,109 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "8c868f",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d62a28",
|
||||||
|
"token": "text.tex.latex entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff7800",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff7800",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "409b1c",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "409b1c",
|
||||||
|
"token": "meta.verbatim"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "990000",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "9d1e15",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "671ebb",
|
||||||
|
"token": "string constant.other.placeholder"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e4558",
|
||||||
|
"token": "meta.function-call.py"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a4a64",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a4a64",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7f90aa",
|
||||||
|
"token": "keyword.type.variant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "source.ocaml keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3b5bb5",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml constant.numeric.floating-point"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#E3FC8D",
|
||||||
|
"editor.lineHighlightBackground": "#EFFCA68F",
|
||||||
|
"editorCursor.foreground": "#7C7C7C",
|
||||||
|
"editorWhitespace.foreground": "#B6B6B6"
|
||||||
|
}
|
||||||
|
}
|
151
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/magicwb-amiga.json
vendored
Normal file
151
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/magicwb-amiga.json
vendored
Normal file
@ -0,0 +1,151 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "8d2e75",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "ff000033",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"background": "0000ff33",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"background": "0000ff33",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a68a3",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a68a3",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e5b3ff",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"token": "support.function.any-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "support.function.any-method - punctuation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a68a3",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "797979",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"background": "969696",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "string.quoted.other.lt-gt.include"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffa995",
|
||||||
|
"background": "969696",
|
||||||
|
"token": "string.quoted.double.include"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4d4e60",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "0000ff",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "00f0c9",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4c457e",
|
||||||
|
"token": "markup.quote markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "8a9ecb",
|
||||||
|
"token": "text.html source"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#969696",
|
||||||
|
"editor.selectionBackground": "#B1B1B1",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#FF38FF"
|
||||||
|
}
|
||||||
|
}
|
126
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/merbivore-soft.json
vendored
Normal file
126
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/merbivore-soft.json
vendored
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "ad2ea4",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc83ff",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "58c554",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1edafb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "constant.library"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fdc251",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1edafb",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffff89",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "constant.character.escaped"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "string source.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "144212",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "660000",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.separator.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#E6E1DC",
|
||||||
|
"editor.background": "#161616",
|
||||||
|
"editor.selectionBackground": "#454545",
|
||||||
|
"editor.lineHighlightBackground": "#333435",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#404040"
|
||||||
|
}
|
||||||
|
}
|
126
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/merbivore.json
vendored
Normal file
126
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/merbivore.json
vendored
Normal file
@ -0,0 +1,126 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "ad2ea4",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc83ff",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "58c554",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1edafb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "constant.library"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fdc251",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1edafb",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8dff0a",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fc6f09",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffff89",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "constant.character.escaped"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "519f50",
|
||||||
|
"token": "string source.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "144212",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6e1dc",
|
||||||
|
"background": "660000",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.separator.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.index"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "2f33ab",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#E6E1DC",
|
||||||
|
"editor.background": "#161616",
|
||||||
|
"editor.selectionBackground": "#454545",
|
||||||
|
"editor.lineHighlightBackground": "#333435",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#404040"
|
||||||
|
}
|
||||||
|
}
|
144
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/monokai-bright.json
vendored
Normal file
144
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/monokai-bright.json
vendored
Normal file
@ -0,0 +1,144 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "variable.other.dollar.only.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd971f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f0",
|
||||||
|
"background": "f92672",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f0",
|
||||||
|
"background": "ae81ff",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cfcfc2",
|
||||||
|
"token": "meta.structure.dictionary.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ffa0",
|
||||||
|
"token": "constant.numeric.line-number.find-in-files - match"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "entity.name.filename.find-in-files"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F2",
|
||||||
|
"editor.background": "#272822",
|
||||||
|
"editor.selectionBackground": "#9D550F",
|
||||||
|
"editor.inactiveSelectionBackground": "#bbbbbb",
|
||||||
|
"editor.lineHighlightBackground": "#3E3D32",
|
||||||
|
"editorCursor.foreground": "#F8F8F0",
|
||||||
|
"editorWhitespace.foreground": "#3B3A32",
|
||||||
|
"editorIndentGuide.activeBackground": "#9D550FB0"
|
||||||
|
}
|
||||||
|
}
|
140
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/monokai.json
vendored
Normal file
140
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/monokai.json
vendored
Normal file
@ -0,0 +1,140 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ff",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd971f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66d9ef",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f0",
|
||||||
|
"background": "f92672",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f0",
|
||||||
|
"background": "ae81ff",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cfcfc2",
|
||||||
|
"token": "meta.structure.dictionary.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "75715e",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f92672",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a6e22e",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ae81ffa0",
|
||||||
|
"token": "constant.numeric.line-number.find-in-files - match"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e6db74",
|
||||||
|
"token": "entity.name.filename.find-in-files"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F2",
|
||||||
|
"editor.background": "#272822",
|
||||||
|
"editor.selectionBackground": "#49483E",
|
||||||
|
"editor.lineHighlightBackground": "#3E3D32",
|
||||||
|
"editorCursor.foreground": "#F8F8F0",
|
||||||
|
"editorWhitespace.foreground": "#3B3A32",
|
||||||
|
"editorIndentGuide.activeBackground": "#9D550FB0",
|
||||||
|
"editor.selectionHighlightBorder": "#222218"
|
||||||
|
}
|
||||||
|
}
|
676
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/night-owl.json
vendored
Normal file
676
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/night-owl.json
vendored
Normal file
@ -0,0 +1,676 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "637777",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "vstring.quoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "variable.other.readwrite.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5ca7e4",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5ca7e4",
|
||||||
|
"token": "string.regexp keyword.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5f7e97",
|
||||||
|
"token": "meta.function punctuation.separator.comma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f78c6c",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f78c6c",
|
||||||
|
"token": "constant.character.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "punctuation.accessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "meta.var.expr"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "meta.class meta.method.declaration meta.var.expr storage.type.jsm"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "storage.type.property.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "storage.type.property.ts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "storage.type.property.tsx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcb8b",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcb8b",
|
||||||
|
"token": "meta.class entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "punctuation.definition.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d3423e",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "punctuation.terminator.expression"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "punctuation.definition.arguments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "punctuation.definition.array"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "punctuation.section.array"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "meta.array"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.definition.list.begin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.definition.list.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.separator.arguments"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.definition.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d3423e",
|
||||||
|
"token": "string.template meta.template.expression"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "string.template punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "punctuation.definition.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "variable.other.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "support.function.construct"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.other.new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f78c6c",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d7dbe0",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc2996",
|
||||||
|
"token": "punctuation.definition.tag.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc2996",
|
||||||
|
"token": "punctuation.definition.tag.begin"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc2996",
|
||||||
|
"token": "punctuation.definition.tag.end"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "entity.name.tag.custom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "upport.constant.meta.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.variable.dom"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.other.new"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.other.debugger"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.comparison"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.flow.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.flow.ts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.flow.tsx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.module.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.class.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.def.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.loop.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.loop.ts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.import.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.import.ts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.import.tsx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.from.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.from.ts"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.control.from.tsx"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "ff2c83",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "d3423e",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.relational"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.assignement"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.arithmetic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.bitwise"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.increment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "keyword.operator.ternary"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "637777",
|
||||||
|
"token": "comment.line.double-slash"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdebf7",
|
||||||
|
"token": "object"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5874",
|
||||||
|
"token": "constant.language.null"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "meta.brace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "meta.delimiter.period"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5874",
|
||||||
|
"token": "constant.language.boolean"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "object.comma"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "variable.parameter.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "support.type.vendor.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "support.constant.vendor.property-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "support.type.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "meta.property-list entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "57eaf1",
|
||||||
|
"token": "meta.property-list entity.name.tag.reference"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f78c6c",
|
||||||
|
"token": "constant.other.color.rgb-value punctuation.definition.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeb95",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeb95",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "meta.selector"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fad430",
|
||||||
|
"token": "entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "meta.property-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "entity.name.tag.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"token": "meta.tag.sgml.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d9f5dd",
|
||||||
|
"token": "punctuation.definition.parameters"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "string.quoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "string.quoted.double"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "string.quoted.single"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.constant.math"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.type.property-name.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "support.constant.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c789d6",
|
||||||
|
"token": "meta.structure.dictionary.value.json string.quoted.double"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "string.quoted.double.json punctuation.definition.string.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5874",
|
||||||
|
"token": "meta.structure.dictionary.json meta.structure.dictionary.value constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "variable.other.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "entity.name.type.class.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "keyword.control.class.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ecc48d",
|
||||||
|
"token": "meta.class.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "constant.language.symbol.hashkey.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0eddd",
|
||||||
|
"background": "a57706",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0eddd",
|
||||||
|
"background": "a57706",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ef535090",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a2bffc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a2bffc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header.git"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a2bffc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a2bffc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "219186",
|
||||||
|
"background": "eae3ca",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d3201f",
|
||||||
|
"token": "other.package.exclude"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d3201f",
|
||||||
|
"token": "other.remove"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "269186",
|
||||||
|
"token": "other.add"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff5874",
|
||||||
|
"token": "constant.language.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "variable.parameter.function.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82aaff",
|
||||||
|
"token": "meta.function-call.arguments.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2ccd6",
|
||||||
|
"token": "meta.function-call.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2ccd6",
|
||||||
|
"token": "meta.function-call.generic.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "punctuation.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"token": "entity.name.function.decorator.python"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8eace3",
|
||||||
|
"token": "source.python variable.language.special"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "markup.heading.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c792ea",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "addb67",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "697098",
|
||||||
|
"token": "markup.quote.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "80cbc4",
|
||||||
|
"token": "markup.inline.raw.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff869a",
|
||||||
|
"token": "markup.underline.link.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff869a",
|
||||||
|
"token": "markup.underline.link.image.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "string.other.link.title.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d6deeb",
|
||||||
|
"token": "string.other.link.description.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "punctuation.definition.string.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "punctuation.definition.string.begin.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "punctuation.definition.string.end.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "meta.link.inline.markdown punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7fdbca",
|
||||||
|
"token": "punctuation.definition.metadata.markdown"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "82b1ff",
|
||||||
|
"token": "beginning.punctuation.definition.list.markdown"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#d6deeb",
|
||||||
|
"editor.background": "#011627",
|
||||||
|
"editor.selectionBackground": "#5f7e9779",
|
||||||
|
"editor.lineHighlightBackground": "#010E17",
|
||||||
|
"editorCursor.foreground": "#80a4c2",
|
||||||
|
"editorWhitespace.foreground": "#2e2040",
|
||||||
|
"editorIndentGuide.background": "#5e81ce52",
|
||||||
|
"editor.selectionHighlightBorder": "#122d42"
|
||||||
|
}
|
||||||
|
}
|
387
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/oceanic-next.json
vendored
Normal file
387
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/oceanic-next.json
vendored
Normal file
@ -0,0 +1,387 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "65737e",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "65737e",
|
||||||
|
"token": "punctuation.definition.comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdd3de",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "storage.modifier"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.definition.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.separator.inheritance.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.definition.tag.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.definition.tag.begin.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.definition.tag.end.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "keyword.other.template"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "keyword.other.substitution"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb606b",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb606b",
|
||||||
|
"token": "meta.tag.sgml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eb606b",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "variable.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "constant.other.key"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"fontStyle": "normal",
|
||||||
|
"token": "meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "support.orther.namespace.use.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "meta.use.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "support.other.namespace.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "entity.name.module.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "variable.import.parameter.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "variable.other.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdd3de",
|
||||||
|
"token": "meta.group.braces.curly.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8dee9",
|
||||||
|
"token": "meta.class-method.js entity.name.function.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8dee9",
|
||||||
|
"token": "variable.function.constructor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8dee9",
|
||||||
|
"token": "meta.class.js meta.class.property.js meta.method.js string.unquoted.js entity.name.function.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bb80b3",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bb80b3",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "5fb3b3",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "*url*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "*link*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "*uri*"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ab7967",
|
||||||
|
"token": "constant.numeric.line-number.find-in-files - match"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99c794",
|
||||||
|
"token": "entity.name.filename.find-in-files"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "tag.decorator.js entity.name.tag.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "tag.decorator.js punctuation.definition.tag.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "source.js constant.other.object.key.js string.unquoted.label.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8dee9",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d8dee9",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ab7967",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ab7967",
|
||||||
|
"token": "source.json meta meta meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "source.json meta meta meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec5f67",
|
||||||
|
"token": "source.json meta meta meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "source.json meta meta meta meta.structure.dictionary.json string.quoted.double.json - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "source.json meta meta meta meta.structure.dictionary.json punctuation.definition.string - meta meta meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "source.json meta meta.structure.dictionary.json string.quoted.double.json - meta meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fac863",
|
||||||
|
"token": "source.json meta meta.structure.dictionary.json punctuation.definition.string - meta meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "source.json meta.structure.dictionary.json string.quoted.double.json - meta.structure.dictionary.json meta.structure.dictionary.value.json string.quoted.double.json"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c594c5",
|
||||||
|
"token": "source.json meta.structure.dictionary.json punctuation.definition.string - meta.structure.dictionary.json meta.structure.dictionary.value.json punctuation.definition.string"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#CDD3DE",
|
||||||
|
"editor.background": "#1B2B34",
|
||||||
|
"editor.selectionBackground": "#4f5b66",
|
||||||
|
"editor.lineHighlightBackground": "#65737e55",
|
||||||
|
"editorCursor.foreground": "#c0c5ce",
|
||||||
|
"editorWhitespace.foreground": "#65737e",
|
||||||
|
"editorIndentGuide.background": "#65737F",
|
||||||
|
"editorIndentGuide.activeBackground": "#FBC95A"
|
||||||
|
}
|
||||||
|
}
|
267
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/pastels-on-dark.json
vendored
Normal file
267
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/pastels-on-dark.json
vendored
Normal file
@ -0,0 +1,267 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ad9361",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccccc",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a1a1ff",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2f006e",
|
||||||
|
"token": "meta.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.control.import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a1a1ff",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"token": "declaration.function function-result"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "declaration.function function-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "declaration.function argument-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"token": "declaration.function function-arg-type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.function function-argument"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "declaration.class class-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "declaration.class class-inheritance"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fff9f9",
|
||||||
|
"background": "ff0000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ffd0d0",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.section section-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c10006",
|
||||||
|
"token": "string.interpolation"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666666",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c1c144",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6782d3",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afa472",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de8e30",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858ef4",
|
||||||
|
"token": "keyword.markup.element-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b456f",
|
||||||
|
"token": "keyword.markup.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b456f",
|
||||||
|
"token": "meta.attribute-with-value"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82255",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "47b8d6",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6969fa",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "68685b",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.sgml.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "string.quoted.docinfo.doctype.DTD"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "909090",
|
||||||
|
"token": "comment.other.server-side-include.xhtml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "909090",
|
||||||
|
"token": "comment.other.server-side-include.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858ef4",
|
||||||
|
"token": "text.html declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858ef4",
|
||||||
|
"token": "text.html meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "858ef4",
|
||||||
|
"token": "text.html entity.name.tag.xhtml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b456f",
|
||||||
|
"token": "keyword.markup.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "777777",
|
||||||
|
"token": "keyword.other.phpdoc.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82255",
|
||||||
|
"token": "keyword.other.include.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de8e20",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant.core.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de8e10",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant.std.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b72e1d",
|
||||||
|
"token": "variable.other.global.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "00ff00",
|
||||||
|
"token": "variable.other.global.safer.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bfa36d",
|
||||||
|
"token": "string.quoted.single.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6969fa",
|
||||||
|
"token": "keyword.storage.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ad9361",
|
||||||
|
"token": "string.quoted.double.php"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ec9e00",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b8cd06",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "edca06",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2e759c",
|
||||||
|
"token": "entity.other.attribute-name.pseudo-class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "ff0000",
|
||||||
|
"token": "invalid.bad-comma.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b2e4d",
|
||||||
|
"token": "support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1c96b",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666633",
|
||||||
|
"token": "constant.other.rgb-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666633",
|
||||||
|
"token": "support.constant.font-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7171f3",
|
||||||
|
"token": "support.constant.tm-language-def"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7171f3",
|
||||||
|
"token": "support.constant.name.tm-language-def"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6969fa",
|
||||||
|
"token": "keyword.other.unit.css"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#DADADA",
|
||||||
|
"editor.background": "#211E1E",
|
||||||
|
"editor.selectionBackground": "#73597E80",
|
||||||
|
"editor.lineHighlightBackground": "#353030",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#4F4D4D"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,86 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "406040",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c03030",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0080a0",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml constant.numeric.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "800000",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2060a0",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "2060a0",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0080ff",
|
||||||
|
"token": "entity.name.module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0080ff",
|
||||||
|
"token": "support.other.module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a08000",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "008080",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c08060",
|
||||||
|
"token": "entity.name.class.variant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.other.directive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "800000",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "800080",
|
||||||
|
"token": "storage.type.user-defined"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8000c0",
|
||||||
|
"token": "entity.name.type.class.type"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#F1F1F1",
|
||||||
|
"editor.selectionBackground": "#B0B0FF",
|
||||||
|
"editor.lineHighlightBackground": "#00000026",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
1073
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/solarized-light.json
vendored
Normal file
1073
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/solarized-light.json
vendored
Normal file
File diff suppressed because it is too large
Load Diff
70
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/spacecadet.json
vendored
Normal file
70
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/spacecadet.json
vendored
Normal file
@ -0,0 +1,70 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "473c45",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "805978",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "a8885a",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "596380",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "596380",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "728059",
|
||||||
|
"token": "keyword - keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "728059",
|
||||||
|
"token": "keyword.operator.logical"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9ebf60",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6078bf",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8a4b66",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "893062",
|
||||||
|
"token": "support.type.exception"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "5f0047",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "371d28",
|
||||||
|
"token": "meta.function.section"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#DDE6CF",
|
||||||
|
"editor.background": "#0D0D0D",
|
||||||
|
"editor.selectionBackground": "#40002F",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#7F005D",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
308
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/sunburst.json
vendored
Normal file
308
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/sunburst.json
vendored
Normal file
@ -0,0 +1,308 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "aeaeae",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3387cc",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89bdff",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e28964",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cf50",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "65b042",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b859d",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e87e3",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd5ff1",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd5ff1",
|
||||||
|
"background": "562d56bf",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b5c2e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "daefa3",
|
||||||
|
"token": "string.quoted source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ddf2a4",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp source.ruby.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8a9a95",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dad085",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8996a8",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afc4db",
|
||||||
|
"token": "meta.preprocessor.c keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "676767",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.cast"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89bdff",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89bdff",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "source entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "source entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "meta.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "meta.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"token": "entity.name.tag.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"token": "entity.other.attribute-name.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cda869",
|
||||||
|
"token": "meta.selector.css entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b98ab",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b703f",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c5af75",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "meta.property-group support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "meta.property-value support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8693a5",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dd7b3b",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dd7b3b",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "420e09",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4a410d",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "253b22",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1d4b9",
|
||||||
|
"background": "fee09c12",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fedcc5",
|
||||||
|
"background": "632d04",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fedcc5",
|
||||||
|
"background": "632d04",
|
||||||
|
"token": "markup.heading entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1d4b9",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f67b37",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60a633",
|
||||||
|
"background": "242424",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.entry.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.exit.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "751012",
|
||||||
|
"token": "meta.line.error.logfile"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F8",
|
||||||
|
"editor.background": "#000000",
|
||||||
|
"editor.selectionBackground": "#DDF0FF33",
|
||||||
|
"editor.lineHighlightBackground": "#FFFFFF0D",
|
||||||
|
"editorCursor.foreground": "#A7A7A7",
|
||||||
|
"editorWhitespace.foreground": "#CAE2FB3D"
|
||||||
|
}
|
||||||
|
}
|
230
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/textmate-mac-classic.json
vendored
Normal file
230
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/textmate-mac-classic.json
vendored
Normal file
@ -0,0 +1,230 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "0066ff",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bfbfbf",
|
||||||
|
"token": "deco.folding"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000cd",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c5060b",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "585cf6",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "318495",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "318495",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "036a07",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "26b31a",
|
||||||
|
"token": "constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "26b31a",
|
||||||
|
"token": "string meta.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1a921c",
|
||||||
|
"token": "meta.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0c450d",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.control.import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000a2",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0000a2",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.function.any-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70727e",
|
||||||
|
"token": "storage.type.method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "declaration.section entity.name.section"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3c4c72",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6d79de",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "06960e",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "21439c",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "687687",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "990000",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "ffd0d0",
|
||||||
|
"token": "invalid.deprecated.trailing-whitespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0000000d",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0000000d",
|
||||||
|
"token": "string.unquoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0000000d",
|
||||||
|
"token": "meta.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0000000f",
|
||||||
|
"token": "text source string.unquoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "0000000f",
|
||||||
|
"token": "text source text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "68685b",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.processing.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.processing.xml entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "888888",
|
||||||
|
"token": "meta.tag.metadata.processing.xml string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.tag.metadata.doctype string.quoted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1c02ff",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "1c02ff",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "0c07ff",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b90690",
|
||||||
|
"token": "markup.list"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#4D97FF54",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
244
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow-night-blue.json
vendored
Normal file
244
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow-night-blue.json
vendored
Normal file
@ -0,0 +1,244 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "7285b7",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.operator.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "source.php.embedded.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff9da4",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffc58f",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeead",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeead",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeead",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffeead",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1f1a9",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1f1a9",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1f1a9",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1f1a9",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d1f1a9",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99ffff",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99ffff",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "bbdaff",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ebbbff",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ebbbff",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ebbbff",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ebbbff",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "f99da5",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "bbdafe",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "ebbbff",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FFFFFF",
|
||||||
|
"editor.background": "#002451",
|
||||||
|
"editor.selectionBackground": "#003F8E",
|
||||||
|
"editor.lineHighlightBackground": "#00346E",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#404F7D"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,240 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "969896",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eeeeee",
|
||||||
|
"token": "keyword.operator.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eeeeee",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "eeeeee",
|
||||||
|
"token": "source.php.embedded.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d54e53",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e78c45",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e7c547",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e7c547",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e7c547",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e7c547",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b9ca4a",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b9ca4a",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b9ca4a",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b9ca4a",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b9ca4a",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70c0b1",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "70c0b1",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7aa6da",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c397d8",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c397d8",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c397d8",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c397d8",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "df5f5f",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "82a3bf",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "b798bf",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#DEDEDE",
|
||||||
|
"editor.background": "#000000",
|
||||||
|
"editor.selectionBackground": "#424242",
|
||||||
|
"editor.lineHighlightBackground": "#2A2A2A",
|
||||||
|
"editorCursor.foreground": "#9F9F9F",
|
||||||
|
"editorWhitespace.foreground": "#343434"
|
||||||
|
}
|
||||||
|
}
|
@ -0,0 +1,236 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "999999",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccccc",
|
||||||
|
"token": "keyword.operator.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccccc",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccccc",
|
||||||
|
"token": "source.php.embedded.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f2777a",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f99157",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc66",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc66",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc66",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc66",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66cccc",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66cccc",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6699cc",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc99cc",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc99cc",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc99cc",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc99cc",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdcdcd",
|
||||||
|
"background": "f2777a",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdcdcd",
|
||||||
|
"background": "99cccc",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cdcdcd",
|
||||||
|
"background": "cc99cc",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#CCCCCC",
|
||||||
|
"editor.background": "#2D2D2D",
|
||||||
|
"editor.selectionBackground": "#515151",
|
||||||
|
"editor.lineHighlightBackground": "#393939",
|
||||||
|
"editorCursor.foreground": "#CCCCCC",
|
||||||
|
"editorWhitespace.foreground": "#6A6A6A"
|
||||||
|
}
|
||||||
|
}
|
240
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow-night.json
vendored
Normal file
240
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow-night.json
vendored
Normal file
@ -0,0 +1,240 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "969896",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced1cf",
|
||||||
|
"token": "keyword.operator.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced1cf",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced1cf",
|
||||||
|
"token": "source.php.embedded.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cc6666",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "de935f",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f0c674",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f0c674",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f0c674",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f0c674",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b5bd68",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b5bd68",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b5bd68",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b5bd68",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b5bd68",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8abeb7",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8abeb7",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "81a2be",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b294bb",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b294bb",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b294bb",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b294bb",
|
||||||
|
"token": "entity.name.tag.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "df5f5f",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "82a3bf",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ced2cf",
|
||||||
|
"background": "b798bf",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#C5C8C6",
|
||||||
|
"editor.background": "#1D1F21",
|
||||||
|
"editor.selectionBackground": "#373B41",
|
||||||
|
"editor.lineHighlightBackground": "#282A2E",
|
||||||
|
"editorCursor.foreground": "#AEAFAD",
|
||||||
|
"editorWhitespace.foreground": "#4B4E55"
|
||||||
|
}
|
||||||
|
}
|
236
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow.json
vendored
Normal file
236
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/tomorrow.json
vendored
Normal file
@ -0,0 +1,236 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "8e908c",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666969",
|
||||||
|
"token": "keyword.operator.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666969",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "666969",
|
||||||
|
"token": "source.php.embedded.line"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "string.other.link"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c82829",
|
||||||
|
"token": "markup.deleted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "punctuation.section.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f5871f",
|
||||||
|
"token": "keyword.other.unit"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c99e00",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c99e00",
|
||||||
|
"token": "entity.name.type.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c99e00",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c99e00",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "constant.other.symbol"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "718c00",
|
||||||
|
"token": "markup.inserted.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"token": "constant.other.color"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "meta.function-call"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "keyword.other.special-method"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "meta.block-level"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4271ae",
|
||||||
|
"token": "markup.changed.git_gutter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8959a8",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8959a8",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8959a8",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "c82829",
|
||||||
|
"token": "invalid"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "8959a8",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "718c00",
|
||||||
|
"token": "markup.inserted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "718c00",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "c82829",
|
||||||
|
"token": "markup.deleted.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "c82829",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.from-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "4271ae",
|
||||||
|
"token": "meta.diff.header.to-file"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3e999f",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.range"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#4D4D4C",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#D6D6D6",
|
||||||
|
"editor.lineHighlightBackground": "#EFEFEF",
|
||||||
|
"editorCursor.foreground": "#AEAFAD",
|
||||||
|
"editorWhitespace.foreground": "#D1D1D1"
|
||||||
|
}
|
||||||
|
}
|
263
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/twilight.json
vendored
Normal file
263
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/twilight.json
vendored
Normal file
@ -0,0 +1,263 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "5f5a60",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b703f",
|
||||||
|
"token": "entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cda869",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b859d",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7587a6",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "d2a8a1",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "562d56bf",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "b0b3ba14",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "b1b3ba21",
|
||||||
|
"token": "text.html.ruby source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b5c2e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "daefa3",
|
||||||
|
"token": "string source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ddf2a4",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp source.ruby.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8a9a95",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dad085",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8996a8",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afc4db",
|
||||||
|
"token": "meta.preprocessor.c keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.sgml.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.sgml.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.sgml.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.preprocessor.xml"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.preprocessor.xml entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.tag.preprocessor.xml string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ac885b",
|
||||||
|
"token": "declaration.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ac885b",
|
||||||
|
"token": "declaration.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ac885b",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ac885b",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "declaration.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "declaration.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "source entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "source entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "meta.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e0c589",
|
||||||
|
"token": "meta.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cda869",
|
||||||
|
"token": "meta.selector.css entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8b98ab",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b703f",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c5af75",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "meta.property-group support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "meta.property-value support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8693a5",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ca7840",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ca7840",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "420e09",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4a410d",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "253b22",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f9ee98",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "markup.heading"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F8",
|
||||||
|
"editor.background": "#141414",
|
||||||
|
"editor.selectionBackground": "#DDF0FF33",
|
||||||
|
"editor.lineHighlightBackground": "#FFFFFF08",
|
||||||
|
"editorCursor.foreground": "#A7A7A7",
|
||||||
|
"editorWhitespace.foreground": "#FFFFFF40"
|
||||||
|
}
|
||||||
|
}
|
320
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/upstream-sunburst.json
vendored
Normal file
320
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/upstream-sunburst.json
vendored
Normal file
@ -0,0 +1,320 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "3d3d3d",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89725b",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89725b",
|
||||||
|
"token": "keyword.control"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "89725b",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b859d",
|
||||||
|
"token": "support"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd5ff1",
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "invalid.deprecated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fd5ff1",
|
||||||
|
"background": "562d56bf",
|
||||||
|
"token": "invalid.illegal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "text source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9b5c2e",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "daefa3",
|
||||||
|
"token": "string.quoted source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ddf2a4",
|
||||||
|
"token": "string constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp source.ruby.embedded"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf7d34",
|
||||||
|
"token": "string.regexp string.regexp.arbitrary-repitition"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8a9a95",
|
||||||
|
"token": "string variable"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dad085",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cf6a4c",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8996a8",
|
||||||
|
"token": "meta.preprocessor.c"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "afc4db",
|
||||||
|
"token": "meta.preprocessor.c keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "676767",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.cast"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.sgml.html meta.doctype string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "494949",
|
||||||
|
"token": "meta.xml-processing string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.tag entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "source entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "source entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.tag.inline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.tag.inline entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"token": "entity.name.tag.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"token": "entity.other.attribute-name.namespace"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.selector.css entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.tag.pseudo-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.id"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "259adb",
|
||||||
|
"token": "meta.selector.css entity.other.attribute-name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1f5b1",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "meta.property-group support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "meta.property-value support.constant.property-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8693a5",
|
||||||
|
"token": "meta.preprocessor.at-rule keyword.control.at-rule"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "meta.property-value support.constant.named-color.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "b2d72c",
|
||||||
|
"token": "meta.property-value constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "8f9d6a",
|
||||||
|
"token": "meta.constructor.argument.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "0e2231",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "meta.diff.header"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "420e09",
|
||||||
|
"token": "markup.deleted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "4a410d",
|
||||||
|
"token": "markup.changed"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f8f8f8",
|
||||||
|
"background": "253b22",
|
||||||
|
"token": "markup.inserted"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.italic"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e9c062",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "markup.bold"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e18964",
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "markup.underline"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1d4b9",
|
||||||
|
"background": "fee09c12",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup.quote"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fedcc5",
|
||||||
|
"background": "632d04",
|
||||||
|
"token": "markup.heading"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "fedcc5",
|
||||||
|
"background": "632d04",
|
||||||
|
"token": "markup.heading entity"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "e1d4b9",
|
||||||
|
"token": "markup.list"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "578bb3",
|
||||||
|
"background": "b1b3ba08",
|
||||||
|
"token": "markup.raw"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f67b37",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "markup comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "60a633",
|
||||||
|
"background": "242424",
|
||||||
|
"token": "meta.separator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.entry.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "eeeeee29",
|
||||||
|
"token": "meta.line.exit.logfile"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "751012",
|
||||||
|
"token": "meta.line.error.logfile"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#F8F8F8",
|
||||||
|
"editor.background": "#000000F7",
|
||||||
|
"editor.selectionBackground": "#668CDB9C",
|
||||||
|
"editor.lineHighlightBackground": "#F2ECFF1F",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#616D793D"
|
||||||
|
}
|
||||||
|
}
|
192
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/vibrant-ink.json
vendored
Normal file
192
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/vibrant-ink.json
vendored
Normal file
@ -0,0 +1,192 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "0f0f0f",
|
||||||
|
"token": "text"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"background": "000000",
|
||||||
|
"token": "source.ruby.rails.embedded.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "101010",
|
||||||
|
"token": "text.html.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ccff33",
|
||||||
|
"token": "constant.numeric.ruby"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"background": "000000",
|
||||||
|
"token": "source"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "9933cc",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "339999",
|
||||||
|
"token": "constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "edf8f9",
|
||||||
|
"token": "keyword.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.preprocessor directive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc00",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc00",
|
||||||
|
"token": "storage.type.function.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "variable.parameter"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "772cb7",
|
||||||
|
"background": "070707",
|
||||||
|
"token": "source comment.block"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999966",
|
||||||
|
"token": "support.function.activerecord.rails"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "66ff00",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "aaaaaa",
|
||||||
|
"token": "string constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "000000",
|
||||||
|
"background": "cccc33",
|
||||||
|
"token": "string.interpolated"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "44b4cc",
|
||||||
|
"token": "string.regexp"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc33",
|
||||||
|
"token": "string.literal"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "555555",
|
||||||
|
"token": "string.interpolated constant.character.escape"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "support.class.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "italic underline",
|
||||||
|
"token": "entity.other.inherited-class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "meta.tag.inline.any.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "meta.tag.block.any.html"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "99cc99",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "dde93d",
|
||||||
|
"token": "keyword.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "meta.selector.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "entity.other.attribute-name.pseudo-class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "entity.name.tag.wildcard.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "entity.other.attribute-name.id.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "entity.other.attribute-name.class.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "999966",
|
||||||
|
"token": "support.type.property-name.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.other.unit.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "constant.other.rgb-value.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "constant.numeric.css"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "support.function.event-handler.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "keyword.operator.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "cccc66",
|
||||||
|
"token": "keyword.control.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffff",
|
||||||
|
"token": "support.class.prototype.js"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff6600",
|
||||||
|
"token": "object.property.function.prototype.js"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#FFFFFF",
|
||||||
|
"editor.background": "#000000",
|
||||||
|
"editor.selectionBackground": "#35493CE0",
|
||||||
|
"editor.lineHighlightBackground": "#333300",
|
||||||
|
"editorCursor.foreground": "#FFFFFF",
|
||||||
|
"editorWhitespace.foreground": "#404040"
|
||||||
|
}
|
||||||
|
}
|
94
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/xcode_default.json
vendored
Normal file
94
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/xcode_default.json
vendored
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
{
|
||||||
|
"base": "vs",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "008e00",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7d4726",
|
||||||
|
"token": "meta.preprocessor"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "7d4726",
|
||||||
|
"token": "keyword.control.import"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "df0002",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "3a00dc",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c800a4",
|
||||||
|
"token": "constant.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "275a5e",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "275a5e",
|
||||||
|
"token": "constant.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c800a4",
|
||||||
|
"token": "variable.language"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c800a4",
|
||||||
|
"token": "variable.other"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c800a4",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "c900a4",
|
||||||
|
"token": "storage"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "438288",
|
||||||
|
"token": "entity.name.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "790ead",
|
||||||
|
"token": "entity.name.tag"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "450084",
|
||||||
|
"token": "entity.other.attribute-name"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "450084",
|
||||||
|
"token": "support.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "450084",
|
||||||
|
"token": "support.constant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "790ead",
|
||||||
|
"token": "support.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "790ead",
|
||||||
|
"token": "support.class"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "790ead",
|
||||||
|
"token": "support.other.variable"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#000000",
|
||||||
|
"editor.background": "#FFFFFF",
|
||||||
|
"editor.selectionBackground": "#B5D5FF",
|
||||||
|
"editor.lineHighlightBackground": "#00000012",
|
||||||
|
"editorCursor.foreground": "#000000",
|
||||||
|
"editorWhitespace.foreground": "#BFBFBF"
|
||||||
|
}
|
||||||
|
}
|
94
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/zenburnesque.json
vendored
Normal file
94
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/zenburnesque.json
vendored
Normal file
@ -0,0 +1,94 @@
|
|||||||
|
{
|
||||||
|
"base": "vs-dark",
|
||||||
|
"inherit": true,
|
||||||
|
"rules": [
|
||||||
|
{
|
||||||
|
"foreground": "709070",
|
||||||
|
"fontStyle": "italic",
|
||||||
|
"token": "comment"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "keyword.other.directive"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "keyword.other.directive.line-number"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff8080",
|
||||||
|
"token": "constant.character"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff2020",
|
||||||
|
"token": "string"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "22c0ff",
|
||||||
|
"token": "constant.numeric"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "constant.numeric.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffa0",
|
||||||
|
"token": "keyword"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff8000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ff8000",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "support.other.module"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffffa0",
|
||||||
|
"token": "keyword.operator"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.infix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"fontStyle": "underline",
|
||||||
|
"token": "source.ocaml keyword.operator.symbol.prefix.floating-point"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "6080ff",
|
||||||
|
"token": "storage.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "4080a0",
|
||||||
|
"token": "entity.name.class.variant"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f09040",
|
||||||
|
"token": "entity.name.type"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffcc66",
|
||||||
|
"fontStyle": "bold",
|
||||||
|
"token": "entity.name.function"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "ffe000",
|
||||||
|
"token": "storage.type.user-defined"
|
||||||
|
},
|
||||||
|
{
|
||||||
|
"foreground": "f4a020",
|
||||||
|
"token": "entity.name.type.class.type"
|
||||||
|
}
|
||||||
|
],
|
||||||
|
"colors": {
|
||||||
|
"editor.foreground": "#DEDEDE",
|
||||||
|
"editor.background": "#404040",
|
||||||
|
"editor.selectionBackground": "#A0A0C0",
|
||||||
|
"editor.lineHighlightBackground": "#A0804026",
|
||||||
|
"editorCursor.foreground": "#FFFF66",
|
||||||
|
"editorWhitespace.foreground": "#A8A8A8"
|
||||||
|
}
|
||||||
|
}
|
16
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/ts.worker.js
vendored
Normal file
16
packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/ts.worker.js
vendored
Normal file
File diff suppressed because one or more lines are too long
16
packages/node_modules/@node-red/editor-client/src/vendor/monaco/style.css
vendored
Normal file
16
packages/node_modules/@node-red/editor-client/src/vendor/monaco/style.css
vendored
Normal file
@ -0,0 +1,16 @@
|
|||||||
|
/*
|
||||||
|
Some classes and styles in node-red affect the monaco editor.
|
||||||
|
This stylesheet overrides those to correct some graphical glitches
|
||||||
|
*/
|
||||||
|
|
||||||
|
/* unset `margin-left: 180px` of `.controls` class for hover tips */
|
||||||
|
.monaco-editor div.phwrapper > div.controls {
|
||||||
|
margin-left: unset;
|
||||||
|
}
|
||||||
|
|
||||||
|
/* unset some styles of `code` tag (set by node-red css) for monaco hover items */
|
||||||
|
.monaco-editor .monaco-hover code {
|
||||||
|
font-size: unset;
|
||||||
|
color: unset;
|
||||||
|
margin: unset;
|
||||||
|
}
|
Loading…
Reference in New Issue
Block a user