UNPKG

ibm-streams

Version:
533 lines (532 loc) 11.7 kB
{ "name": "Streams Light", "type": "light", "colors": { "editor.background": "#FFFFFF", "editor.foreground": "#000000" }, "tokenColors": [ { "settings": { "foreground": "#333333ff", "background": "#f5f5f5ff" } }, { "name": "Comments", "scope": ["comment", "punctuation.definition.comment"], "settings": { "fontStyle": "", "foreground": "#3F7F5F" } }, { "name": "Comments: Preprocessor", "scope": "comment.block.preprocessor", "settings": { "fontStyle": "", "foreground": "#AAAAAA" } }, { "name": "Comments: Documentation", "scope": ["comment.documentation", "comment.block.documentation"], "settings": { "foreground": "#448C27" } }, { "name": "Invalid - Deprecated", "scope": "invalid.deprecated", "settings": { "foreground": "#CC6666" } }, { "name": "Invalid - Illegal", "scope": "invalid.illegal", "settings": { "foreground": "#CC6666" } }, { "name": "Operators", "scope": "keyword.operator", "settings": { "foreground": "#777777" } }, { "name": "Keywords", "scope": [ "keyword", "storage", "meta.annotation-body.spl keyword.control.spl" ], "settings": { "fontStyle": "bold", "foreground": "#7F0055" } }, { "name": "Annotations", "scope": ["meta.annotations.spl keyword.control.spl"], "settings": { "fontStyle": "bold", "foreground": "#000000" } }, { "name": "Types", "scope": ["storage.type", "support.type"], "settings": { "fontStyle": "bold", "foreground": "#7F0055" } }, { "name": "Language Constants", "scope": ["constant.language", "support.constant", "variable.language"], "settings": { "foreground": "#AB6526" } }, { "name": "Variables", "scope": ["variable", "support.variable"], "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "SPL Variables", "scope": ["variable.other.definition.spl"], "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Classes", "scope": [ "entity.name.type", "entity.other.inherited-class", "support.class" ], "settings": { "fontStyle": "bold", "foreground": "#7A3E9D" } }, { "name": "Namespace and Composite Names", "scope": [ "storage.modifier.namespace.spl", "entity.name.type.composite.spl" ], "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Functions", "scope": ["entity.name.function", "support.function"], "settings": { "fontStyle": "bold italic", "foreground": "#000000" } }, { "name": "Stream Names", "scope": ["entity.name.type.streamID.spl"], "settings": { "fontStyle": "bold", "foreground": "#E15F15" } }, { "name": "Operator Names", "scope": ["entity.name.type.opID.spl"], "settings": { "fontStyle": "bold", "foreground": "#1675D2" } }, { "name": "Annotations", "scope": ["meta.annotations.spl"], "settings": { "fontStyle": "bold" } }, { "name": "Exceptions", "scope": "entity.name.exception", "settings": { "foreground": "#660000" } }, { "name": "Sections", "scope": "entity.name.section", "settings": { "fontStyle": "bold" } }, { "name": "Numbers, Characters", "scope": ["constant.numeric", "constant.character", "constant"], "settings": { "foreground": "#7D7D7D" } }, { "name": "Strings", "scope": "string", "settings": { "fontStyle": "", "foreground": "#2A00FF" } }, { "name": "Strings: Escape Sequences", "scope": "constant.character.escape", "settings": { "foreground": "#777777" } }, { "name": "Strings: Regular Expressions", "scope": "string.regexp", "settings": { "foreground": "#4B83CD" } }, { "name": "Strings: Symbols", "scope": "constant.other.symbol", "settings": { "foreground": "#AB6526" } }, { "name": "Punctuation", "scope": "punctuation", "settings": { "foreground": "#000000" } }, { "name": "Embedded Source", "scope": ["string source", "text source"], "settings": { "background": "#EAEBE6" } }, { "name": "HTML: Doctype Declaration", "scope": [ "meta.tag.sgml.doctype", "meta.tag.sgml.doctype string", "meta.tag.sgml.doctype entity.name.tag", "meta.tag.sgml punctuation.definition.tag.html" ], "settings": { "foreground": "#AAAAAA" } }, { "name": "HTML: Tags", "scope": [ "meta.tag", "punctuation.definition.tag.html", "punctuation.definition.tag.begin.html", "punctuation.definition.tag.end.html" ], "settings": { "foreground": "#91B3E0" } }, { "name": "HTML: Tag Names", "scope": "entity.name.tag", "settings": { "foreground": "#4B83CD" } }, { "name": "HTML: Attribute Names", "scope": [ "meta.tag entity.other.attribute-name", "entity.other.attribute-name.html" ], "settings": { "fontStyle": "italic", "foreground": "#91B3E0" } }, { "name": "HTML: Entities", "scope": ["constant.character.entity", "punctuation.definition.entity"], "settings": { "foreground": "#AB6526" } }, { "name": "CSS: Selectors", "scope": [ "meta.selector", "meta.selector entity", "meta.selector entity punctuation", "entity.name.tag.css" ], "settings": { "foreground": "#7A3E9D" } }, { "name": "CSS: Property Names", "scope": ["meta.property-name", "support.type.property-name"], "settings": { "foreground": "#AB6526" } }, { "name": "CSS: Property Values", "scope": [ "meta.property-value", "meta.property-value constant.other", "support.constant.property-value" ], "settings": { "foreground": "#448C27" } }, { "name": "CSS: Important Keyword", "scope": "keyword.other.important", "settings": { "fontStyle": "bold" } }, { "name": "Markup: Changed", "scope": "markup.changed", "settings": { "background": "#FFFFDD", "foreground": "#000000" } }, { "name": "Markup: Deletion", "scope": "markup.deleted", "settings": { "background": "#FFDDDD", "foreground": "#000000" } }, { "name": "Markup: Emphasis", "scope": "markup.italic", "settings": { "fontStyle": "italic" } }, { "name": "Markup: Error", "scope": "markup.error", "settings": { "background": "#96000014", "foreground": "#660000" } }, { "name": "Markup: Insertion", "scope": "markup.inserted", "settings": { "background": "#DDFFDD", "foreground": "#000000" } }, { "name": "Markup: Link", "scope": "meta.link", "settings": { "foreground": "#4B83CD" } }, { "name": "Markup: Output", "scope": ["markup.output", "markup.raw"], "settings": { "foreground": "#777777" } }, { "name": "Markup: Prompt", "scope": "markup.prompt", "settings": { "foreground": "#777777" } }, { "name": "Markup: Heading", "scope": "markup.heading", "settings": { "foreground": "#AA3731" } }, { "name": "Markup: Strong", "scope": "markup.bold", "settings": { "fontStyle": "bold" } }, { "name": "Markup: Traceback", "scope": "markup.traceback", "settings": { "foreground": "#660000" } }, { "name": "Markup: Underline", "scope": "markup.underline", "settings": { "fontStyle": "underline" } }, { "name": "Markup Quote", "scope": "markup.quote", "settings": { "foreground": "#7A3E9D" } }, { "name": "Markup Lists", "scope": "markup.list", "settings": { "foreground": "#4B83CD" } }, { "name": "Markup Styling", "scope": ["markup.bold", "markup.italic"], "settings": { "foreground": "#448C27" } }, { "name": "Markup Inline", "scope": "markup.inline.raw", "settings": { "fontStyle": "", "foreground": "#AB6526" } }, { "name": "Extra: Diff Range", "scope": ["meta.diff.range", "meta.diff.index", "meta.separator"], "settings": { "background": "#DDDDFF", "foreground": "#434343" } }, { "name": "Extra: Diff From", "scope": "meta.diff.header.from-file", "settings": { "background": "#FFDDDD", "foreground": "#434343" } }, { "name": "Extra: Diff To", "scope": "meta.diff.header.to-file", "settings": { "background": "#DDFFDD", "foreground": "#434343" } }, { "name": "Use", "scope": [ "meta.use.spl storage", "meta.use.spl punctuation", "meta.use.spl variable.language" ], "settings": { "fontStyle": "", "foreground": "#000000" } }, { "name": "Function Object", "scope": ["entity.name.function.object.spl"], "settings": { "fontStyle": "bold", "foreground": "#FF8600" } }, { "name": "Perl", "scope": ["entity.other.perl"], "settings": { "fontStyle": "", "foreground": "#3F7F5F" } }, { "name": "SPL Error Log Message Header", "scope": ["meta.log.error.header.splLog"], "settings": { "fontStyle": "bold", "foreground": "#DA1E28" } }, { "name": "SPL Error Log Message Body", "scope": ["meta.log.error.body.splLog"], "settings": { "fontStyle": "", "foreground": "#DA1E28" } }, { "name": "SPL Warn Log Message", "scope": ["meta.log.warn.splLog"], "settings": { "fontStyle": "bold", "foreground": "#F1C21B" } }, { "name": "SPL Info Log Message", "scope": ["meta.log.info.splLog"], "settings": { "fontStyle": "bold", "foreground": "#0043CE" } }, { "name": "SPL Trace Log Message Header", "scope": ["meta.log.trace.header.splLog"], "settings": { "fontStyle": "bold", "foreground": "#FF832B" } }, { "name": "SPL Trace Log Message Body", "scope": ["meta.log.trace.body.splLog"], "settings": { "fontStyle": "", "foreground": "#6F6F6F" } } ] }