mirror of
https://github.com/ivuorinen/everforest-resources.git
synced 2026-01-26 03:04:02 +00:00
- Add LICENSE file (MIT) - Add CONTRIBUTING.md with generator-first workflow guidelines - Add Makefile with comprehensive development commands - Add .editorconfig for consistent code formatting - Add CHANGELOG.md for version tracking - Remove inconsistent non-variant files that bypassed generator architecture - Fix installation script to use variant-specific paths (prevent config overwriting)
773 lines
25 KiB
JSON
773 lines
25 KiB
JSON
{
|
|
"name": "Everforest",
|
|
"displayName": "Everforest Theme",
|
|
"description": "Everforest color scheme for VS Code - Generated from template - do not edit manually",
|
|
"type": "dark",
|
|
"colors": {
|
|
"editor.background": "#2f383e",
|
|
"editor.foreground": "#d3c6aa",
|
|
"editorCursor.foreground": "#d3c6aa",
|
|
"editor.lineHighlightBackground": "#374247",
|
|
"editor.selectionBackground": "#404c51",
|
|
"editor.selectionHighlightBackground": "#374247",
|
|
"editor.wordHighlightBackground": "#374247",
|
|
"editor.wordHighlightStrongBackground": "#404c51",
|
|
"editor.findMatchBackground": "#dbbc7f",
|
|
"editor.findMatchHighlightBackground": "#e69875",
|
|
"editor.findRangeHighlightBackground": "#374247",
|
|
"editor.hoverHighlightBackground": "#374247",
|
|
"editorLink.activeForeground": "#7fbbb3",
|
|
"editor.rangeHighlightBackground": "#374247",
|
|
"editorWhitespace.foreground": "#859289",
|
|
"editorIndentGuide.background": "#859289",
|
|
"editorIndentGuide.activeBackground": "#9da9a0",
|
|
"editorRuler.foreground": "#859289",
|
|
"editorCodeLens.foreground": "#859289",
|
|
"editorBracketMatch.background": "#404c51",
|
|
"editorBracketMatch.border": "#e69875",
|
|
"editorOverviewRuler.border": "#859289",
|
|
"editorError.foreground": "#e67e80",
|
|
"editorWarning.foreground": "#dbbc7f",
|
|
"editorInfo.foreground": "#7fbbb3",
|
|
"editorHint.foreground": "#83c092",
|
|
"problemsErrorIcon.foreground": "#e67e80",
|
|
"problemsWarningIcon.foreground": "#dbbc7f",
|
|
"problemsInfoIcon.foreground": "#7fbbb3",
|
|
"editorGutter.background": "#2f383e",
|
|
"editorLineNumber.foreground": "#859289",
|
|
"editorLineNumber.activeForeground": "#dbbc7f",
|
|
"editorGutter.modifiedBackground": "#7fbbb3",
|
|
"editorGutter.addedBackground": "#a7c080",
|
|
"editorGutter.deletedBackground": "#e67e80",
|
|
"diffEditor.insertedTextBackground": "#a7c080",
|
|
"diffEditor.removedTextBackground": "#e67e80",
|
|
"scrollbarSlider.background": "#859289",
|
|
"scrollbarSlider.hoverBackground": "#9da9a0",
|
|
"scrollbarSlider.activeBackground": "#7fbbb3",
|
|
"editorSuggestWidget.background": "#374247",
|
|
"editorSuggestWidget.border": "#859289",
|
|
"editorSuggestWidget.foreground": "#d3c6aa",
|
|
"editorSuggestWidget.selectedBackground": "#404c51",
|
|
"editorSuggestWidget.highlightForeground": "#7fbbb3",
|
|
"editorHoverWidget.background": "#374247",
|
|
"editorHoverWidget.border": "#859289",
|
|
"debugExceptionWidget.background": "#374247",
|
|
"debugExceptionWidget.border": "#e67e80",
|
|
"editorMarkerNavigation.background": "#374247",
|
|
"editorMarkerNavigationError.background": "#e67e80",
|
|
"editorMarkerNavigationWarning.background": "#dbbc7f",
|
|
"editorMarkerNavigationInfo.background": "#7fbbb3",
|
|
"merge.currentHeaderBackground": "#a7c080",
|
|
"merge.currentContentBackground": "#a7c080",
|
|
"merge.incomingHeaderBackground": "#7fbbb3",
|
|
"merge.incomingContentBackground": "#7fbbb3",
|
|
"merge.border": "#859289",
|
|
"merge.commonContentBackground": "#859289",
|
|
"merge.commonHeaderBackground": "#859289",
|
|
"editorOverviewRuler.currentContentForeground": "#a7c080",
|
|
"editorOverviewRuler.incomingContentForeground": "#7fbbb3",
|
|
"editorOverviewRuler.commonContentForeground": "#859289",
|
|
"tree.indentGuidesStroke": "#859289",
|
|
"notebook.cellBorderColor": "#859289",
|
|
"notebook.focusedEditorBorder": "#7fbbb3",
|
|
"notebookStatusSuccessIcon.foreground": "#a7c080",
|
|
"notebookStatusErrorIcon.foreground": "#e67e80",
|
|
"notebookStatusRunningIcon.foreground": "#dbbc7f",
|
|
"activityBar.background": "#2f383e",
|
|
"activityBar.foreground": "#d3c6aa",
|
|
"activityBar.inactiveForeground": "#859289",
|
|
"activityBar.border": "#859289",
|
|
"activityBarBadge.background": "#7fbbb3",
|
|
"activityBarBadge.foreground": "#2f383e",
|
|
"sideBar.background": "#374247",
|
|
"sideBar.foreground": "#d3c6aa",
|
|
"sideBar.border": "#859289",
|
|
"sideBarTitle.foreground": "#d3c6aa",
|
|
"sideBarSectionHeader.background": "#404c51",
|
|
"sideBarSectionHeader.foreground": "#d3c6aa",
|
|
"sideBarSectionHeader.border": "#859289",
|
|
"list.activeSelectionBackground": "#404c51",
|
|
"list.activeSelectionForeground": "#d3c6aa",
|
|
"list.inactiveSelectionBackground": "#374247",
|
|
"list.inactiveSelectionForeground": "#d3c6aa",
|
|
"list.hoverBackground": "#404c51",
|
|
"list.hoverForeground": "#d3c6aa",
|
|
"list.focusBackground": "#404c51",
|
|
"list.focusForeground": "#d3c6aa",
|
|
"list.highlightForeground": "#7fbbb3",
|
|
"list.dropBackground": "#7fbbb3",
|
|
"listFilterWidget.background": "#404c51",
|
|
"listFilterWidget.outline": "#7fbbb3",
|
|
"listFilterWidget.noMatchesOutline": "#e67e80",
|
|
"statusBar.background": "#374247",
|
|
"statusBar.foreground": "#d3c6aa",
|
|
"statusBar.border": "#859289",
|
|
"statusBar.debuggingBackground": "#e67e80",
|
|
"statusBar.debuggingForeground": "#d3c6aa",
|
|
"statusBar.noFolderBackground": "#d699b6",
|
|
"statusBar.noFolderForeground": "#d3c6aa",
|
|
"statusBarItem.activeBackground": "#404c51",
|
|
"statusBarItem.hoverBackground": "#404c51",
|
|
"statusBarItem.prominentBackground": "#7fbbb3",
|
|
"statusBarItem.prominentHoverBackground": "#7fbbb3",
|
|
"titleBar.activeBackground": "#2f383e",
|
|
"titleBar.activeForeground": "#d3c6aa",
|
|
"titleBar.inactiveBackground": "#374247",
|
|
"titleBar.inactiveForeground": "#859289",
|
|
"titleBar.border": "#859289",
|
|
"menubar.selectionForeground": "#d3c6aa",
|
|
"menubar.selectionBackground": "#404c51",
|
|
"menu.foreground": "#d3c6aa",
|
|
"menu.background": "#374247",
|
|
"menu.selectionForeground": "#d3c6aa",
|
|
"menu.selectionBackground": "#404c51",
|
|
"menu.separatorBackground": "#859289",
|
|
"menu.border": "#859289",
|
|
"button.background": "#7fbbb3",
|
|
"button.foreground": "#2f383e",
|
|
"button.hoverBackground": "#7fbbb3",
|
|
"button.secondaryBackground": "#859289",
|
|
"button.secondaryForeground": "#d3c6aa",
|
|
"button.secondaryHoverBackground": "#9da9a0",
|
|
"checkbox.background": "#404c51",
|
|
"checkbox.foreground": "#d3c6aa",
|
|
"checkbox.border": "#859289",
|
|
"dropdown.background": "#374247",
|
|
"dropdown.foreground": "#d3c6aa",
|
|
"dropdown.border": "#859289",
|
|
"input.background": "#404c51",
|
|
"input.foreground": "#d3c6aa",
|
|
"input.border": "#859289",
|
|
"input.placeholderForeground": "#859289",
|
|
"inputOption.activeBorder": "#7fbbb3",
|
|
"inputValidation.errorBackground": "#e67e80",
|
|
"inputValidation.errorForeground": "#d3c6aa",
|
|
"inputValidation.errorBorder": "#e67e80",
|
|
"inputValidation.infoBackground": "#7fbbb3",
|
|
"inputValidation.infoForeground": "#d3c6aa",
|
|
"inputValidation.infoBorder": "#7fbbb3",
|
|
"inputValidation.warningBackground": "#dbbc7f",
|
|
"inputValidation.warningForeground": "#2f383e",
|
|
"inputValidation.warningBorder": "#dbbc7f",
|
|
"focusBorder": "#7fbbb3",
|
|
"foreground": "#d3c6aa",
|
|
"widget.shadow": "#2f383e",
|
|
"selection.background": "#404c51",
|
|
"descriptionForeground": "#859289",
|
|
"errorForeground": "#e67e80",
|
|
"icon.foreground": "#d3c6aa",
|
|
"progressBar.background": "#7fbbb3",
|
|
"badge.foreground": "#2f383e",
|
|
"badge.background": "#7fbbb3",
|
|
"scrollbar.shadow": "#2f383e",
|
|
"scrollbarSlider.background": "#859289",
|
|
"scrollbarSlider.hoverBackground": "#9da9a0",
|
|
"scrollbarSlider.activeBackground": "#7fbbb3",
|
|
"editorGroup.border": "#859289",
|
|
"editorGroup.dropBackground": "#7fbbb3",
|
|
"editorGroupHeader.noTabsBackground": "#2f383e",
|
|
"editorGroupHeader.tabsBackground": "#374247",
|
|
"editorGroupHeader.tabsBorder": "#859289",
|
|
"tab.activeBackground": "#2f383e",
|
|
"tab.unfocusedActiveBackground": "#374247",
|
|
"tab.activeForeground": "#d3c6aa",
|
|
"tab.border": "#859289",
|
|
"tab.activeBorder": "#7fbbb3",
|
|
"tab.unfocusedActiveBorder": "#859289",
|
|
"tab.activeBorderTop": "#7fbbb3",
|
|
"tab.unfocusedActiveBorderTop": "#859289",
|
|
"tab.inactiveBackground": "#374247",
|
|
"tab.inactiveForeground": "#859289",
|
|
"tab.unfocusedActiveForeground": "#859289",
|
|
"tab.unfocusedInactiveForeground": "#859289",
|
|
"tab.hoverBackground": "#404c51",
|
|
"tab.unfocusedHoverBackground": "#404c51",
|
|
"tab.hoverForeground": "#d3c6aa",
|
|
"tab.unfocusedHoverForeground": "#d3c6aa",
|
|
"tab.activeModifiedBorder": "#e69875",
|
|
"tab.inactiveModifiedBorder": "#e69875",
|
|
"tab.unfocusedActiveModifiedBorder": "#e69875",
|
|
"tab.unfocusedInactiveModifiedBorder": "#e69875",
|
|
"editorPane.background": "#2f383e",
|
|
"panel.background": "#374247",
|
|
"panel.border": "#859289",
|
|
"panelTitle.activeBorder": "#7fbbb3",
|
|
"panelTitle.activeForeground": "#d3c6aa",
|
|
"panelTitle.inactiveForeground": "#859289",
|
|
"panelInput.border": "#859289",
|
|
"terminal.background": "#2f383e",
|
|
"terminal.foreground": "#d3c6aa",
|
|
"terminalCursor.background": "#2f383e",
|
|
"terminalCursor.foreground": "#d3c6aa",
|
|
"terminal.ansiBlack": "#2f383e",
|
|
"terminal.ansiBlue": "#7fbbb3",
|
|
"terminal.ansiBrightBlack": "#7a8478",
|
|
"terminal.ansiBrightBlue": "#7fbbb3",
|
|
"terminal.ansiBrightCyan": "#83c092",
|
|
"terminal.ansiBrightGreen": "#a7c080",
|
|
"terminal.ansiBrightMagenta": "#d699b6",
|
|
"terminal.ansiBrightRed": "#e67e80",
|
|
"terminal.ansiBrightWhite": "#d3c6aa",
|
|
"terminal.ansiBrightYellow": "#dbbc7f",
|
|
"terminal.ansiCyan": "#83c092",
|
|
"terminal.ansiGreen": "#a7c080",
|
|
"terminal.ansiMagenta": "#d699b6",
|
|
"terminal.ansiRed": "#e67e80",
|
|
"terminal.ansiWhite": "#d3c6aa",
|
|
"terminal.ansiYellow": "#dbbc7f",
|
|
"terminal.selectionBackground": "#404c51",
|
|
"terminalCommandDecoration.defaultBackground": "#859289",
|
|
"terminalCommandDecoration.successBackground": "#a7c080",
|
|
"terminalCommandDecoration.errorBackground": "#e67e80",
|
|
"gitDecoration.addedResourceForeground": "#a7c080",
|
|
"gitDecoration.modifiedResourceForeground": "#7fbbb3",
|
|
"gitDecoration.deletedResourceForeground": "#e67e80",
|
|
"gitDecoration.untrackedResourceForeground": "#d699b6",
|
|
"gitDecoration.ignoredResourceForeground": "#859289",
|
|
"gitDecoration.conflictingResourceForeground": "#e69875",
|
|
"gitDecoration.submoduleResourceForeground": "#83c092"
|
|
},
|
|
"tokenColors": [
|
|
{
|
|
"name": "Comment",
|
|
"scope": ["comment", "punctuation.definition.comment"],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#859289"
|
|
}
|
|
},
|
|
{
|
|
"name": "Variables",
|
|
"scope": ["variable", "string constant.other.placeholder"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Colors",
|
|
"scope": ["constant.other.color"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Invalid",
|
|
"scope": ["invalid", "invalid.illegal"],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Keyword, Storage",
|
|
"scope": ["keyword", "storage.type", "storage.modifier"],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Operator, Misc",
|
|
"scope": [
|
|
"keyword.control",
|
|
"constant.other.color",
|
|
"punctuation",
|
|
"meta.tag",
|
|
"punctuation.definition.tag",
|
|
"punctuation.separator.inheritance.php",
|
|
"punctuation.definition.tag.html",
|
|
"punctuation.definition.tag.begin.html",
|
|
"punctuation.definition.tag.end.html",
|
|
"punctuation.section.embedded",
|
|
"keyword.other.template",
|
|
"keyword.other.substitution"
|
|
],
|
|
"settings": {
|
|
"foreground": "#e69875"
|
|
}
|
|
},
|
|
{
|
|
"name": "Tag",
|
|
"scope": [
|
|
"entity.name.tag",
|
|
"meta.tag.sgml",
|
|
"markup.deleted.git_gutter"
|
|
],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Function, Special Method",
|
|
"scope": [
|
|
"entity.name.function",
|
|
"meta.function-call",
|
|
"variable.function",
|
|
"support.function",
|
|
"keyword.other.special-method"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Block Level Variables",
|
|
"scope": ["meta.block variable.other"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Other Variable, String Link",
|
|
"scope": ["support.other.variable", "string.other.link"],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
|
|
"scope": [
|
|
"constant.numeric",
|
|
"constant.language",
|
|
"support.constant",
|
|
"constant.character",
|
|
"constant.escape",
|
|
"variable.parameter",
|
|
"keyword.other.unit",
|
|
"keyword.other"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "String, Symbols, Inherited Class, Markup Heading",
|
|
"scope": [
|
|
"string",
|
|
"constant.other.symbol",
|
|
"constant.other.key",
|
|
"entity.other.inherited-class",
|
|
"markup.heading",
|
|
"markup.inserted.git_gutter",
|
|
"meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Class, Support",
|
|
"scope": [
|
|
"entity.name",
|
|
"support.type",
|
|
"support.class",
|
|
"support.other.namespace.use.php",
|
|
"meta.use.php",
|
|
"support.other.namespace.php",
|
|
"markup.changed.git_gutter",
|
|
"support.type.sys-types"
|
|
],
|
|
"settings": {
|
|
"foreground": "#dbbc7f"
|
|
}
|
|
},
|
|
{
|
|
"name": "Entity Types",
|
|
"scope": ["support.type"],
|
|
"settings": {
|
|
"foreground": "#83c092"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Class and Support",
|
|
"scope": [
|
|
"source.css support.type.property-name",
|
|
"source.sass support.type.property-name",
|
|
"source.scss support.type.property-name",
|
|
"source.less support.type.property-name",
|
|
"source.stylus support.type.property-name",
|
|
"source.postcss support.type.property-name"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7fbbb3"
|
|
}
|
|
},
|
|
{
|
|
"name": "Sub-methods",
|
|
"scope": [
|
|
"entity.name.module.js",
|
|
"variable.import.parameter.js",
|
|
"variable.other.class.js"
|
|
],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Language methods",
|
|
"scope": ["variable.language"],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "entity.name.method.js",
|
|
"scope": ["entity.name.method.js"],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "meta.method.js",
|
|
"scope": [
|
|
"meta.class-method.js entity.name.function.js",
|
|
"variable.function.constructor"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Attributes",
|
|
"scope": ["entity.other.attribute-name"],
|
|
"settings": {
|
|
"foreground": "#e69875"
|
|
}
|
|
},
|
|
{
|
|
"name": "HTML Attributes",
|
|
"scope": [
|
|
"text.html.basic entity.other.attribute-name.html",
|
|
"text.html.basic entity.other.attribute-name"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#dbbc7f"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS Classes",
|
|
"scope": ["entity.other.attribute-name.class"],
|
|
"settings": {
|
|
"foreground": "#dbbc7f"
|
|
}
|
|
},
|
|
{
|
|
"name": "CSS ID's",
|
|
"scope": ["source.sass keyword.control"],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Inserted",
|
|
"scope": ["markup.inserted"],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Deleted",
|
|
"scope": ["markup.deleted"],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Changed",
|
|
"scope": ["markup.changed"],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Regular Expressions",
|
|
"scope": ["string.regexp"],
|
|
"settings": {
|
|
"foreground": "#83c092"
|
|
}
|
|
},
|
|
{
|
|
"name": "Escape Characters",
|
|
"scope": ["constant.character.escape"],
|
|
"settings": {
|
|
"foreground": "#83c092"
|
|
}
|
|
},
|
|
{
|
|
"name": "URL",
|
|
"scope": ["*url*", "*link*", "*uri*"],
|
|
"settings": {
|
|
"fontStyle": "underline"
|
|
}
|
|
},
|
|
{
|
|
"name": "Decorators",
|
|
"scope": [
|
|
"tag.decorator.js entity.name.tag.js",
|
|
"tag.decorator.js punctuation.definition.tag.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "ES7 Bind Operator",
|
|
"scope": [
|
|
"source.js constant.other.object.key.js string.unquoted.label.js"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 0",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#7fbbb3"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 1",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#dbbc7f"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 2",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#e69875"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 3",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 4",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 5",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 6",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#83c092"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 7",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "JSON Key - Level 8",
|
|
"scope": [
|
|
"source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Plain",
|
|
"scope": [
|
|
"text.html.markdown",
|
|
"punctuation.definition.list_item.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline",
|
|
"scope": ["text.html.markdown markup.inline.raw.markdown"],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Markup Raw Inline Punctuation",
|
|
"scope": [
|
|
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#859289"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Heading",
|
|
"scope": [
|
|
"markdown.heading",
|
|
"markup.heading | markup.heading entity.name",
|
|
"markup.heading.markdown punctuation.definition.heading.markdown"
|
|
],
|
|
"settings": {
|
|
"foreground": "#a7c080"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Italic",
|
|
"scope": ["markup.italic"],
|
|
"settings": {
|
|
"fontStyle": "italic",
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold",
|
|
"scope": ["markup.bold", "markup.bold string"],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Bold-Italic",
|
|
"scope": [
|
|
"markup.bold markup.italic",
|
|
"markup.italic markup.bold",
|
|
"markup.quote markup.bold",
|
|
"markup.bold markup.italic string",
|
|
"markup.italic markup.bold string",
|
|
"markup.quote markup.bold string"
|
|
],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#e67e80"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Underline",
|
|
"scope": ["markup.underline"],
|
|
"settings": {
|
|
"fontStyle": "underline",
|
|
"foreground": "#e69875"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Blockquote",
|
|
"scope": ["markup.quote punctuation.definition.blockquote.markdown"],
|
|
"settings": {
|
|
"foreground": "#859289"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Quote",
|
|
"scope": ["markup.quote"],
|
|
"settings": {
|
|
"fontStyle": "italic"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link",
|
|
"scope": ["string.other.link.title.markdown"],
|
|
"settings": {
|
|
"foreground": "#7fbbb3"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Description",
|
|
"scope": ["string.other.link.description.title.markdown"],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Link Anchor",
|
|
"scope": ["constant.other.reference.link.markdown"],
|
|
"settings": {
|
|
"foreground": "#dbbc7f"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Raw Block",
|
|
"scope": ["markup.raw.block"],
|
|
"settings": {
|
|
"foreground": "#d699b6"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Raw Block Fenced",
|
|
"scope": ["markup.raw.block.fenced.markdown"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Bode Block",
|
|
"scope": ["punctuation.definition.fenced.markdown"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Bode Block Variable",
|
|
"scope": [
|
|
"markup.raw.block.fenced.markdown",
|
|
"variable.language.fenced.markdown",
|
|
"punctuation.section.class.end"
|
|
],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Fenced Language",
|
|
"scope": ["variable.language.fenced.markdown"],
|
|
"settings": {
|
|
"foreground": "#859289"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markdown - Separator",
|
|
"scope": ["meta.separator"],
|
|
"settings": {
|
|
"fontStyle": "bold",
|
|
"foreground": "#859289"
|
|
}
|
|
},
|
|
{
|
|
"name": "Markup - Table",
|
|
"scope": ["markup.table"],
|
|
"settings": {
|
|
"foreground": "#d3c6aa"
|
|
}
|
|
}
|
|
]
|
|
}
|