Skip to content

Instantly share code, notes, and snippets.

@sowderca
Created January 2, 2017 17:14
Show Gist options
  • Save sowderca/a3f56354b555e8c6622428387daad758 to your computer and use it in GitHub Desktop.
Save sowderca/a3f56354b555e8c6622428387daad758 to your computer and use it in GitHub Desktop.
color vscode
{
"name": "Dark+ Material",
"settings": [
{
"settings": {
"background": "#343d46",
"invisibles": "#65737e"
}
},
{
"scope": "emphasis",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "strong",
"settings": {
"fontStyle": "bold"
}
},
{
"scope": "header",
"settings": {
"foreground": "#3F51B5"
}
},
{
"scope": "comment",
"settings": {
"foreground": "#65737e"
}
},
{
"scope": "constant.language",
"settings": {
"foreground": "#bf616a"
}
},
{
"scope": "constant.numeric",
"settings": {
"foreground": "#d08770"
}
},
{
"scope": "constant.regexp",
"settings": {
"foreground": "#96b5b4"
}
},
{
"scope": "constant.rgb-value",
"settings": {
"foreground": "#96b5b4"
}
},
{
"scope": "entity.name.tag",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "entity.name.selector",
"settings": {
"foreground": "#8fa1b3"
}
},
{
"scope": "entity.other.attribute-name",
"settings": {
"foreground": "#d08770"
}
},
{
"scope": "entity.other.attribute-name.css",
"settings": {
"foreground": "#d08770"
}
},
{
"scope": "invalid",
"settings": {
"foreground": "#fff",
"background": "#bf616a"
}
},
{
"scope": "markup.underline",
"settings": {
"fontStyle": "underline"
}
},
{
"scope": "markup.bold",
"settings": {
"fontStyle": "bold",
"foreground": "#ab7967"
}
},
{
"scope": "markup.heading",
"settings": {
"fontStyle": "bold",
"foreground": "#ab7967"
}
},
{
"scope": "markup.italic",
"settings": {
"fontStyle": "italic"
}
},
{
"scope": "markup.inserted",
"settings": {
"foreground": "#CDDC39"
}
},
{
"scope": "markup.deleted",
"settings": {
"foreground": "#FFC107"
}
},
{
"scope": "markup.changed",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "markup.punctuation.quote.beginning",
"settings": {
"foreground": "#8BC34A"
}
},
{
"scope": "markup.punctuation.list.beginning",
"settings": {
"foreground": "#03A9F4"
}
},
{
"scope": "markup.inline.raw",
"settings": {
"foreground": "#FFC107"
}
},
{
"scope": "meta.selector",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "punctuation.definition.tag",
"settings": {
"foreground": "#607D8B"
}
},
{
"scope": "meta.preprocessor",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "meta.preprocessor.string",
"settings": {
"foreground": "#a3be8c"
}
},
{
"scope": "meta.preprocessor.numeric",
"settings": {
"foreground": "#d08770"
}
},
{
"scope": "meta.structure.dictionary.key.python",
"settings": {
"foreground": "#00BCD4"
}
},
{
"scope": "meta.header.diff",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "storage",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "storage.type",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "storage.modifier",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "string",
"settings": {
"foreground": "#a3be8c"
}
},
{
"scope": "string.tag",
"settings": {
"foreground": "#FFC107"
}
},
{
"scope": "string.value",
"settings": {
"foreground": "#FFC107"
}
},
{
"scope": "string.regexp",
"settings": {
"foreground": "#96b5b4"
}
},
{
"scope": "string.template-expression",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "support.type.property-name",
"settings": {
"foreground": "#00BCD4"
}
},
{
"scope": "keyword",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "keyword.operator",
"settings": {
"foreground": "#9E9E9E"
}
},
{
"scope": [
"keyword.operator.new",
"keyword.operator.expression"
],
"settings": {
"foreground": "#bf616a"
}
},
{
"scope": "keyword.other.unit",
"settings": {
"foreground": "#CDDC39"
}
},
{
"scope": [
"punctuation.section.embedded.begin.metatag.php",
"punctuation.section.embedded.end.metatag.php"
],
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "support.function.git-rebase",
"settings": {
"foreground": "#00BCD4"
}
},
{
"scope": "constant.sha.git-rebase",
"settings": {
"foreground": "#CDDC39"
}
},
{
"scope": [
"storage.modifier.import.java",
"storage.modifier.package.java"
],
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": "variable.language",
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": [
"entity.name.function",
"support.function"
],
"settings": {
"foreground": "#8fa1b3"
}
},
{
"scope": [
"meta.return-type",
"support.class",
"support.type",
"entity.name.type",
"storage.type.cs",
"storage.type.java",
"meta.return.type",
"meta.type.cast.expr",
"meta.type.new.expr",
"entity.other.inherited-class"
],
"settings": {
"foreground": "#ebcb8b"
}
},
{
"scope": [
"support.constant.math",
"support.constant.dom",
"support.constant.json"
],
"settings": {
"foreground": "#ab7967"
}
},
{
"scope": "keyword.control",
"settings": {
"foreground": "#b48ead"
}
},
{
"scope": [
"variable.parameter",
"variable",
"variable.name",
"support.variable"
],
"settings": {
"foreground": "#bf616a"
}
},
{
"scope": "object-literal.member.key",
"settings": {
"foreground": "#8fa1b3"
}
},
{
"scope": [
"support.property-value",
"constant.rgb-value",
"support.property-value.scss",
"constant.rgb-value.scss"
],
"settings": {
"foreground": "#ebcb8b"
}
},
{
"scope": "entity.name.function.tag",
"settings": {
"foreground": "#ab7967"
}
}
]
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment