Last active
June 3, 2020 21:03
-
-
Save tompazourek/b5717759fa7b1d9f743ee824785650b7 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Show hidden characters
{ | |
"name": "Light (Visual Studio)", | |
"globals": { | |
"background": "#FFFFFF", | |
"foreground": "#000000", | |
"gutter_foreground": "#2B91AF", | |
"selection": "#99C9EF", | |
"selection_border": "#CCE4F7", | |
"selection_border_width": "2", | |
"inactive_selection": "#E5EBF1", | |
"selection_corner_style": "round", | |
"selection_corner_radius": "3", | |
"highlight": "#F6B94D", | |
"find_highlight": "#F6B94D", | |
"guide": "#D0D0D0", | |
"active_guide": "#D0D0D0" | |
}, | |
"rules": [ | |
{ | |
"scope": "meta.embedded", | |
"foreground": "#000000ff" | |
}, | |
{ | |
"scope": "source.groovy.embedded", | |
"foreground": "#000000ff" | |
}, | |
{ | |
"scope": "emphasis", | |
"fontStyle": "italic" | |
}, | |
{ | |
"scope": "strong", | |
"fontStyle": "bold" | |
}, | |
{ | |
"scope": "meta.diff.header", | |
"foreground": "#000080" | |
}, | |
{ | |
"scope": "comment", | |
"foreground": "#008000" | |
}, | |
{ | |
"scope": "constant.language", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "constant.numeric", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "entity.name.operator.custom-literal.number", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "variable.other.enummember", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "keyword.operator.plus.exponent", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "keyword.operator.minus.exponent", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "constant.regexp", | |
"foreground": "#811f3f" | |
}, | |
{ | |
"name": "css tags in selectors, xml tags", | |
"scope": "entity.name.tag", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.name.selector", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.class.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.class.mixin.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.id.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.parent-selector.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.pseudo-class.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.pseudo-element.css", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "source.css.less entity.other.attribute-name.id", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.attribute.scss", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "entity.other.attribute-name.scss", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "invalid", | |
"foreground": "#cd3131" | |
}, | |
{ | |
"scope": "markup.underline", | |
"fontStyle": "underline" | |
}, | |
{ | |
"scope": "markup.bold", | |
"fontStyle": "bold", | |
"foreground": "#000080" | |
}, | |
{ | |
"scope": "markup.heading", | |
"fontStyle": "bold", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "markup.italic", | |
"fontStyle": "italic" | |
}, | |
{ | |
"scope": "markup.inserted", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "markup.deleted", | |
"foreground": "#a31515" | |
}, | |
{ | |
"scope": "markup.changed", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "punctuation.definition.quote.begin.markdown", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "punctuation.definition.list.begin.markdown", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "markup.inline.raw", | |
"foreground": "#800000" | |
}, | |
{ | |
"name": "brackets of XML/HTML tags", | |
"scope": "punctuation.definition.tag", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "meta.preprocessor", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "entity.name.function.preprocessor", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "meta.preprocessor.string", | |
"foreground": "#a31515" | |
}, | |
{ | |
"scope": "meta.preprocessor.numeric", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "meta.structure.dictionary.key.python", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "storage", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "storage.type", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "storage.modifier", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.noexcept", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string", | |
"foreground": "#a31515" | |
}, | |
{ | |
"scope": "entity.name.operator.custom-literal.string", | |
"foreground": "#a31515" | |
}, | |
{ | |
"scope": "meta.embedded.assembly", | |
"foreground": "#a31515" | |
}, | |
{ | |
"scope": "string.comment.buffered.block.pug", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.pug", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.interpolated.pug", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.unquoted.plain.in.yaml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.unquoted.plain.out.yaml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.unquoted.block.yaml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.single.yaml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.double.xml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.single.xml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.unquoted.cdata.xml", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.double.html", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.single.html", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.unquoted.html", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.single.handlebars", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.quoted.double.handlebars", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "string.regexp", | |
"foreground": "#811f3f" | |
}, | |
{ | |
"scope": "punctuation.definition.template-expression.begin", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "punctuation.definition.template-expression.end", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "punctuation.section.embedded", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"name": "Reset JavaScript string interpolation expression", | |
"scope": "meta.template.expression", | |
"foreground": "#000000" | |
}, | |
{ | |
"scope": "support.constant.property-value", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "support.constant.font-name", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "support.constant.media-type", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "support.constant.media", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "constant.other.color.rgb-value", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "constant.other.rgb-value", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "support.constant.color", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "support.type.vendored.property-name", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "support.type.property-name", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "variable.css", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "variable.scss", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "variable.other.less", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "source.coffee.embedded", | |
"foreground": "#ff0000" | |
}, | |
{ | |
"scope": "support.type.property-name.json", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "keyword", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.control", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator", | |
"foreground": "#000000" | |
}, | |
{ | |
"scope": "keyword.operator.new", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.expression", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.cast", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.sizeof", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.alignof", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.typeid", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.alignas", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.instanceof", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.logical.python", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.operator.wordlike", | |
"foreground": "#0000ff" | |
}, | |
{ | |
"scope": "keyword.other.unit", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "punctuation.section.embedded.begin.php", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "punctuation.section.embedded.end.php", | |
"foreground": "#800000" | |
}, | |
{ | |
"scope": "support.function.git-rebase", | |
"foreground": "#0451a5" | |
}, | |
{ | |
"scope": "constant.sha.git-rebase", | |
"foreground": "#098658" | |
}, | |
{ | |
"scope": "storage.modifier.import.java", | |
"foreground": "#000000" | |
}, | |
{ | |
"scope": "variable.language.wildcard.java", | |
"foreground": "#000000" | |
}, | |
{ | |
"scope": "storage.modifier.package.java", | |
"foreground": "#000000" | |
}, | |
{ | |
"name": "this.self", | |
"scope": "variable.language", | |
"foreground": "#0000ff" | |
} | |
] | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment