diff --git a/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/forge.json b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/forge.json new file mode 100644 index 000000000..83c16f22c --- /dev/null +++ b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/forge.json @@ -0,0 +1,236 @@ +{ + "base": "vs", + "inherit": true, + "rules": [ + { + "background": "FFFFFF", + "token": "" + }, + { + "foreground": "8e908c", + "token": "comment" + }, + { + "foreground": "31959A", + "token": "keyword.operator.class" + }, + { + "foreground": "31959A", + "token": "constant.other" + }, + { + "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": "ED4E4E", + "token": "string" + }, + { + "foreground": "ED4E4E", + "token": "constant.other.symbol" + }, + { + "foreground": "ED4E4E", + "token": "entity.other.inherited-class" + }, + { + "foreground": "ED4E4E", + "token": "markup.heading" + }, + { + "foreground": "718c00", + "token": "markup.inserted.git_gutter" + }, + { + "foreground": "31959A", + "token": "keyword.operator" + }, + { + "foreground": "31959A", + "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": "31959A", + "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": "31959A", + "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" + } +} \ No newline at end of file diff --git a/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-dark.json b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-dark.json new file mode 100644 index 000000000..b6225a85a --- /dev/null +++ b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-dark.json @@ -0,0 +1,348 @@ +{ + "base": "vs-dark", + "inherit": true, + "rules": [ + { + "background": "24292e", + "token": "" + }, + { + "foreground": "959da5", + "token": "comment" + }, + { + "foreground": "959da5", + "token": "punctuation.definition.comment" + }, + { + "foreground": "959da5", + "token": "string.comment" + }, + { + "foreground": "c8e1ff", + "token": "constant" + }, + { + "foreground": "c8e1ff", + "token": "entity.name.constant" + }, + { + "foreground": "c8e1ff", + "token": "variable.other.constant" + }, + { + "foreground": "c8e1ff", + "token": "variable.language" + }, + { + "foreground": "b392f0", + "token": "entity" + }, + { + "foreground": "b392f0", + "token": "entity.name" + }, + { + "foreground": "f6f8fa", + "token": "variable.parameter.function" + }, + { + "foreground": "7bcc72", + "token": "entity.name.tag" + }, + { + "foreground": "ea4a5a", + "token": "keyword" + }, + { + "foreground": "ea4a5a", + "token": "storage" + }, + { + "foreground": "ea4a5a", + "token": "storage.type" + }, + { + "foreground": "f6f8fa", + "token": "storage.modifier.package" + }, + { + "foreground": "f6f8fa", + "token": "storage.modifier.import" + }, + { + "foreground": "f6f8fa", + "token": "storage.type.java" + }, + { + "foreground": "79b8ff", + "token": "string" + }, + { + "foreground": "79b8ff", + "token": "punctuation.definition.string" + }, + { + "foreground": "79b8ff", + "token": "string punctuation.section.embedded source" + }, + { + "foreground": "c8e1ff", + "token": "support" + }, + { + "foreground": "c8e1ff", + "token": "meta.property-name" + }, + { + "foreground": "fb8532", + "token": "variable" + }, + { + "foreground": "f6f8fa", + "token": "variable.other" + }, + { + "foreground": "d73a49", + "fontStyle": "bold italic underline", + "token": "invalid.broken" + }, + { + "foreground": "d73a49", + "fontStyle": "bold italic underline", + "token": "invalid.deprecated" + }, + { + "foreground": "fafbfc", + "background": "d73a49", + "fontStyle": "italic underline", + "token": "invalid.illegal" + }, + { + "foreground": "fafbfc", + "background": "d73a49", + "fontStyle": "italic underline", + "token": "carriage-return" + }, + { + "foreground": "d73a49", + "fontStyle": "bold italic underline", + "token": "invalid.unimplemented" + }, + { + "foreground": "d73a49", + "token": "message.error" + }, + { + "foreground": "f6f8fa", + "token": "string source" + }, + { + "foreground": "c8e1ff", + "token": "string variable" + }, + { + "foreground": "79b8ff", + "token": "source.regexp" + }, + { + "foreground": "79b8ff", + "token": "string.regexp" + }, + { + "foreground": "79b8ff", + "token": "string.regexp.character-class" + }, + { + "foreground": "79b8ff", + "token": "string.regexp constant.character.escape" + }, + { + "foreground": "79b8ff", + "token": "string.regexp source.ruby.embedded" + }, + { + "foreground": "79b8ff", + "token": "string.regexp string.regexp.arbitrary-repitition" + }, + { + "foreground": "7bcc72", + "fontStyle": "bold", + "token": "string.regexp constant.character.escape" + }, + { + "foreground": "c8e1ff", + "token": "support.constant" + }, + { + "foreground": "c8e1ff", + "token": "support.variable" + }, + { + "foreground": "c8e1ff", + "token": "meta.module-reference" + }, + { + "foreground": "fb8532", + "token": "markup.list" + }, + { + "foreground": "0366d6", + "fontStyle": "bold", + "token": "markup.heading" + }, + { + "foreground": "0366d6", + "fontStyle": "bold", + "token": "markup.heading entity.name" + }, + { + "foreground": "c8e1ff", + "token": "markup.quote" + }, + { + "foreground": "f6f8fa", + "fontStyle": "italic", + "token": "markup.italic" + }, + { + "foreground": "f6f8fa", + "fontStyle": "bold", + "token": "markup.bold" + }, + { + "foreground": "c8e1ff", + "token": "markup.raw" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "markup.deleted" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "meta.diff.header.from-file" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "punctuation.definition.deleted" + }, + { + "foreground": "176f2c", + "background": "f0fff4", + "token": "markup.inserted" + }, + { + "foreground": "176f2c", + "background": "f0fff4", + "token": "meta.diff.header.to-file" + }, + { + "foreground": "176f2c", + "background": "f0fff4", + "token": "punctuation.definition.inserted" + }, + { + "foreground": "b08800", + "background": "fffdef", + "token": "markup.changed" + }, + { + "foreground": "b08800", + "background": "fffdef", + "token": "punctuation.definition.changed" + }, + { + "foreground": "2f363d", + "background": "959da5", + "token": "markup.ignored" + }, + { + "foreground": "2f363d", + "background": "959da5", + "token": "markup.untracked" + }, + { + "foreground": "b392f0", + "fontStyle": "bold", + "token": "meta.diff.range" + }, + { + "foreground": "c8e1ff", + "token": "meta.diff.header" + }, + { + "foreground": "0366d6", + "fontStyle": "bold", + "token": "meta.separator" + }, + { + "foreground": "0366d6", + "token": "meta.output" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.tag" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.curly" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.round" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.square" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.angle" + }, + { + "foreground": "ffeef0", + "token": "brackethighlighter.quote" + }, + { + "foreground": "d73a49", + "token": "brackethighlighter.unmatched" + }, + { + "foreground": "d73a49", + "token": "sublimelinter.mark.error" + }, + { + "foreground": "fb8532", + "token": "sublimelinter.mark.warning" + }, + { + "foreground": "6a737d", + "token": "sublimelinter.gutter-mark" + }, + { + "foreground": "79b8ff", + "fontStyle": "underline", + "token": "constant.other.reference.link" + }, + { + "foreground": "79b8ff", + "fontStyle": "underline", + "token": "string.other.link" + } + ], + "colors": { + "editor.foreground": "#f6f8fa", + "editor.background": "#24292e", + "editor.selectionBackground": "#4c2889", + "editor.inactiveSelectionBackground": "#444d56", + "editor.lineHighlightBackground": "#444d56", + "editorCursor.foreground": "#ffffff", + "editorWhitespace.foreground": "#6a737d", + "editorIndentGuide.background": "#6a737d", + "editorIndentGuide.activeBackground": "#f6f8fa", + "editor.selectionHighlightBorder": "#444d56" + } +} \ No newline at end of file diff --git a/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-light.json b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-light.json new file mode 100644 index 000000000..832996ec5 --- /dev/null +++ b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/github-light.json @@ -0,0 +1,348 @@ +{ + "base": "vs", + "inherit": true, + "rules": [ + { + "background": "ffffff", + "token": "" + }, + { + "foreground": "6a737d", + "token": "comment" + }, + { + "foreground": "6a737d", + "token": "punctuation.definition.comment" + }, + { + "foreground": "6a737d", + "token": "string.comment" + }, + { + "foreground": "005cc5", + "token": "constant" + }, + { + "foreground": "005cc5", + "token": "entity.name.constant" + }, + { + "foreground": "005cc5", + "token": "variable.other.constant" + }, + { + "foreground": "005cc5", + "token": "variable.language" + }, + { + "foreground": "6f42c1", + "token": "entity" + }, + { + "foreground": "6f42c1", + "token": "entity.name" + }, + { + "foreground": "24292e", + "token": "variable.parameter.function" + }, + { + "foreground": "22863a", + "token": "entity.name.tag" + }, + { + "foreground": "d73a49", + "token": "keyword" + }, + { + "foreground": "d73a49", + "token": "storage" + }, + { + "foreground": "d73a49", + "token": "storage.type" + }, + { + "foreground": "24292e", + "token": "storage.modifier.package" + }, + { + "foreground": "24292e", + "token": "storage.modifier.import" + }, + { + "foreground": "24292e", + "token": "storage.type.java" + }, + { + "foreground": "032f62", + "token": "string" + }, + { + "foreground": "032f62", + "token": "punctuation.definition.string" + }, + { + "foreground": "032f62", + "token": "string punctuation.section.embedded source" + }, + { + "foreground": "005cc5", + "token": "support" + }, + { + "foreground": "005cc5", + "token": "meta.property-name" + }, + { + "foreground": "e36209", + "token": "variable" + }, + { + "foreground": "24292e", + "token": "variable.other" + }, + { + "foreground": "b31d28", + "fontStyle": "bold italic underline", + "token": "invalid.broken" + }, + { + "foreground": "b31d28", + "fontStyle": "bold italic underline", + "token": "invalid.deprecated" + }, + { + "foreground": "fafbfc", + "background": "b31d28", + "fontStyle": "italic underline", + "token": "invalid.illegal" + }, + { + "foreground": "fafbfc", + "background": "d73a49", + "fontStyle": "italic underline", + "token": "carriage-return" + }, + { + "foreground": "b31d28", + "fontStyle": "bold italic underline", + "token": "invalid.unimplemented" + }, + { + "foreground": "b31d28", + "token": "message.error" + }, + { + "foreground": "24292e", + "token": "string source" + }, + { + "foreground": "005cc5", + "token": "string variable" + }, + { + "foreground": "032f62", + "token": "source.regexp" + }, + { + "foreground": "032f62", + "token": "string.regexp" + }, + { + "foreground": "032f62", + "token": "string.regexp.character-class" + }, + { + "foreground": "032f62", + "token": "string.regexp constant.character.escape" + }, + { + "foreground": "032f62", + "token": "string.regexp source.ruby.embedded" + }, + { + "foreground": "032f62", + "token": "string.regexp string.regexp.arbitrary-repitition" + }, + { + "foreground": "22863a", + "fontStyle": "bold", + "token": "string.regexp constant.character.escape" + }, + { + "foreground": "005cc5", + "token": "support.constant" + }, + { + "foreground": "005cc5", + "token": "support.variable" + }, + { + "foreground": "005cc5", + "token": "meta.module-reference" + }, + { + "foreground": "735c0f", + "token": "markup.list" + }, + { + "foreground": "005cc5", + "fontStyle": "bold", + "token": "markup.heading" + }, + { + "foreground": "005cc5", + "fontStyle": "bold", + "token": "markup.heading entity.name" + }, + { + "foreground": "22863a", + "token": "markup.quote" + }, + { + "foreground": "24292e", + "fontStyle": "italic", + "token": "markup.italic" + }, + { + "foreground": "24292e", + "fontStyle": "bold", + "token": "markup.bold" + }, + { + "foreground": "005cc5", + "token": "markup.raw" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "markup.deleted" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "meta.diff.header.from-file" + }, + { + "foreground": "b31d28", + "background": "ffeef0", + "token": "punctuation.definition.deleted" + }, + { + "foreground": "22863a", + "background": "f0fff4", + "token": "markup.inserted" + }, + { + "foreground": "22863a", + "background": "f0fff4", + "token": "meta.diff.header.to-file" + }, + { + "foreground": "22863a", + "background": "f0fff4", + "token": "punctuation.definition.inserted" + }, + { + "foreground": "e36209", + "background": "ffebda", + "token": "markup.changed" + }, + { + "foreground": "e36209", + "background": "ffebda", + "token": "punctuation.definition.changed" + }, + { + "foreground": "f6f8fa", + "background": "005cc5", + "token": "markup.ignored" + }, + { + "foreground": "f6f8fa", + "background": "005cc5", + "token": "markup.untracked" + }, + { + "foreground": "6f42c1", + "fontStyle": "bold", + "token": "meta.diff.range" + }, + { + "foreground": "005cc5", + "token": "meta.diff.header" + }, + { + "foreground": "005cc5", + "fontStyle": "bold", + "token": "meta.separator" + }, + { + "foreground": "005cc5", + "token": "meta.output" + }, + { + "foreground": "586069", + "token": "brackethighlighter.tag" + }, + { + "foreground": "586069", + "token": "brackethighlighter.curly" + }, + { + "foreground": "586069", + "token": "brackethighlighter.round" + }, + { + "foreground": "586069", + "token": "brackethighlighter.square" + }, + { + "foreground": "586069", + "token": "brackethighlighter.angle" + }, + { + "foreground": "586069", + "token": "brackethighlighter.quote" + }, + { + "foreground": "b31d28", + "token": "brackethighlighter.unmatched" + }, + { + "foreground": "b31d28", + "token": "sublimelinter.mark.error" + }, + { + "foreground": "e36209", + "token": "sublimelinter.mark.warning" + }, + { + "foreground": "959da5", + "token": "sublimelinter.gutter-mark" + }, + { + "foreground": "032f62", + "fontStyle": "underline", + "token": "constant.other.reference.link" + }, + { + "foreground": "032f62", + "fontStyle": "underline", + "token": "string.other.link" + } + ], + "colors": { + "editor.foreground": "#24292e", + "editor.background": "#ffffff", + "editor.selectionBackground": "#c8c8fa", + "editor.inactiveSelectionBackground": "#fafbfc", + "editor.lineHighlightBackground": "#fafbfc", + "editorCursor.foreground": "#24292e", + "editorWhitespace.foreground": "#959da5", + "editorIndentGuide.background": "#959da5", + "editorIndentGuide.activeBackground": "#24292e", + "editor.selectionHighlightBorder": "#fafbfc" + } +} \ No newline at end of file diff --git a/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/nord.json b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/nord.json new file mode 100644 index 000000000..ea03bbb84 --- /dev/null +++ b/packages/node_modules/@node-red/editor-client/src/vendor/monaco/dist/theme/nord.json @@ -0,0 +1,93 @@ +{ + "base": "vs-dark", + "inherit": true, + "rules": [ + { + "background": "2E3440", + "token": "" + }, + { + "foreground": "616e88", + "token": "comment" + }, + { + "foreground": "a3be8c", + "token": "string" + }, + { + "foreground": "b48ead", + "token": "constant.numeric" + }, + { + "foreground": "81a1c1", + "token": "constant.language" + }, + { + "foreground": "81a1c1", + "token": "keyword" + }, + { + "foreground": "81a1c1", + "token": "storage" + }, + { + "foreground": "81a1c1", + "token": "storage.type" + }, + { + "foreground": "8fbcbb", + "token": "entity.name.class" + }, + { + "foreground": "8fbcbb", + "fontStyle": " bold", + "token": "entity.other.inherited-class" + }, + { + "foreground": "88c0d0", + "token": "entity.name.function" + }, + { + "foreground": "81a1c1", + "token": "entity.name.tag" + }, + { + "foreground": "8fbcbb", + "token": "entity.other.attribute-name" + }, + { + "foreground": "88c0d0", + "token": "support.function" + }, + { + "foreground": "f8f8f0", + "background": "f92672", + "token": "invalid" + }, + { + "foreground": "f8f8f0", + "background": "ae81ff", + "token": "invalid.deprecated" + }, + { + "foreground": "b48ead", + "token": "constant.color.other.rgb-value" + }, + { + "foreground": "ebcb8b", + "token": "constant.character.escape" + }, + { + "foreground": "8fbcbb", + "token": "variable.other.constant" + } + ], + "colors": { + "editor.foreground": "#D8DEE9", + "editor.background": "#2E3440", + "editor.selectionBackground": "#434C5ECC", + "editor.lineHighlightBackground": "#3B4252", + "editorCursor.foreground": "#D8DEE9", + "editorWhitespace.foreground": "#434C5ECC" + } +} \ No newline at end of file