{
 "id": "sublime",
 "version": "0.1.0",
 "shared": [],
 "palettes": [
  {
   "id": "carbon",
   "label": "Carbon",
   "files": [
    {
     "name": "digitable-focus-carbon.sublime-color-scheme",
     "path": "digitable-focus-carbon.sublime-color-scheme",
     "lang": "json",
     "bytes": 6960,
     "lines": 242,
     "text": "{\n  \"name\": \"Digitable Focus Carbon\",\n  \"author\": \"Digitable Workbench 0.1.0\",\n  \"variables\": {\n    \"background\": \"#05080D\",\n    \"surface\": \"#071018\",\n    \"surface-raised\": \"#0B111A\",\n    \"foreground\": \"#F5F7FA\",\n    \"muted\": \"#9BAAB8\",\n    \"subtle\": \"#718695\",\n    \"border\": \"#15566A\",\n    \"accent\": \"#00E5E5\",\n    \"accent-soft\": \"#00D8FF\",\n    \"blue\": \"#3CA9FF\",\n    \"green\": \"#7CFF6B\",\n    \"yellow\": \"#FFC247\",\n    \"orange\": \"#FF8A2A\",\n    \"purple\": \"#B65CFF\",\n    \"red\": \"#FF5B5B\",\n    \"selection\": \"#15566A99\",\n    \"line-highlight\": \"#07141E\"\n  },\n  \"globals\": {\n    \"background\": \"var(background)\",\n    \"foreground\": \"var(foreground)\",\n    \"caret\": \"var(accent)\",\n    \"block_caret\": \"var(accent)\",\n    \"invisibles\": \"var(border)\",\n    \"line_highlight\": \"var(line-highlight)\",\n    \"accent\": \"var(accent)\",\n    \"misspelling\": \"var(red)\",\n    \"fold_marker\": \"var(yellow)\",\n    \"minimap_border\": \"var(border)\",\n    \"gutter\": \"var(background)\",\n    \"gutter_foreground\": \"var(subtle)\",\n    \"gutter_foreground_highlight\": \"var(accent)\",\n    \"line_diff_width\": \"3\",\n    \"line_diff_added\": \"var(green)\",\n    \"line_diff_modified\": \"var(yellow)\",\n    \"line_diff_deleted\": \"var(red)\",\n    \"selection\": \"var(selection)\",\n    \"selection_border\": \"var(accent)\",\n    \"inactive_selection\": \"var(surface-raised)\",\n    \"selection_corner_style\": \"round\",\n    \"highlight\": \"var(accent)\",\n    \"find_highlight\": \"var(yellow)\",\n    \"find_highlight_foreground\": \"var(background)\",\n    \"guide\": \"var(border)\",\n    \"active_guide\": \"var(accent)\",\n    \"stack_guide\": \"var(muted)\",\n    \"shadow\": \"var(background)\",\n    \"brackets_options\": \"underline\",\n    \"brackets_foreground\": \"var(accent)\",\n    \"bracket_contents_options\": \"underline\",\n    \"bracket_contents_foreground\": \"var(accent-soft)\",\n    \"tags_options\": \"stippled_underline\",\n    \"tags_foreground\": \"var(orange)\",\n    \"popup_css\": \"html { background-color: var(--background); color: var(--foreground); }\\na { color: var(--bluish); }\"\n  },\n  \"rules\": [\n    {\n      \"name\": \"Comments\",\n      \"scope\": \"comment, punctuation.definition.comment\",\n      \"foreground\": \"var(subtle)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Documentation comments\",\n      \"scope\": \"comment.block.documentation\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Strings\",\n      \"scope\": \"string, constant.other.symbol\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"String punctuation\",\n      \"scope\": \"punctuation.definition.string\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Regular expressions\",\n      \"scope\": \"string.regexp, constant.character.escape\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Numbers and constants\",\n      \"scope\": \"constant.numeric, constant.language, constant.character\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Keywords and storage\",\n      \"scope\": \"keyword, storage.type, storage.modifier\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Operators\",\n      \"scope\": \"keyword.operator, punctuation.separator.key-value\",\n      \"foreground\": \"var(accent-soft)\"\n    },\n    {\n      \"name\": \"Functions and methods\",\n      \"scope\": \"entity.name.function, support.function, meta.function-call\",\n      \"foreground\": \"var(blue)\"\n    },\n    {\n      \"name\": \"Function parameters\",\n      \"scope\": \"variable.parameter, meta.function.parameters\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Types and classes\",\n      \"scope\": \"entity.name.type, entity.name.class, support.type, support.class\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Namespaces\",\n      \"scope\": \"entity.name.namespace, entity.name.module, meta.namespace\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Variables and parameters\",\n      \"scope\": \"variable, variable.other, meta.object-literal.key\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Built-in variables\",\n      \"scope\": \"variable.language\",\n      \"foreground\": \"var(red)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Constants and enum members\",\n      \"scope\": \"variable.other.constant, entity.name.constant\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Tags and attributes\",\n      \"scope\": \"entity.name.tag, entity.other.attribute-name\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Tag punctuation\",\n      \"scope\": \"punctuation.definition.tag\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Decorators and annotations\",\n      \"scope\": \"variable.annotation, meta.annotation, punctuation.definition.annotation\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Punctuation\",\n      \"scope\": \"punctuation.separator, punctuation.terminator, punctuation.accessor, meta.brace\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Preprocessor\",\n      \"scope\": \"meta.preprocessor, keyword.control.import, keyword.control.export\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Invalid and deprecated\",\n      \"scope\": \"invalid, invalid.illegal, invalid.deprecated\",\n      \"foreground\": \"var(background)\",\n      \"background\": \"var(red)\"\n    },\n    {\n      \"name\": \"Markup headings\",\n      \"scope\": \"markup.heading, entity.name.section\",\n      \"foreground\": \"var(accent)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup links\",\n      \"scope\": \"markup.underline.link, string.other.link\",\n      \"foreground\": \"var(blue)\",\n      \"font_style\": \"underline\"\n    },\n    {\n      \"name\": \"Markup bold\",\n      \"scope\": \"markup.bold\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup italic\",\n      \"scope\": \"markup.italic\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup raw\",\n      \"scope\": \"markup.raw, markup.raw.inline, markup.raw.block\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Markup quote\",\n      \"scope\": \"markup.quote\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup list\",\n      \"scope\": \"markup.list punctuation.definition.list_item\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Diff inserted\",\n      \"scope\": \"markup.inserted\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Diff deleted\",\n      \"scope\": \"markup.deleted\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diff changed\",\n      \"scope\": \"markup.changed\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: error\",\n      \"scope\": \"message.error, markup.error\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diagnostics: warning\",\n      \"scope\": \"message.warning, markup.warning\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: info\",\n      \"scope\": \"message.info, markup.info\",\n      \"foreground\": \"var(blue)\"\n    }\n  ]\n}\n"
    }
   ]
  },
  {
   "id": "paper",
   "label": "Paper",
   "files": [
    {
     "name": "digitable-focus-paper.sublime-color-scheme",
     "path": "digitable-focus-paper.sublime-color-scheme",
     "lang": "json",
     "bytes": 6959,
     "lines": 242,
     "text": "{\n  \"name\": \"Digitable Focus Paper\",\n  \"author\": \"Digitable Workbench 0.1.0\",\n  \"variables\": {\n    \"background\": \"#F4F7F8\",\n    \"surface\": \"#FFFFFF\",\n    \"surface-raised\": \"#E9F0F2\",\n    \"foreground\": \"#10202A\",\n    \"muted\": \"#526A78\",\n    \"subtle\": \"#5F7480\",\n    \"border\": \"#A9C2C9\",\n    \"accent\": \"#007C83\",\n    \"accent-soft\": \"#006E78\",\n    \"blue\": \"#0067A8\",\n    \"green\": \"#287A36\",\n    \"yellow\": \"#8A5B00\",\n    \"orange\": \"#A54A00\",\n    \"purple\": \"#7139A3\",\n    \"red\": \"#B4232E\",\n    \"selection\": \"#70CED455\",\n    \"line-highlight\": \"#E9F3F4\"\n  },\n  \"globals\": {\n    \"background\": \"var(background)\",\n    \"foreground\": \"var(foreground)\",\n    \"caret\": \"var(accent)\",\n    \"block_caret\": \"var(accent)\",\n    \"invisibles\": \"var(border)\",\n    \"line_highlight\": \"var(line-highlight)\",\n    \"accent\": \"var(accent)\",\n    \"misspelling\": \"var(red)\",\n    \"fold_marker\": \"var(yellow)\",\n    \"minimap_border\": \"var(border)\",\n    \"gutter\": \"var(background)\",\n    \"gutter_foreground\": \"var(subtle)\",\n    \"gutter_foreground_highlight\": \"var(accent)\",\n    \"line_diff_width\": \"3\",\n    \"line_diff_added\": \"var(green)\",\n    \"line_diff_modified\": \"var(yellow)\",\n    \"line_diff_deleted\": \"var(red)\",\n    \"selection\": \"var(selection)\",\n    \"selection_border\": \"var(accent)\",\n    \"inactive_selection\": \"var(surface-raised)\",\n    \"selection_corner_style\": \"round\",\n    \"highlight\": \"var(accent)\",\n    \"find_highlight\": \"var(yellow)\",\n    \"find_highlight_foreground\": \"var(background)\",\n    \"guide\": \"var(border)\",\n    \"active_guide\": \"var(accent)\",\n    \"stack_guide\": \"var(muted)\",\n    \"shadow\": \"var(background)\",\n    \"brackets_options\": \"underline\",\n    \"brackets_foreground\": \"var(accent)\",\n    \"bracket_contents_options\": \"underline\",\n    \"bracket_contents_foreground\": \"var(accent-soft)\",\n    \"tags_options\": \"stippled_underline\",\n    \"tags_foreground\": \"var(orange)\",\n    \"popup_css\": \"html { background-color: var(--background); color: var(--foreground); }\\na { color: var(--bluish); }\"\n  },\n  \"rules\": [\n    {\n      \"name\": \"Comments\",\n      \"scope\": \"comment, punctuation.definition.comment\",\n      \"foreground\": \"var(subtle)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Documentation comments\",\n      \"scope\": \"comment.block.documentation\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Strings\",\n      \"scope\": \"string, constant.other.symbol\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"String punctuation\",\n      \"scope\": \"punctuation.definition.string\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Regular expressions\",\n      \"scope\": \"string.regexp, constant.character.escape\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Numbers and constants\",\n      \"scope\": \"constant.numeric, constant.language, constant.character\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Keywords and storage\",\n      \"scope\": \"keyword, storage.type, storage.modifier\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Operators\",\n      \"scope\": \"keyword.operator, punctuation.separator.key-value\",\n      \"foreground\": \"var(accent-soft)\"\n    },\n    {\n      \"name\": \"Functions and methods\",\n      \"scope\": \"entity.name.function, support.function, meta.function-call\",\n      \"foreground\": \"var(blue)\"\n    },\n    {\n      \"name\": \"Function parameters\",\n      \"scope\": \"variable.parameter, meta.function.parameters\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Types and classes\",\n      \"scope\": \"entity.name.type, entity.name.class, support.type, support.class\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Namespaces\",\n      \"scope\": \"entity.name.namespace, entity.name.module, meta.namespace\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Variables and parameters\",\n      \"scope\": \"variable, variable.other, meta.object-literal.key\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Built-in variables\",\n      \"scope\": \"variable.language\",\n      \"foreground\": \"var(red)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Constants and enum members\",\n      \"scope\": \"variable.other.constant, entity.name.constant\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Tags and attributes\",\n      \"scope\": \"entity.name.tag, entity.other.attribute-name\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Tag punctuation\",\n      \"scope\": \"punctuation.definition.tag\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Decorators and annotations\",\n      \"scope\": \"variable.annotation, meta.annotation, punctuation.definition.annotation\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Punctuation\",\n      \"scope\": \"punctuation.separator, punctuation.terminator, punctuation.accessor, meta.brace\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Preprocessor\",\n      \"scope\": \"meta.preprocessor, keyword.control.import, keyword.control.export\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Invalid and deprecated\",\n      \"scope\": \"invalid, invalid.illegal, invalid.deprecated\",\n      \"foreground\": \"var(background)\",\n      \"background\": \"var(red)\"\n    },\n    {\n      \"name\": \"Markup headings\",\n      \"scope\": \"markup.heading, entity.name.section\",\n      \"foreground\": \"var(accent)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup links\",\n      \"scope\": \"markup.underline.link, string.other.link\",\n      \"foreground\": \"var(blue)\",\n      \"font_style\": \"underline\"\n    },\n    {\n      \"name\": \"Markup bold\",\n      \"scope\": \"markup.bold\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup italic\",\n      \"scope\": \"markup.italic\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup raw\",\n      \"scope\": \"markup.raw, markup.raw.inline, markup.raw.block\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Markup quote\",\n      \"scope\": \"markup.quote\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup list\",\n      \"scope\": \"markup.list punctuation.definition.list_item\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Diff inserted\",\n      \"scope\": \"markup.inserted\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Diff deleted\",\n      \"scope\": \"markup.deleted\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diff changed\",\n      \"scope\": \"markup.changed\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: error\",\n      \"scope\": \"message.error, markup.error\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diagnostics: warning\",\n      \"scope\": \"message.warning, markup.warning\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: info\",\n      \"scope\": \"message.info, markup.info\",\n      \"foreground\": \"var(blue)\"\n    }\n  ]\n}\n"
    }
   ]
  },
  {
   "id": "signal",
   "label": "Signal",
   "files": [
    {
     "name": "digitable-focus-signal.sublime-color-scheme",
     "path": "digitable-focus-signal.sublime-color-scheme",
     "lang": "json",
     "bytes": 6960,
     "lines": 242,
     "text": "{\n  \"name\": \"Digitable Focus Signal\",\n  \"author\": \"Digitable Workbench 0.1.0\",\n  \"variables\": {\n    \"background\": \"#000000\",\n    \"surface\": \"#090D10\",\n    \"surface-raised\": \"#101820\",\n    \"foreground\": \"#FFFFFF\",\n    \"muted\": \"#D0D9DE\",\n    \"subtle\": \"#A8B6BF\",\n    \"border\": \"#66FFFF\",\n    \"accent\": \"#00FFFF\",\n    \"accent-soft\": \"#66FFFF\",\n    \"blue\": \"#55AAFF\",\n    \"green\": \"#7CFF00\",\n    \"yellow\": \"#FFD800\",\n    \"orange\": \"#FF9D3D\",\n    \"purple\": \"#E47AFF\",\n    \"red\": \"#FF4D5A\",\n    \"selection\": \"#00FFFF55\",\n    \"line-highlight\": \"#0B171A\"\n  },\n  \"globals\": {\n    \"background\": \"var(background)\",\n    \"foreground\": \"var(foreground)\",\n    \"caret\": \"var(accent)\",\n    \"block_caret\": \"var(accent)\",\n    \"invisibles\": \"var(border)\",\n    \"line_highlight\": \"var(line-highlight)\",\n    \"accent\": \"var(accent)\",\n    \"misspelling\": \"var(red)\",\n    \"fold_marker\": \"var(yellow)\",\n    \"minimap_border\": \"var(border)\",\n    \"gutter\": \"var(background)\",\n    \"gutter_foreground\": \"var(subtle)\",\n    \"gutter_foreground_highlight\": \"var(accent)\",\n    \"line_diff_width\": \"3\",\n    \"line_diff_added\": \"var(green)\",\n    \"line_diff_modified\": \"var(yellow)\",\n    \"line_diff_deleted\": \"var(red)\",\n    \"selection\": \"var(selection)\",\n    \"selection_border\": \"var(accent)\",\n    \"inactive_selection\": \"var(surface-raised)\",\n    \"selection_corner_style\": \"round\",\n    \"highlight\": \"var(accent)\",\n    \"find_highlight\": \"var(yellow)\",\n    \"find_highlight_foreground\": \"var(background)\",\n    \"guide\": \"var(border)\",\n    \"active_guide\": \"var(accent)\",\n    \"stack_guide\": \"var(muted)\",\n    \"shadow\": \"var(background)\",\n    \"brackets_options\": \"underline\",\n    \"brackets_foreground\": \"var(accent)\",\n    \"bracket_contents_options\": \"underline\",\n    \"bracket_contents_foreground\": \"var(accent-soft)\",\n    \"tags_options\": \"stippled_underline\",\n    \"tags_foreground\": \"var(orange)\",\n    \"popup_css\": \"html { background-color: var(--background); color: var(--foreground); }\\na { color: var(--bluish); }\"\n  },\n  \"rules\": [\n    {\n      \"name\": \"Comments\",\n      \"scope\": \"comment, punctuation.definition.comment\",\n      \"foreground\": \"var(subtle)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Documentation comments\",\n      \"scope\": \"comment.block.documentation\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Strings\",\n      \"scope\": \"string, constant.other.symbol\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"String punctuation\",\n      \"scope\": \"punctuation.definition.string\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Regular expressions\",\n      \"scope\": \"string.regexp, constant.character.escape\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Numbers and constants\",\n      \"scope\": \"constant.numeric, constant.language, constant.character\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Keywords and storage\",\n      \"scope\": \"keyword, storage.type, storage.modifier\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Operators\",\n      \"scope\": \"keyword.operator, punctuation.separator.key-value\",\n      \"foreground\": \"var(accent-soft)\"\n    },\n    {\n      \"name\": \"Functions and methods\",\n      \"scope\": \"entity.name.function, support.function, meta.function-call\",\n      \"foreground\": \"var(blue)\"\n    },\n    {\n      \"name\": \"Function parameters\",\n      \"scope\": \"variable.parameter, meta.function.parameters\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Types and classes\",\n      \"scope\": \"entity.name.type, entity.name.class, support.type, support.class\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Namespaces\",\n      \"scope\": \"entity.name.namespace, entity.name.module, meta.namespace\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Variables and parameters\",\n      \"scope\": \"variable, variable.other, meta.object-literal.key\",\n      \"foreground\": \"var(foreground)\"\n    },\n    {\n      \"name\": \"Built-in variables\",\n      \"scope\": \"variable.language\",\n      \"foreground\": \"var(red)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Constants and enum members\",\n      \"scope\": \"variable.other.constant, entity.name.constant\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Tags and attributes\",\n      \"scope\": \"entity.name.tag, entity.other.attribute-name\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Tag punctuation\",\n      \"scope\": \"punctuation.definition.tag\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Decorators and annotations\",\n      \"scope\": \"variable.annotation, meta.annotation, punctuation.definition.annotation\",\n      \"foreground\": \"var(orange)\"\n    },\n    {\n      \"name\": \"Punctuation\",\n      \"scope\": \"punctuation.separator, punctuation.terminator, punctuation.accessor, meta.brace\",\n      \"foreground\": \"var(muted)\"\n    },\n    {\n      \"name\": \"Preprocessor\",\n      \"scope\": \"meta.preprocessor, keyword.control.import, keyword.control.export\",\n      \"foreground\": \"var(purple)\"\n    },\n    {\n      \"name\": \"Invalid and deprecated\",\n      \"scope\": \"invalid, invalid.illegal, invalid.deprecated\",\n      \"foreground\": \"var(background)\",\n      \"background\": \"var(red)\"\n    },\n    {\n      \"name\": \"Markup headings\",\n      \"scope\": \"markup.heading, entity.name.section\",\n      \"foreground\": \"var(accent)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup links\",\n      \"scope\": \"markup.underline.link, string.other.link\",\n      \"foreground\": \"var(blue)\",\n      \"font_style\": \"underline\"\n    },\n    {\n      \"name\": \"Markup bold\",\n      \"scope\": \"markup.bold\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"bold\"\n    },\n    {\n      \"name\": \"Markup italic\",\n      \"scope\": \"markup.italic\",\n      \"foreground\": \"var(foreground)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup raw\",\n      \"scope\": \"markup.raw, markup.raw.inline, markup.raw.block\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Markup quote\",\n      \"scope\": \"markup.quote\",\n      \"foreground\": \"var(muted)\",\n      \"font_style\": \"italic\"\n    },\n    {\n      \"name\": \"Markup list\",\n      \"scope\": \"markup.list punctuation.definition.list_item\",\n      \"foreground\": \"var(accent)\"\n    },\n    {\n      \"name\": \"Diff inserted\",\n      \"scope\": \"markup.inserted\",\n      \"foreground\": \"var(green)\"\n    },\n    {\n      \"name\": \"Diff deleted\",\n      \"scope\": \"markup.deleted\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diff changed\",\n      \"scope\": \"markup.changed\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: error\",\n      \"scope\": \"message.error, markup.error\",\n      \"foreground\": \"var(red)\"\n    },\n    {\n      \"name\": \"Diagnostics: warning\",\n      \"scope\": \"message.warning, markup.warning\",\n      \"foreground\": \"var(yellow)\"\n    },\n    {\n      \"name\": \"Diagnostics: info\",\n      \"scope\": \"message.info, markup.info\",\n      \"foreground\": \"var(blue)\"\n    }\n  ]\n}\n"
    }
   ]
  }
 ]
}
