color-schemes/vscode/contrast/daylerees.theme.peacock-con.../peacock-contrast.json

442 lines
12 KiB
JSON

{
"name": "peacock-contrast",
"tokenColors": [
{
"settings": {
"background": "#0c0c0b",
"foreground": "#ffffff",
"selectionForeground": "#ffffff",
"findHighlight": "#ffe792",
"findHighlightForeground": "#000000",
"selectionBorder": "#222218",
"activeGuide": "#9d550fb0",
"bracketsForeground": "#26a6a6",
"bracketsOptions": "underline",
"bracketContentsForeground": "#ff5d38",
"bracketContentsOptions": "underline",
"tagsOptions": "stippled_underline"
}
},
{
"name": "Comment",
"scope": "comment",
"settings": {
"foreground": "#555555"
}
},
{
"name": "String",
"scope": "string",
"settings": {
"foreground": "#bcd42a"
}
},
{
"name": "Number",
"scope": "constant.numeric",
"settings": {
"foreground": "#bcd42a"
}
},
{
"name": "Built-in constant",
"scope": "constant.language",
"settings": {
"foreground": "#ff5d38"
}
},
{
"name": "User-defined constant",
"scope": [
"constant.character",
"constant.other"
],
"settings": {
"foreground": "#ff5d38"
}
},
{
"name": "Variable",
"scope": "variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Keyword",
"scope": "keyword",
"settings": {
"foreground": "#26A6A6"
}
},
{
"name": "Storage",
"scope": "storage",
"settings": {
"fontStyle": "",
"foreground": "#ff5d38"
}
},
{
"name": "Storage type",
"scope": "storage.type",
"settings": {
"fontStyle": "",
"foreground": "#26a6a6"
}
},
{
"name": "Class name",
"scope": "entity.name.class",
"settings": {
"fontStyle": "underline",
"foreground": "#ff5d38"
}
},
{
"name": "Inherited class",
"scope": "entity.other.inherited-class",
"settings": {
"fontStyle": "italic underline",
"foreground": "#ff5d38"
}
},
{
"name": "Function name",
"scope": "entity.name.function",
"settings": {
"fontStyle": "",
"foreground": "#bcd42a"
}
},
{
"name": "Function argument",
"scope": "variable.parameter",
"settings": {
"fontStyle": "italic",
"foreground": ""
}
},
{
"name": "Tag name",
"scope": "entity.name.tag",
"settings": {
"fontStyle": "",
"foreground": "#26a6a6"
}
},
{
"name": "Tag attribute",
"scope": "entity.other.attribute-name",
"settings": {
"fontStyle": "",
"foreground": "#ff5d38"
}
},
{
"name": "Library function",
"scope": "support.function",
"settings": {
"fontStyle": "",
"foreground": "#FF5D38"
}
},
{
"name": "Library constant",
"scope": "support.constant",
"settings": {
"fontStyle": "",
"foreground": "#ff5d38"
}
},
{
"name": "Library class/type",
"scope": [
"support.type",
"support.class"
],
"settings": {
"fontStyle": "italic",
"foreground": "#ff5d38"
}
},
{
"name": "Library variable",
"scope": "support.other.variable",
"settings": {
"fontStyle": ""
}
},
{
"name": "Invalid",
"scope": "invalid",
"settings": {
"background": "#00a8c6",
"foreground": "#f8f8f0",
"fontStyle": ""
}
},
{
"name": "Invalid deprecated",
"scope": "invalid.deprecated",
"settings": {
"background": "#00a8c6",
"foreground": "#f8f8f0"
}
},
{
"name": "JSON String",
"scope": "meta.structure.dictionary.json string.quoted.double.json",
"settings": {
"foreground": "#bcd42a"
}
},
{
"name": "diff.header",
"scope": [
"meta.diff",
"meta.diff.header"
],
"settings": {
"foreground": "#75715E"
}
},
{
"name": "diff.deleted",
"scope": "markup.deleted",
"settings": {
"foreground": "#00A8C6"
}
},
{
"name": "diff.inserted",
"scope": "markup.inserted",
"settings": {
"foreground": "#A6E22E"
}
},
{
"name": "diff.changed",
"scope": "markup.changed",
"settings": {
"foreground": "#E6DB74"
}
},
{
"scope": "constant.numeric.line-number.find-in-files - match",
"settings": {
"foreground": "#8FBE00A0"
}
},
{
"scope": "entity.name.filename.find-in-files",
"settings": {
"foreground": "#E6DB74"
}
},
{
"scope": "keyword.other",
"settings": {
"foreground": "#888888"
}
},
{
"scope": [
"meta.property-value",
"support.constant.property-value",
"constant.other.color"
],
"settings": {
"foreground": "#bcd42a"
}
},
{
"scope": "meta.structure.dictionary.json string.quoted.double.json",
"settings": {
"foreground": "#ff5d38"
}
},
{
"scope": "meta.structure.dictionary.value.json string.quoted.double.json",
"settings": {
"foreground": "#bcd42a"
}
},
{
"name": "Function argument",
"scope": "meta.property-name support.type.property-name",
"settings": {
"fontStyle": "normal"
}
},
{
"name": "Function argument",
"scope": "meta.property-value punctuation.separator.key-value",
"settings": {
"foreground": "#ffffff"
}
},
{
"name": "Function argument",
"scope": [
"keyword.other.use",
"keyword.other.function.use",
"keyword.other.namespace",
"keyword.other.new",
"keyword.other.special-method",
"keyword.other.unit",
"keyword.other.use-as"
],
"settings": {
"foreground": "#26a6a6"
}
},
{
"name": "Function argument",
"scope": [
"meta.use support.class.builtin",
"meta.other.inherited-class support.class.builtin"
],
"settings": {
"foreground": "#26a6a6",
"fontStyle": "normal"
}
},
{
"name": "Function argument",
"scope": "variable.other",
"settings": {
"foreground": "",
"fontStyle": "normal"
}
},
{
"name": "Coffeescript Function argument",
"scope": "variable.parameter.function.coffee",
"settings": {
"foreground": "#bcd42a",
"fontStyle": "italic"
}
},
{
"name": "Markdown Titles",
"scope": "entity.name.section.markdown",
"settings": {
"foreground": "#ff5d38"
}
},
{
"name": "Markdown Title Hash",
"scope": "punctuation.definition.heading.markdown",
"settings": {
"foreground": "#26A6A6"
}
},
{
"name": "Markdown Raw",
"scope": "markup.raw.inline.markdown",
"settings": {
"foreground": "#bcd42a"
}
},
{
"name": "Markdown bold stars",
"scope": [
"punctuation.definition.bold.markdown",
"punctuation.definition.italic.markdown"
],
"settings": {
"foreground": "#26A6A6"
}
},
{
"name": "Markdown link title braces",
"scope": [
"punctuation.definition.string.begin.markdown",
"punctuation.definition.string.end.markdown"
],
"settings": {
"foreground": "#26A6A6"
}
},
{
"name": "Markdown link braces",
"scope": "punctuation.definition.metadata.markdown",
"settings": {
"foreground": "#26A6A6"
}
},
{
"name": "Markdown link",
"scope": [
"markup.underline.link.markdown",
"markup.underline.link.image.markdown",
"meta.image.inline.markdown"
],
"settings": {
"foreground": "#26a6a6",
"fontStyle": "italic"
}
},
{
"name": "Markdown bold/italic",
"scope": [
"markup.bold.markdown",
"markup.italic.markdown"
],
"settings": {
"foreground": "#26a6a6"
}
},
{
"name": "Markdown bold/italic",
"scope": "markup.italic.markdown",
"settings": {
"fontStyle": "italic"
}
},
{
"name": "Markdown bold/italic",
"scope": "markup.bold.markdown",
"settings": {
"fontStyle": "bold"
}
},
{
"name": "Markdown pre",
"scope": "markup.raw.block.markdown",
"settings": {
"foreground": "#00a8c6"
}
},
{
"name": "GitGutter deleted",
"scope": "markup.deleted.git_gutter",
"settings": {
"foreground": "#e61f44"
}
},
{
"name": "GitGutter inserted",
"scope": "markup.inserted.git_gutter",
"settings": {
"foreground": "#a7da1e"
}
},
{
"name": "GitGutter changed",
"scope": "markup.changed.git_gutter",
"settings": {
"foreground": "#f7b83d"
}
}
],
"colors": {
"editor.background": "#0c0c0b",
"editorCursor.foreground": "#f8f8f0",
"editor.foreground": "#ffffff",
"editorWhitespace.foreground": "#3b3a32",
"editor.lineHighlightBackground": "#151513",
"editor.selectionBackground": "#ff5d384D"
}
}