ibm-streams
Version:
IBM Streams Support for Visual Studio Code
534 lines (533 loc) • 11.7 kB
JSON
{
"name": "Streams Dark",
"type": "dark",
"colors": {
"editor.background": "#000000",
"editor.foreground": "#D4CFCF"
},
"tokenColors": [
{
"settings": {
"foreground": "#333333ff",
"background": "#f5f5f5ff"
}
},
{
"name": "Comments",
"scope": ["comment", "punctuation.definition.comment"],
"settings": {
"fontStyle": "",
"foreground": "#7FFFD4"
}
},
{
"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": {
"background": "#96000014"
}
},
{
"name": "Invalid - Illegal",
"scope": "invalid.illegal",
"settings": {
"background": "#96000014",
"foreground": "#660000"
}
},
{
"name": "Operators",
"scope": "keyword.operator",
"settings": {
"foreground": "#777777"
}
},
{
"name": "Keywords",
"scope": [
"keyword",
"storage",
"meta.annotation-body.spl keyword.control.spl"
],
"settings": {
"fontStyle": "bold",
"foreground": "#D9A5F9"
}
},
{
"name": "Annotations",
"scope": ["meta.annotations.spl keyword.control.spl"],
"settings": {
"fontStyle": "bold",
"foreground": "#D4CFCF"
}
},
{
"name": "Types",
"scope": ["storage.type", "support.type"],
"settings": {
"fontStyle": "bold",
"foreground": "#D9A5F9"
}
},
{
"name": "Language Constants",
"scope": ["constant.language", "support.constant", "variable.language"],
"settings": {
"foreground": "#AB6526"
}
},
{
"name": "Variables",
"scope": ["variable", "support.variable"],
"settings": {
"fontStyle": "",
"foreground": "#D4CFCF"
}
},
{
"name": "SPL Variables",
"scope": ["variable.other.definition.spl"],
"settings": {
"fontStyle": "",
"foreground": "#D4CFCF"
}
},
{
"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": "#D4CFCF"
}
},
{
"name": "Functions",
"scope": ["entity.name.function", "support.function"],
"settings": {
"fontStyle": "bold italic",
"foreground": "#D4CFCF"
}
},
{
"name": "Stream Names",
"scope": ["entity.name.type.streamID.spl"],
"settings": {
"fontStyle": "bold",
"foreground": "#FDD487"
}
},
{
"name": "Operator Names",
"scope": ["entity.name.type.opID.spl"],
"settings": {
"fontStyle": "bold",
"foreground": "#80E0E6"
}
},
{
"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": "#B4ABAB"
}
},
{
"name": "Strings",
"scope": "string",
"settings": {
"fontStyle": "",
"foreground": "#39ADF0"
}
},
{
"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": "#D4CFCF"
}
},
{
"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": "#1E1E1E"
}
},
{
"name": "Markup: Deletion",
"scope": "markup.deleted",
"settings": {
"background": "#FFDDDD",
"foreground": "#1E1E1E"
}
},
{
"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": "#1E1E1E"
}
},
{
"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": "#D4CFCF"
}
},
{
"name": "Function Object",
"scope": ["entity.name.function.object.spl"],
"settings": {
"fontStyle": "bold",
"foreground": "#FF8600"
}
},
{
"name": "Perl",
"scope": ["entity.other.perl"],
"settings": {
"fontStyle": "",
"foreground": "#7FFFD4"
}
},
{
"name": "SPL Error Log Message Header",
"scope": ["meta.log.error.header.splLog"],
"settings": {
"fontStyle": "bold",
"foreground": "#FA4D56"
}
},
{
"name": "SPL Error Log Message Body",
"scope": ["meta.log.error.body.splLog"],
"settings": {
"fontStyle": "",
"foreground": "#FA4D56"
}
},
{
"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": "#4589FF"
}
},
{
"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": "#8D8D8D"
}
}
]
}