mirror of http://CODE.RHODECODE.COM/u/O/O/O
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
2106 lines
56 KiB
2106 lines
56 KiB
{ |
|
"name": "⠀⠀⠀⠀", |
|
"type": "light", |
|
"semanticHighlighting": true, |
|
"semanticTokenColors": { |
|
"enumMember": { |
|
"foreground": "#a6a6a6" |
|
}, |
|
"variable.constant": { |
|
"foreground": "#a6a6a6" |
|
}, |
|
"variable.defaultLibrary": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
"tokenColors": [ |
|
{ |
|
"name": "unison punctuation", |
|
"scope": "punctuation.definition.delayed.unison,punctuation.definition.list.begin.unison,punctuation.definition.list.end.unison,punctuation.definition.ability.begin.unison,punctuation.definition.ability.end.unison,punctuation.operator.assignment.as.unison,punctuation.separator.pipe.unison,punctuation.separator.delimiter.unison,punctuation.definition.hash.unison", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "haskell variable generic-type", |
|
"scope": "variable.other.generic-type.haskell", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "haskell storage type", |
|
"scope": "storage.type.haskell", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support.variable.magic.python", |
|
"scope": "support.variable.magic.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "punctuation.separator.parameters.python", |
|
"scope": "punctuation.separator.period.python,punctuation.separator.element.python,punctuation.parenthesis.begin.python,punctuation.parenthesis.end.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "variable.parameter.function.language.special.self.python", |
|
"scope": "variable.parameter.function.language.special.self.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "storage.modifier.lifetime.rust", |
|
"scope": "storage.modifier.lifetime.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support.function.std.rust", |
|
"scope": "support.function.std.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "entity.name.lifetime.rust", |
|
"scope": "entity.name.lifetime.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "variable.language.rust", |
|
"scope": "variable.language.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support.constant.edge", |
|
"scope": "support.constant.edge", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "regexp constant character-class", |
|
"scope": "constant.other.character-class.regexp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "regexp operator.quantifier", |
|
"scope": "keyword.operator.quantifier.regexp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "punctuation.definition", |
|
"scope": "punctuation.definition.string.begin,punctuation.definition.string.end", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Text", |
|
"scope": "variable.parameter.function", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Comment Markup Link", |
|
"scope": "comment markup.link", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "markup diff", |
|
"scope": "markup.changed.diff", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "diff", |
|
"scope": "meta.diff.header.from-file,meta.diff.header.to-file,punctuation.definition.from-file.diff,punctuation.definition.to-file.diff", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "inserted.diff", |
|
"scope": "markup.inserted.diff", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "deleted.diff", |
|
"scope": "markup.deleted.diff", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "c++ function", |
|
"scope": "meta.function.c,meta.function.cpp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "c++ block", |
|
"scope": "punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts punctuation separator key-value", |
|
"scope": "punctuation.separator.key-value", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts import keyword", |
|
"scope": "keyword.operator.expression.import", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "math js/ts", |
|
"scope": "support.constant.math", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "math property js/ts", |
|
"scope": "support.constant.property.math", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts variable.other.constant", |
|
"scope": "variable.other.constant", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java type", |
|
"scope": [ |
|
"storage.type.annotation.java", |
|
"storage.type.object.array.java" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java source", |
|
"scope": "source.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java modifier.import", |
|
"scope": "punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,punctuation.bracket.angle.java,punctuation.definition.annotation.java,meta.method.body.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java modifier.import", |
|
"scope": "meta.method.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java modifier.import", |
|
"scope": "storage.modifier.import.java,storage.type.java,storage.type.generic.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java instanceof", |
|
"scope": "keyword.operator.instanceof.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "java variable.name", |
|
"scope": "meta.definition.variable.name.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "operator logical", |
|
"scope": "keyword.operator.logical", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "operator bitwise", |
|
"scope": "keyword.operator.bitwise", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "operator channel", |
|
"scope": "keyword.operator.channel", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support.constant.property-value.scss", |
|
"scope": "support.constant.property-value.scss,support.constant.property-value.css", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "CSS/SCSS/LESS Operators", |
|
"scope": "keyword.operator.css,keyword.operator.scss,keyword.operator.less", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "css color standard name", |
|
"scope": "support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "css comma", |
|
"scope": "punctuation.separator.list.comma.css", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "css attribute-name.id", |
|
"scope": "support.constant.color.w3c-standard-color-name.css", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "css property-name", |
|
"scope": "support.type.vendored.property-name.css", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts module", |
|
"scope": "support.module.node,support.type.object.module,support.module.node", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "entity.name.type.module", |
|
"scope": "entity.name.type.module", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js variable readwrite", |
|
"scope": "variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts json", |
|
"scope": "support.constant.json", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts Keyword", |
|
"scope": [ |
|
"keyword.operator.expression.instanceof", |
|
"keyword.operator.new", |
|
"keyword.operator.ternary", |
|
"keyword.operator.optional", |
|
"keyword.operator.expression.keyof" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts console", |
|
"scope": "support.type.object.console", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts support.variable.property.process", |
|
"scope": "support.variable.property.process", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js console function", |
|
"scope": "entity.name.function,support.function.console", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "keyword.operator.misc.rust", |
|
"scope": "keyword.operator.misc.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "keyword.operator.sigil.rust", |
|
"scope": "keyword.operator.sigil.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "operator", |
|
"scope": "keyword.operator.delete", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js dom", |
|
"scope": "support.type.object.dom", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js dom variable", |
|
"scope": "support.variable.dom,support.variable.property.dom", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "keyword.operator", |
|
"scope": "keyword.operator.arithmetic,keyword.operator.comparison,keyword.operator.decrement,keyword.operator.increment,keyword.operator.relational", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "C operator assignment", |
|
"scope": "keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c,keyword.operator.decrement.c,keyword.operator.bitwise.shift.c,keyword.operator.assignment.cpp,keyword.operator.comparison.cpp,keyword.operator.cpp,keyword.operator.increment.cpp,keyword.operator.decrement.cpp,keyword.operator.bitwise.shift.cpp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Punctuation", |
|
"scope": "punctuation.separator.delimiter", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Other punctuation .c", |
|
"scope": "punctuation.separator.c,punctuation.separator.cpp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "C type posix-reserved", |
|
"scope": "support.type.posix-reserved.c,support.type.posix-reserved.cpp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "keyword.operator.sizeof.c", |
|
"scope": "keyword.operator.sizeof.c,keyword.operator.sizeof.cpp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python parameter", |
|
"scope": "variable.parameter.function.language.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python type", |
|
"scope": "support.type.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python logical", |
|
"scope": "keyword.operator.logical.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "pyCs", |
|
"scope": "variable.parameter.function.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python block", |
|
"scope": "punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python function-call.generic", |
|
"scope": "meta.function-call.generic.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python placeholder reset to normal string", |
|
"scope": "constant.character.format.placeholder.other.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Operators", |
|
"scope": "keyword.operator", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Compound Assignment Operators", |
|
"scope": "keyword.operator.assignment.compound", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Compound Assignment Operators js/ts", |
|
"scope": "keyword.operator.assignment.compound.js,keyword.operator.assignment.compound.ts", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Keywords", |
|
"scope": "keyword", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Namespaces", |
|
"scope": "entity.name.namespace", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Variables", |
|
"scope": "variable", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Variables", |
|
"scope": "variable.c", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Language variables", |
|
"scope": "variable.language", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Java Variables", |
|
"scope": "token.variable.parameter.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Java Imports", |
|
"scope": "import.storage.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Packages", |
|
"scope": "token.package.keyword", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Packages", |
|
"scope": "token.package", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Functions", |
|
"scope": [ |
|
"entity.name.function", |
|
"meta.require", |
|
"support.function.any-method", |
|
"variable.function" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Classes", |
|
"scope": "entity.name.type.namespace", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Classes", |
|
"scope": "support.class, entity.name.type.class", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Class name", |
|
"scope": "entity.name.class.identifier.namespace.type", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Class name", |
|
"scope": [ |
|
"entity.name.class", |
|
"variable.other.class.js", |
|
"variable.other.class.ts" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Class name php", |
|
"scope": "variable.other.class.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Type Name", |
|
"scope": "entity.name.type", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Keyword Control", |
|
"scope": "keyword.control", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Control Elements", |
|
"scope": "control.elements, keyword.operator.less", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Methods", |
|
"scope": "keyword.other.special-method", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Storage", |
|
"scope": "storage", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Storage JS TS", |
|
"scope": "token.storage", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Source Js Keyword Operator Delete,source Js Keyword Operator In,source Js Keyword Operator Of,source Js Keyword Operator Instanceof,source Js Keyword Operator New,source Js Keyword Operator Typeof,source Js Keyword Operator Void", |
|
"scope": "keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Java Storage", |
|
"scope": "token.storage.type.java", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Support", |
|
"scope": "support.function", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Support type", |
|
"scope": "support.type.property-name", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Support type", |
|
"scope": "support.constant.property-value", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Support type", |
|
"scope": "support.constant.font-name", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Meta tag", |
|
"scope": "meta.tag", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Strings", |
|
"scope": "string", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Inherited Class", |
|
"scope": "entity.other.inherited-class", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Constant other symbol", |
|
"scope": "constant.other.symbol", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Integers", |
|
"scope": "constant.numeric", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Constants", |
|
"scope": "constant", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Constants", |
|
"scope": "punctuation.definition.constant", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Tags", |
|
"scope": "entity.name.tag", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Attributes", |
|
"scope": "entity.other.attribute-name", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Attribute IDs", |
|
"scope": "entity.other.attribute-name.id", |
|
"settings": { |
|
"fontStyle": "normal", |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Attribute class", |
|
"scope": "entity.other.attribute-name.class.css", |
|
"settings": { |
|
"fontStyle": "normal", |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Selector", |
|
"scope": "meta.selector", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Headings", |
|
"scope": "markup.heading", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Headings", |
|
"scope": "markup.heading punctuation.definition.heading, entity.name.section", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Units", |
|
"scope": "keyword.other.unit", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Bold", |
|
"scope": "markup.bold,todo.bold", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Bold", |
|
"scope": "punctuation.definition.bold", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "markup Italic", |
|
"scope": "markup.italic, punctuation.definition.italic,todo.emphasis", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "emphasis md", |
|
"scope": "emphasis md", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown headings", |
|
"scope": "entity.name.section.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown heading Punctuation Definition", |
|
"scope": "punctuation.definition.heading.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "punctuation.definition.list.begin.markdown", |
|
"scope": "punctuation.definition.list.begin.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown heading setext", |
|
"scope": "markup.heading.setext", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Bold", |
|
"scope": "punctuation.definition.bold.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Inline Raw", |
|
"scope": "markup.inline.raw.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Inline Raw", |
|
"scope": "markup.inline.raw.string.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown List Punctuation Definition", |
|
"scope": "punctuation.definition.list.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition String", |
|
"scope": [ |
|
"punctuation.definition.string.begin.markdown", |
|
"punctuation.definition.string.end.markdown", |
|
"punctuation.definition.metadata.markdown" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "beginning.punctuation.definition.list.markdown", |
|
"scope": [ |
|
"beginning.punctuation.definition.list.markdown" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Punctuation Definition Link", |
|
"scope": "punctuation.definition.metadata.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Underline Link/Image", |
|
"scope": "markup.underline.link.markdown,markup.underline.link.image.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Link Title/Description", |
|
"scope": "string.other.link.title.markdown,string.other.link.description.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Regular Expressions", |
|
"scope": "string.regexp", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Escape Characters", |
|
"scope": "constant.character.escape", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Embedded", |
|
"scope": "punctuation.section.embedded, variable.interpolation", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Embedded", |
|
"scope": "punctuation.section.embedded.begin,punctuation.section.embedded.end", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "illegal", |
|
"scope": "invalid.illegal", |
|
"settings": { |
|
"foreground": "#ffffff" |
|
} |
|
}, |
|
{ |
|
"name": "illegal", |
|
"scope": "invalid.illegal.bad-ampersand.html", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Broken", |
|
"scope": "invalid.broken", |
|
"settings": { |
|
"foreground": "#ffffff" |
|
} |
|
}, |
|
{ |
|
"name": "Deprecated", |
|
"scope": "invalid.deprecated", |
|
"settings": { |
|
"foreground": "#ffffff" |
|
} |
|
}, |
|
{ |
|
"name": "Unimplemented", |
|
"scope": "invalid.unimplemented", |
|
"settings": { |
|
"foreground": "#ffffff" |
|
} |
|
}, |
|
{ |
|
"name": "Source Json Meta Structure Dictionary Json > String Quoted Json", |
|
"scope": "source.json meta.structure.dictionary.json > string.quoted.json", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Source Json Meta Structure Dictionary Json > String Quoted Json > Punctuation String", |
|
"scope": "source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Source Json Meta Structure Dictionary Json > Value Json > String Quoted Json,source Json Meta Structure Array Json > Value Json > String Quoted Json,source Json Meta Structure Dictionary Json > Value Json > String Quoted Json > Punctuation,source Json Meta Structure Array Json > Value Json > String Quoted Json > Punctuation", |
|
"scope": "source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Source Json Meta Structure Dictionary Json > Constant Language Json,source Json Meta Structure Array Json > Constant Language Json", |
|
"scope": "source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] JSON Property Name", |
|
"scope": "support.type.property-name.json", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] JSON Punctuation for Property Name", |
|
"scope": "support.type.property-name.json punctuation", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "laravel blade tag", |
|
"scope": "text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "laravel blade @", |
|
"scope": "text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "use statement for other classes", |
|
"scope": "support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "error suppression", |
|
"scope": "keyword.operator.error-control.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php instanceof", |
|
"scope": "keyword.operator.type.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "style double quoted array index normal begin", |
|
"scope": "punctuation.section.array.begin.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "style double quoted array index normal end", |
|
"scope": "punctuation.section.array.end.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php illegal.non-null-typehinted", |
|
"scope": "invalid.illegal.non-null-typehinted.php", |
|
"settings": { |
|
"foreground": "#f44747" |
|
} |
|
}, |
|
{ |
|
"name": "php types", |
|
"scope": "storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php call-function", |
|
"scope": "meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php function-resets", |
|
"scope": "punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support php constants", |
|
"scope": "support.constant.core.rust", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "support php constants", |
|
"scope": "support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php goto", |
|
"scope": "entity.name.goto-label.php,support.other.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php logical/bitwise operator", |
|
"scope": "keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php regexp operator", |
|
"scope": "keyword.operator.regexp.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php comparison", |
|
"scope": "keyword.operator.comparison.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "php heredoc/nowdoc", |
|
"scope": "keyword.operator.heredoc.php,keyword.operator.nowdoc.php", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python function decorator @", |
|
"scope": "meta.function.decorator.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "python function support", |
|
"scope": "support.token.decorator.python,meta.function.decorator.identifier.python", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "parameter function js/ts", |
|
"scope": "function.parameter", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "brace function", |
|
"scope": "function.brace", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "parameter function ruby cs", |
|
"scope": "function.parameter.ruby, function.parameter.cs", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "constant.language.symbol.ruby", |
|
"scope": "constant.language.symbol.ruby", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "rgb-value", |
|
"scope": "rgb-value", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "rgb value", |
|
"scope": "inline-color-decoration rgb-value", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "rgb value less", |
|
"scope": "less rgb-value", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "sass selector", |
|
"scope": "selector.sass", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "ts primitive/builtin types", |
|
"scope": "support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "block scope", |
|
"scope": "block.scope.end,block.scope.begin", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "cs storage type", |
|
"scope": "storage.type.cs", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "cs local variable", |
|
"scope": "entity.name.variable.local.cs", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"scope": "token.info-token", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"scope": "token.warn-token", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"scope": "token.error-token", |
|
"settings": { |
|
"foreground": "#f44747" |
|
} |
|
}, |
|
{ |
|
"scope": "token.debug-token", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "String interpolation", |
|
"scope": [ |
|
"punctuation.definition.template-expression.begin", |
|
"punctuation.definition.template-expression.end", |
|
"punctuation.section.embedded" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Reset JavaScript string interpolation expression", |
|
"scope": [ |
|
"meta.template.expression" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Import module JS", |
|
"scope": [ |
|
"keyword.operator.module" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js Flowtype", |
|
"scope": [ |
|
"support.type.type.flowtype" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js Flow", |
|
"scope": [ |
|
"support.type.primitive" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js class prop", |
|
"scope": [ |
|
"meta.property.object" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js func parameter", |
|
"scope": [ |
|
"variable.parameter.function.js" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js template literals begin", |
|
"scope": [ |
|
"keyword.other.template.begin" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js template literals end", |
|
"scope": [ |
|
"keyword.other.template.end" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js template literals variable braces begin", |
|
"scope": [ |
|
"keyword.other.substitution.begin" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js template literals variable braces end", |
|
"scope": [ |
|
"keyword.other.substitution.end" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js operator.assignment", |
|
"scope": [ |
|
"keyword.operator.assignment" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "go operator", |
|
"scope": [ |
|
"keyword.operator.assignment.go" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "go operator", |
|
"scope": [ |
|
"keyword.operator.arithmetic.go", |
|
"keyword.operator.address.go" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Go package name", |
|
"scope": [ |
|
"entity.name.package.go" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "elm prelude", |
|
"scope": [ |
|
"support.type.prelude.elm" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "elm constant", |
|
"scope": [ |
|
"support.constant.elm" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "template literal", |
|
"scope": [ |
|
"punctuation.quasi.element" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "html/pug (jade) escaped characters and entities", |
|
"scope": [ |
|
"constant.character.entity" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "styling css pseudo-elements/classes to be able to differentiate from classes which are the same colour", |
|
"scope": [ |
|
"entity.other.attribute-name.pseudo-element", |
|
"entity.other.attribute-name.pseudo-class" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Clojure globals", |
|
"scope": [ |
|
"entity.global.clojure" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Clojure symbols", |
|
"scope": [ |
|
"meta.symbol.clojure" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Clojure constants", |
|
"scope": [ |
|
"constant.keyword.clojure" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "CoffeeScript Function Argument", |
|
"scope": [ |
|
"meta.arguments.coffee", |
|
"variable.parameter.function.coffee" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Ini Default Text", |
|
"scope": [ |
|
"source.ini" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Makefile prerequisities", |
|
"scope": [ |
|
"meta.scope.prerequisites.makefile" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Makefile text colour", |
|
"scope": [ |
|
"source.makefile" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Groovy import names", |
|
"scope": [ |
|
"storage.modifier.import.groovy" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Groovy Methods", |
|
"scope": [ |
|
"meta.method.groovy" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Groovy Variables", |
|
"scope": [ |
|
"meta.definition.variable.name.groovy" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Groovy Inheritance", |
|
"scope": [ |
|
"meta.definition.class.inherited.classes.groovy" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "HLSL Semantic", |
|
"scope": [ |
|
"support.variable.semantic.hlsl" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "HLSL Types", |
|
"scope": [ |
|
"support.type.texture.hlsl", |
|
"support.type.sampler.hlsl", |
|
"support.type.object.hlsl", |
|
"support.type.object.rw.hlsl", |
|
"support.type.fx.hlsl", |
|
"support.type.object.hlsl" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "SQL Variables", |
|
"scope": [ |
|
"text.variable", |
|
"text.bracketed" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "types", |
|
"scope": [ |
|
"support.type.swift", |
|
"support.type.vb.asp" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 1, keyword", |
|
"scope": [ |
|
"entity.name.function.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 2, callable", |
|
"scope": [ |
|
"entity.name.class.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 3, property", |
|
"scope": [ |
|
"constant.character.character-class.regexp.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 4, type, class, interface", |
|
"scope": [ |
|
"constant.regexp.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 5, enums, preprocessor, constant, decorator", |
|
"scope": [ |
|
"keyword.control.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "heading 6, number", |
|
"scope": [ |
|
"invalid.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "string", |
|
"scope": [ |
|
"beginning.punctuation.definition.quote.markdown.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "comments", |
|
"scope": [ |
|
"beginning.punctuation.definition.list.markdown.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "link", |
|
"scope": [ |
|
"constant.character.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "accent", |
|
"scope": [ |
|
"accent.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "wikiword", |
|
"scope": [ |
|
"wikiword.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "language operators like '+', '-' etc", |
|
"scope": [ |
|
"constant.other.color.rgb-value.xi" |
|
], |
|
"settings": { |
|
"foreground": "#ffffff" |
|
} |
|
}, |
|
{ |
|
"name": "elements to dim", |
|
"scope": [ |
|
"punctuation.definition.tag.xi" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "C++/C#", |
|
"scope": [ |
|
"entity.name.label.cs", |
|
"entity.name.scope-resolution.function.call", |
|
"entity.name.scope-resolution.function.definition" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Markdown underscore-style headers", |
|
"scope": [ |
|
"entity.name.label.cs", |
|
"markup.heading.setext.1.markdown", |
|
"markup.heading.setext.2.markdown" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "meta.brace.square", |
|
"scope": [ |
|
" meta.brace.square" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "Comments", |
|
"scope": "comment, punctuation.definition.comment", |
|
"settings": { |
|
"fontStyle": "italic", |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "[VSCODE-CUSTOM] Markdown Quote", |
|
"scope": "markup.quote.markdown", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "punctuation.definition.block.sequence.item.yaml", |
|
"scope": "punctuation.definition.block.sequence.item.yaml", |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"scope": [ |
|
"constant.language.symbol.elixir" |
|
], |
|
"settings": { |
|
"foreground": "#a6a6a6" |
|
} |
|
}, |
|
{ |
|
"name": "js/ts italic", |
|
"scope": "entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super", |
|
"settings": { |
|
"fontStyle": "italic" |
|
} |
|
}, |
|
{ |
|
"name": "comment", |
|
"scope": "comment.line.double-slash,comment.block.documentation", |
|
"settings": { |
|
"fontStyle": "italic" |
|
} |
|
}, |
|
{ |
|
"name": "Python Keyword Control", |
|
"scope": "keyword.control.import.python,keyword.control.flow.python", |
|
"settings": { |
|
"fontStyle": "italic" |
|
} |
|
}, |
|
{ |
|
"name": "markup.italic.markdown", |
|
"scope": "markup.italic.markdown", |
|
"settings": { |
|
"fontStyle": "italic" |
|
} |
|
} |
|
], |
|
"colors": { |
|
"foreground": "#ffffff", |
|
"focusBorder": "#e7e7e7", |
|
"selection.background": "#f3f3f3", |
|
"scrollbar.shadow": "#ffffff", |
|
"activityBar.foreground": "#a6a6a6", |
|
"activityBar.background": "#ffffff", |
|
"activityBar.inactiveForeground": "#a6a6a6", |
|
"activityBarBadge.foreground": "#a6a6a6", |
|
"activityBarBadge.background": "#ffffff00", |
|
"activityBar.border": "#cdcdcd", |
|
"activityBar.activeBackground": "#f3f3f3", |
|
"sideBar.background": "#ffffff", |
|
"sideBar.foreground": "#9b9b9b", |
|
"sideBarSectionHeader.background": "#fdfdfd", |
|
"sideBarSectionHeader.foreground": "#adadad", |
|
"sideBarSectionHeader.border": "#c7c7c7", |
|
"sideBarTitle.foreground": "#828282", |
|
"sideBar.border": "#dbdbdb", |
|
"list.inactiveSelectionBackground": "#f5f5f5", |
|
"list.inactiveSelectionForeground": "#9d9d9d", |
|
"list.hoverBackground": "#f3f3f3", |
|
"list.hoverForeground": "#929292", |
|
"list.activeSelectionBackground": "#f2f2f2", |
|
"list.activeSelectionForeground": "#a3a3a3", |
|
"tree.indentGuidesStroke": "#cfcfcf", |
|
"list.dropBackground": "#ffffff", |
|
"list.highlightForeground": "#8a8a8a", |
|
"list.focusBackground": "#fbfbfb", |
|
"list.focusForeground": "#a5a5a5", |
|
"listFilterWidget.background": "#ffffff", |
|
"listFilterWidget.outline": "#d9d9d9", |
|
"listFilterWidget.noMatchesOutline": "#e0e0e0", |
|
"statusBar.foreground": "#7d7d7d", |
|
"statusBar.background": "#ffffff", |
|
"statusBarItem.hoverBackground": "#f3f3f3", |
|
"statusBar.border": "#d5d5d5", |
|
"statusBar.debuggingBackground": "#f2f2f2", |
|
"statusBar.debuggingForeground": "#a7a7a7", |
|
"statusBar.debuggingBorder": "#d3d3d3", |
|
"statusBar.noFolderBackground": "#eeeeee", |
|
"statusBar.noFolderForeground": "#929292", |
|
"statusBar.noFolderBorder": "#e2e2e2", |
|
"statusBarItem.remoteBackground": "#eaeaea", |
|
"statusBarItem.remoteForeground": "#a7a7a7", |
|
"titleBar.activeBackground": "#ffffff", |
|
"titleBar.activeForeground": "#909090", |
|
"titleBar.inactiveBackground": "#ffffff", |
|
"titleBar.inactiveForeground": "#a7a7a7", |
|
"titleBar.border": "#d1d1d1", |
|
"menubar.selectionForeground": "#8a8a8a", |
|
"menubar.selectionBackground": "#ebebeb", |
|
"menubar.selectionBorder": "#d9d9d9", |
|
"menu.foreground": "#949494", |
|
"menu.background": "#ffffff", |
|
"menu.selectionForeground": "#a7a7a7", |
|
"menu.selectionBackground": "#f3f3f3", |
|
"menu.selectionBorder": "#e6e6e6", |
|
"menu.separatorBackground": "#bababa", |
|
"menu.border": "#eeeeee", |
|
"button.background": "#f3f3f3", |
|
"button.foreground": "#a6a6a6", |
|
"button.hoverBackground": "#e9e9e9", |
|
"button.secondaryForeground": "#a6a6a6", |
|
"button.secondaryBackground": "#f3f3f3", |
|
"button.secondaryHoverBackground": "#e9e9e9", |
|
"input.background": "#ffffff", |
|
"input.border": "#f3f3f3", |
|
"input.foreground": "#a6a6a6", |
|
"inputOption.activeBackground": "#f3f3f3", |
|
"inputOption.activeBorder": "#e7e7e7", |
|
"inputOption.activeForeground": "#a6a6a6", |
|
"input.placeholderForeground": "#c7c7c7", |
|
"textLink.foreground": "#6f6f6f", |
|
"editor.background": "#ffffff", |
|
"editor.foreground": "#a6a6a6", |
|
"editorLineNumber.foreground": "#a1a1a1", |
|
"editorCursor.foreground": "#cdcdcd", |
|
"editorCursor.background": "#828282", |
|
"editor.selectionBackground": "#f3f3f3", |
|
"editor.inactiveSelectionBackground": "#f7f7f7", |
|
"editorWhitespace.foreground": "#c0c0c0", |
|
"editor.selectionHighlightBackground": "#f9f9f9", |
|
"editor.selectionHighlightBorder": "#b8b8b8", |
|
"editor.findMatchBackground": "#ffffff", |
|
"editor.findMatchBorder": "#e4e4e4", |
|
"editor.findMatchHighlightBackground": "#f0f0f0", |
|
"editor.findMatchHighlightBorder": "#ffffff00", |
|
"editor.findRangeHighlightBackground": "#f7f7f7", |
|
"editor.findRangeHighlightBorder": "#ffffff00", |
|
"editor.rangeHighlightBackground": "#eeeeee", |
|
"editor.rangeHighlightBorder": "#dedede00", |
|
"editor.hoverHighlightBackground": "#f5f5f5", |
|
"editor.wordHighlightStrongBackground": "#eeeeee", |
|
"editor.wordHighlightBackground": "#57575740", |
|
"editor.lineHighlightBackground": "#ffffff0A", |
|
"editor.lineHighlightBorder": "#eeeeee", |
|
"editorLineNumber.activeForeground": "#757575", |
|
"editorLink.activeForeground": "#b0b0b0", |
|
"editorIndentGuide.background": "#d3d3d3", |
|
"editorIndentGuide.activeBackground": "#939393", |
|
"editorRuler.foreground": "#d3d3d3", |
|
"editorBracketMatch.background": "#0064001a", |
|
"editorBracketMatch.border": "#b9b9b9", |
|
"editor.foldBackground": "#add6ff4d", |
|
"editorOverviewRuler.background": "#25252500", |
|
"editorOverviewRuler.border": "#7f7f7f4d", |
|
"editorError.foreground": "#d5d5d5", |
|
"editorError.background": "#B73A3400", |
|
"editorError.border": "#ffffff00", |
|
"editorWarning.foreground": "#bababa", |
|
"editorWarning.background": "#A9904000", |
|
"editorWarning.border": "#ffffff00", |
|
"editorInfo.foreground": "#bebebe", |
|
"editorInfo.background": "#4490BF00", |
|
"editorInfo.border": "#4490BF00", |
|
"editorGutter.background": "#ffffff", |
|
"editorGutter.modifiedBackground": "#d5d5d5", |
|
"editorGutter.addedBackground": "#d1d1d1", |
|
"editorGutter.deletedBackground": "#e0e0e0", |
|
"editorGutter.foldingControlForeground": "#b2b2b2", |
|
"editorCodeLens.foreground": "#999999", |
|
"editorGroup.border": "#e7e7e7", |
|
"diffEditor.insertedTextBackground": "#cbcbcb33", |
|
"diffEditor.removedTextBackground": "#92929233", |
|
"diffEditor.border": "#d7d7d7", |
|
"panel.background": "#ffffff", |
|
"panel.border": "#e7e7e7", |
|
"panelTitle.activeBorder": "#e7e7e7", |
|
"panelTitle.activeForeground": "#a6a6a6", |
|
"panelTitle.inactiveForeground": "#a7a6a6", |
|
"badge.background": "#f0f0f0", |
|
"badge.foreground": "#909090", |
|
"terminal.foreground": "#a6a6a6", |
|
"terminal.selectionBackground": "#f3f3f37f", |
|
"terminalCursor.background": "#ececec", |
|
"terminalCursor.foreground": "#a6a6a6", |
|
"terminal.border": "#e7e7e7", |
|
"terminal.ansiBlack": "#000000", |
|
"terminal.ansiBlue": "#0451a5", |
|
"terminal.ansiBrightBlack": "#666666", |
|
"terminal.ansiBrightBlue": "#0451a5", |
|
"terminal.ansiBrightCyan": "#0598bc", |
|
"terminal.ansiBrightGreen": "#14ce14", |
|
"terminal.ansiBrightMagenta": "#bc05bc", |
|
"terminal.ansiBrightRed": "#cd3131", |
|
"terminal.ansiBrightWhite": "#eaeaea", |
|
"terminal.ansiBrightYellow": "#b5ba00", |
|
"terminal.ansiCyan": "#0598bc", |
|
"terminal.ansiGreen": "#00bc00", |
|
"terminal.ansiMagenta": "#bc05bc", |
|
"terminal.ansiRed": "#cd3131", |
|
"terminal.ansiWhite": "#cdcdcd", |
|
"terminal.ansiYellow": "#949800", |
|
"breadcrumb.background": "#ffffff", |
|
"breadcrumb.foreground": "#616161cc", |
|
"breadcrumb.focusForeground": "#4e4e4e", |
|
"editorGroupHeader.tabsBackground": "#ffffff", |
|
"editorGroupHeader.tabsBorder": "#ffffff", |
|
"tab.activeForeground": "#868686", |
|
"tab.border": "#f3f3f3", |
|
"tab.activeBackground": "#f6f6f6", |
|
"tab.activeBorder": "#00000000", |
|
"tab.activeBorderTop": "#00000000", |
|
"tab.inactiveBackground": "#ffffff", |
|
"tab.inactiveForeground": "#929292", |
|
"tab.hoverBackground": "#efefef", |
|
"tab.hoverForeground": "#888888", |
|
"tab.hoverBorder": "#ececec", |
|
"scrollbarSlider.background": "#f7f7f7", |
|
"scrollbarSlider.hoverBackground": "#f2f2f2", |
|
"scrollbarSlider.activeBackground": "#eeeeee", |
|
"progressBar.background": "#a6a6a6", |
|
"widget.shadow": "#00000005", |
|
"editorWidget.foreground": "#a6a6a6", |
|
"editorWidget.background": "#ffffff", |
|
"editorWidget.resizeBorder": "#f0f0f0", |
|
"pickerGroup.border": "#d9d9d9", |
|
"pickerGroup.foreground": "#bcbcbc", |
|
"debugToolBar.background": "#ffffff", |
|
"debugToolBar.border": "#eeeeee", |
|
"notifications.foreground": "#9b9b9b", |
|
"notifications.background": "#ffffff", |
|
"notificationToast.border": "#d5d5d5", |
|
"notificationsErrorIcon.foreground": "#a6a6a6", |
|
"notificationsWarningIcon.foreground": "#a6a6a6", |
|
"notificationsInfoIcon.foreground": "#a6a6a6", |
|
"notificationCenter.border": "#d7d7d7", |
|
"notificationCenterHeader.foreground": "#a3a3a3", |
|
"notificationCenterHeader.background": "#ffffff", |
|
"notifications.border": "#d3d3d3", |
|
"gitDecoration.addedResourceForeground": "#a6a6a6", |
|
"gitDecoration.conflictingResourceForeground": "#a6a6a6", |
|
"gitDecoration.deletedResourceForeground": "#a6a6a6", |
|
"gitDecoration.ignoredResourceForeground": "#a6a6a6", |
|
"gitDecoration.modifiedResourceForeground": "#a6a6a6", |
|
"gitDecoration.stageDeletedResourceForeground": "#a6a6a6", |
|
"gitDecoration.stageModifiedResourceForeground": "#a6a6a6", |
|
"gitDecoration.submoduleResourceForeground": "#a6a6a6", |
|
"gitDecoration.untrackedResourceForeground": "#a6a6a6", |
|
"editorMarkerNavigation.background": "#ffffff", |
|
"editorMarkerNavigationError.background": "#e4e4e4", |
|
"editorMarkerNavigationWarning.background": "#e4e4e4", |
|
"editorMarkerNavigationInfo.background": "#e4e4e4", |
|
"merge.currentHeaderBackground": "#fbfbfb", |
|
"merge.currentContentBackground": "#f9f9f9", |
|
"merge.incomingHeaderBackground": "#eeeeee", |
|
"merge.incomingContentBackground": "#f2f2f2", |
|
"merge.commonHeaderBackground": "#f5f5f5", |
|
"merge.commonContentBackground": "#f7f7f7", |
|
"editorSuggestWidget.background": "#ffffff", |
|
"editorSuggestWidget.border": "#e0e0e0", |
|
"editorSuggestWidget.foreground": "#a9a9a9", |
|
"editorSuggestWidget.highlightForeground": "#adadad", |
|
"editorSuggestWidget.selectedBackground": "#f4f4f4", |
|
"editorHoverWidget.foreground": "#a6a6a6", |
|
"editorHoverWidget.background": "#ffffff", |
|
"editorHoverWidget.border": "#c9c9c9", |
|
"peekView.border": "#e0e0e0", |
|
"peekViewEditor.background": "#ffffff", |
|
"peekViewEditorGutter.background": "#ffffff", |
|
"peekViewEditor.matchHighlightBackground": "#eaeaeade", |
|
"peekViewEditor.matchHighlightBorder": "#e2e2e2", |
|
"peekViewResult.background": "#ffffff", |
|
"peekViewResult.fileForeground": "#a6a6a6", |
|
"peekViewResult.lineForeground": "#a6a6a6", |
|
"peekViewResult.matchHighlightBackground": "#f5f5f5", |
|
"peekViewResult.selectionBackground": "#f2f2f2", |
|
"peekViewResult.selectionForeground": "#a6a6a6", |
|
"peekViewTitle.background": "#ffffff", |
|
"peekViewTitleDescription.foreground": "#a6a6a6", |
|
"peekViewTitleLabel.foreground": "#a6a6a6", |
|
"icon.foreground": "#ffffff", |
|
"checkbox.background": "#ffffff", |
|
"checkbox.foreground": "#a6a6a6", |
|
"checkbox.border": "#f3f3f3", |
|
"dropdown.background": "#ffffff", |
|
"dropdown.foreground": "#a6a6a6", |
|
"dropdown.border": "#f3f3f3", |
|
"minimapGutter.addedBackground": "#d1d1d1", |
|
"minimapGutter.modifiedBackground": "#d5d5d5", |
|
"minimapGutter.deletedBackground": "#e0e0e0", |
|
"minimap.findMatchHighlight": "#ffffff", |
|
"minimap.selectionHighlight": "#f3f3f3", |
|
"minimap.errorHighlight": "#d5d5d5", |
|
"minimap.warningHighlight": "#bababa", |
|
"minimap.background": "#ffffff", |
|
"sideBar.dropBackground": "#ffffff", |
|
"editorGroup.emptyBackground": "#ffffff", |
|
"panelSection.border": "#e7e7e7", |
|
"statusBarItem.activeBackground": "#FFFFFF25", |
|
"settings.headerForeground": "#ffffff", |
|
"settings.focusedRowBackground": "#ffffff07", |
|
"walkThrough.embeddedEditorBackground": "#00000050", |
|
"breadcrumb.activeSelectionForeground": "#4e4e4e", |
|
"editorGutter.commentRangeForeground": "#b2b2b2", |
|
"debugExceptionWidget.background": "#ffffff", |
|
"debugExceptionWidget.border": "#eeeeee" |
|
} |
|
} |