Files
everforest-resources/editors/vscode/everforest-theme-dark-hard.json
Ismo Vuorinen dd5e539bb5 feat: add missing project files and fix architecture compliance
- 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)
2025-09-06 00:36:23 +03:00

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": "#2b3339",
"editor.foreground": "#d3c6aa",
"editorCursor.foreground": "#d3c6aa",
"editor.lineHighlightBackground": "#323c41",
"editor.selectionBackground": "#3a454a",
"editor.selectionHighlightBackground": "#323c41",
"editor.wordHighlightBackground": "#323c41",
"editor.wordHighlightStrongBackground": "#3a454a",
"editor.findMatchBackground": "#dbbc7f",
"editor.findMatchHighlightBackground": "#e69875",
"editor.findRangeHighlightBackground": "#323c41",
"editor.hoverHighlightBackground": "#323c41",
"editorLink.activeForeground": "#7fbbb3",
"editor.rangeHighlightBackground": "#323c41",
"editorWhitespace.foreground": "#859289",
"editorIndentGuide.background": "#859289",
"editorIndentGuide.activeBackground": "#9da9a0",
"editorRuler.foreground": "#859289",
"editorCodeLens.foreground": "#859289",
"editorBracketMatch.background": "#3a454a",
"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": "#2b3339",
"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": "#323c41",
"editorSuggestWidget.border": "#859289",
"editorSuggestWidget.foreground": "#d3c6aa",
"editorSuggestWidget.selectedBackground": "#3a454a",
"editorSuggestWidget.highlightForeground": "#7fbbb3",
"editorHoverWidget.background": "#323c41",
"editorHoverWidget.border": "#859289",
"debugExceptionWidget.background": "#323c41",
"debugExceptionWidget.border": "#e67e80",
"editorMarkerNavigation.background": "#323c41",
"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": "#2b3339",
"activityBar.foreground": "#d3c6aa",
"activityBar.inactiveForeground": "#859289",
"activityBar.border": "#859289",
"activityBarBadge.background": "#7fbbb3",
"activityBarBadge.foreground": "#2b3339",
"sideBar.background": "#323c41",
"sideBar.foreground": "#d3c6aa",
"sideBar.border": "#859289",
"sideBarTitle.foreground": "#d3c6aa",
"sideBarSectionHeader.background": "#3a454a",
"sideBarSectionHeader.foreground": "#d3c6aa",
"sideBarSectionHeader.border": "#859289",
"list.activeSelectionBackground": "#3a454a",
"list.activeSelectionForeground": "#d3c6aa",
"list.inactiveSelectionBackground": "#323c41",
"list.inactiveSelectionForeground": "#d3c6aa",
"list.hoverBackground": "#3a454a",
"list.hoverForeground": "#d3c6aa",
"list.focusBackground": "#3a454a",
"list.focusForeground": "#d3c6aa",
"list.highlightForeground": "#7fbbb3",
"list.dropBackground": "#7fbbb3",
"listFilterWidget.background": "#3a454a",
"listFilterWidget.outline": "#7fbbb3",
"listFilterWidget.noMatchesOutline": "#e67e80",
"statusBar.background": "#323c41",
"statusBar.foreground": "#d3c6aa",
"statusBar.border": "#859289",
"statusBar.debuggingBackground": "#e67e80",
"statusBar.debuggingForeground": "#d3c6aa",
"statusBar.noFolderBackground": "#d699b6",
"statusBar.noFolderForeground": "#d3c6aa",
"statusBarItem.activeBackground": "#3a454a",
"statusBarItem.hoverBackground": "#3a454a",
"statusBarItem.prominentBackground": "#7fbbb3",
"statusBarItem.prominentHoverBackground": "#7fbbb3",
"titleBar.activeBackground": "#2b3339",
"titleBar.activeForeground": "#d3c6aa",
"titleBar.inactiveBackground": "#323c41",
"titleBar.inactiveForeground": "#859289",
"titleBar.border": "#859289",
"menubar.selectionForeground": "#d3c6aa",
"menubar.selectionBackground": "#3a454a",
"menu.foreground": "#d3c6aa",
"menu.background": "#323c41",
"menu.selectionForeground": "#d3c6aa",
"menu.selectionBackground": "#3a454a",
"menu.separatorBackground": "#859289",
"menu.border": "#859289",
"button.background": "#7fbbb3",
"button.foreground": "#2b3339",
"button.hoverBackground": "#7fbbb3",
"button.secondaryBackground": "#859289",
"button.secondaryForeground": "#d3c6aa",
"button.secondaryHoverBackground": "#9da9a0",
"checkbox.background": "#3a454a",
"checkbox.foreground": "#d3c6aa",
"checkbox.border": "#859289",
"dropdown.background": "#323c41",
"dropdown.foreground": "#d3c6aa",
"dropdown.border": "#859289",
"input.background": "#3a454a",
"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": "#2b3339",
"inputValidation.warningBorder": "#dbbc7f",
"focusBorder": "#7fbbb3",
"foreground": "#d3c6aa",
"widget.shadow": "#2b3339",
"selection.background": "#3a454a",
"descriptionForeground": "#859289",
"errorForeground": "#e67e80",
"icon.foreground": "#d3c6aa",
"progressBar.background": "#7fbbb3",
"badge.foreground": "#2b3339",
"badge.background": "#7fbbb3",
"scrollbar.shadow": "#2b3339",
"scrollbarSlider.background": "#859289",
"scrollbarSlider.hoverBackground": "#9da9a0",
"scrollbarSlider.activeBackground": "#7fbbb3",
"editorGroup.border": "#859289",
"editorGroup.dropBackground": "#7fbbb3",
"editorGroupHeader.noTabsBackground": "#2b3339",
"editorGroupHeader.tabsBackground": "#323c41",
"editorGroupHeader.tabsBorder": "#859289",
"tab.activeBackground": "#2b3339",
"tab.unfocusedActiveBackground": "#323c41",
"tab.activeForeground": "#d3c6aa",
"tab.border": "#859289",
"tab.activeBorder": "#7fbbb3",
"tab.unfocusedActiveBorder": "#859289",
"tab.activeBorderTop": "#7fbbb3",
"tab.unfocusedActiveBorderTop": "#859289",
"tab.inactiveBackground": "#323c41",
"tab.inactiveForeground": "#859289",
"tab.unfocusedActiveForeground": "#859289",
"tab.unfocusedInactiveForeground": "#859289",
"tab.hoverBackground": "#3a454a",
"tab.unfocusedHoverBackground": "#3a454a",
"tab.hoverForeground": "#d3c6aa",
"tab.unfocusedHoverForeground": "#d3c6aa",
"tab.activeModifiedBorder": "#e69875",
"tab.inactiveModifiedBorder": "#e69875",
"tab.unfocusedActiveModifiedBorder": "#e69875",
"tab.unfocusedInactiveModifiedBorder": "#e69875",
"editorPane.background": "#2b3339",
"panel.background": "#323c41",
"panel.border": "#859289",
"panelTitle.activeBorder": "#7fbbb3",
"panelTitle.activeForeground": "#d3c6aa",
"panelTitle.inactiveForeground": "#859289",
"panelInput.border": "#859289",
"terminal.background": "#2b3339",
"terminal.foreground": "#d3c6aa",
"terminalCursor.background": "#2b3339",
"terminalCursor.foreground": "#d3c6aa",
"terminal.ansiBlack": "#2b3339",
"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": "#3a454a",
"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"
}
}
]
}