mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-03 23:06:49 +01:00
361 lines
6.2 KiB
JSON
361 lines
6.2 KiB
JSON
{
|
|
"name": "Kimbie Dark",
|
|
"type": "dark",
|
|
"colors": {
|
|
"inputBoxBackground": "#2f2f2f",
|
|
"editorBackground": "#221a0f",
|
|
"editorForeground": "#d3af86",
|
|
"editorSelection": "#84613daa",
|
|
"editorWidgetBackground": "#131510",
|
|
"editorHoverBackground": "#221a14",
|
|
"tabsContainerBackground": "#131510",
|
|
"inactiveTabBackground": "#131510",
|
|
"statusBarBackground": "#162257",
|
|
"activityBarBackground": "#221a0f",
|
|
"activityBarForeground": "#d3af86",
|
|
"activityBadgeBackground": "#162257",
|
|
"sideBarBackground": "#131510",
|
|
"editorLineHighlight": "#5e452b",
|
|
"editorCursor": "#d3af86",
|
|
"editorWhitespaces": "#a57a4c",
|
|
"peekViewTitleBackground": "#131510",
|
|
"peekViewBorder": "#5e452b",
|
|
"peekViewResultsBackground": "#131510",
|
|
"peekViewEditorBackground": "#221a14",
|
|
"peekViewEditorMatchHighlight": "#84613daa"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"settings": {
|
|
"background": "#221a0f",
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Text",
|
|
"scope": "variable.parameter.function",
|
|
"settings": {
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Comments",
|
|
"scope": [
|
|
"comment",
|
|
"punctuation.definition.comment"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a57a4c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Punctuation",
|
|
"scope": [
|
|
"punctuation.definition.string",
|
|
"punctuation.definition.variable",
|
|
"punctuation.definition.string",
|
|
"punctuation.definition.parameters",
|
|
"punctuation.definition.string",
|
|
"punctuation.definition.array"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Delimiters",
|
|
"scope": "none",
|
|
"settings": {
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Operators",
|
|
"scope": "keyword.operator",
|
|
"settings": {
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keywords",
|
|
"scope": [
|
|
"keyword",
|
|
"keyword.control"
|
|
],
|
|
"settings": {
|
|
"foreground": "#98676a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": "variable",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
},
|
|
{
|
|
"name": "Functions",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.require",
|
|
"support.function.any-method"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ab1b0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Classes",
|
|
"scope": [
|
|
"support.class",
|
|
"entity.name.class",
|
|
"entity.name.type"
|
|
],
|
|
"settings": {
|
|
"foreground": "#f06431"
|
|
}
|
|
},
|
|
{
|
|
"name": "Methods",
|
|
"scope": "keyword.other.special-method",
|
|
"settings": {
|
|
"foreground": "#8ab1b0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Storage",
|
|
"scope": "storage",
|
|
"settings": {
|
|
"foreground": "#98676a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Support",
|
|
"scope": "support.function",
|
|
"settings": {
|
|
"foreground": "#7e602c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Strings, Inherited Class",
|
|
"scope": [
|
|
"string",
|
|
"constant.other.symbol",
|
|
"entity.other.inherited-class"
|
|
],
|
|
"settings": {
|
|
"foreground": "#889b4a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Integers",
|
|
"scope": "constant.numeric",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Floats",
|
|
"scope": "none",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Boolean",
|
|
"scope": "none",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Constants",
|
|
"scope": "constant",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Tags",
|
|
"scope": "entity.name.tag",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": "entity.other.attribute-name",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attribute IDs",
|
|
"scope": [
|
|
"entity.other.attribute-name.id",
|
|
"punctuation.definition.entity"
|
|
],
|
|
"settings": {
|
|
"foreground": "#8ab1b0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Selector",
|
|
"scope": "meta.selector",
|
|
"settings": {
|
|
"foreground": "#98676a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Values",
|
|
"scope": "none",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Headings",
|
|
"scope": [
|
|
"markup.heading",
|
|
"markup.heading.setext",
|
|
"punctuation.definition.heading",
|
|
"entity.name.section"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "",
|
|
"foreground": "#8ab1b0"
|
|
}
|
|
},
|
|
{
|
|
"name": "Units",
|
|
"scope": "keyword.other.unit",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Bold",
|
|
"scope": [
|
|
"markup.bold",
|
|
"punctuation.definition.bold"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#f06431"
|
|
}
|
|
},
|
|
{
|
|
"name": "Italic",
|
|
"scope": [
|
|
"markup.italic",
|
|
"punctuation.definition.italic"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#98676a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Code",
|
|
"scope": "markup.inline.raw",
|
|
"settings": {
|
|
"foreground": "#889b4a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Link Text",
|
|
"scope": "string.other.link",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
},
|
|
{
|
|
"name": "Link Url",
|
|
"scope": "meta.link",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Lists",
|
|
"scope": "markup.list",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
},
|
|
{
|
|
"name": "Quotes",
|
|
"scope": "markup.quote",
|
|
"settings": {
|
|
"foreground": "#f79a32"
|
|
}
|
|
},
|
|
{
|
|
"name": "Separator",
|
|
"scope": "meta.separator",
|
|
"settings": {
|
|
"background": "#84613d",
|
|
"foreground": "#d3af86"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": "markup.inserted",
|
|
"settings": {
|
|
"foreground": "#889b4a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": "markup.deleted",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": "markup.changed",
|
|
"settings": {
|
|
"foreground": "#98676a"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": "constant.other.color",
|
|
"settings": {
|
|
"foreground": "#7e602c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": "string.regexp",
|
|
"settings": {
|
|
"foreground": "#7e602c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": "constant.character.escape",
|
|
"settings": {
|
|
"foreground": "#7e602c"
|
|
}
|
|
},
|
|
{
|
|
"name": "Embedded",
|
|
"scope": [
|
|
"punctuation.section.embedded",
|
|
"variable.interpolation"
|
|
],
|
|
"settings": {
|
|
"foreground": "#18401e"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": "invalid.illegal",
|
|
"settings": {
|
|
"foreground": "#dc3958"
|
|
}
|
|
}
|
|
]
|
|
} |