use-monaco
Version:
[](https://npm.im/use-monaco)
598 lines (593 loc) • 242 kB
JavaScript
'use strict';
Object.defineProperty(exports, '__esModule', { value: true });
var ayuLight = {
base: 'vs',
inherit: true,
rules: [{
token: '',
foreground: '555555'
}, {
token: 'invalid',
foreground: 'ff3333'
}, {
token: 'emphasis',
fontStyle: 'italic'
}, {
token: 'strong',
fontStyle: 'bold'
}, {
token: 'variable',
foreground: '397D13'
}, {
token: 'variable.parameter',
foreground: '397D13'
}, {
token: 'variable.predefined',
foreground: 'D2054E'
}, {
token: 'entity',
foreground: 'D2054E'
}, {
token: 'constant',
foreground: 'f08c36'
}, {
token: 'constant.language',
foreground: 'D47509'
}, {
token: 'constant.enum',
foreground: '0B7FC7'
}, {
token: 'comment',
foreground: 'abb0b6',
fontStyle: 'italic'
}, {
token: 'number',
foreground: '2882F9'
}, {
token: 'number.hex',
foreground: 'f08c36'
}, {
token: 'regexp',
foreground: '4dbf99'
}, {
token: 'annotation',
foreground: 'B33086'
}, {
token: 'type.identifier',
foreground: 'CA9800'
}, {
token: 'type',
foreground: '1F61A0'
}, {
token: 'delimiter',
foreground: '555555'
}, {
token: 'delimiter.html',
foreground: '555555'
}, {
token: 'delimiter.xml',
foreground: '555555'
}, {
token: 'tag',
foreground: 'e7c547'
}, {
token: 'tag.id.jade',
foreground: 'e7c547'
}, {
token: 'tag.class.jade',
foreground: 'e7c547'
}, {
token: 'meta.scss',
foreground: 'e7c547'
}, {
token: 'metatag',
foreground: 'e7c547'
}, {
token: 'metatag.content.html',
foreground: 'D64292'
}, {
token: 'metatag.html',
foreground: 'e7c547'
}, {
token: 'metatag.xml',
foreground: 'e7c547'
}, {
token: 'metatag.php',
fontStyle: 'bold'
}, {
token: 'key',
foreground: '1F61A0'
}, {
token: 'string.key.json',
foreground: '41a6d9'
}, {
token: 'string.value.json',
foreground: 'D64292'
}, {
token: 'attribute.name',
foreground: '8B2BB9'
}, {
token: 'attribute.value',
foreground: '0451A5'
}, {
token: 'attribute.value.number',
foreground: 'abb0b6'
}, {
token: 'attribute.value.unit',
foreground: 'D64292'
}, {
token: 'attribute.value.html',
foreground: 'D64292'
}, {
token: 'attribute.value.xml',
foreground: 'D64292'
}, {
token: 'string',
foreground: 'D64292'
}, {
token: 'string.html',
foreground: 'D64292'
}, {
token: 'string.sql',
foreground: 'D64292'
}, {
token: 'string.yaml',
foreground: 'D64292'
}, {
token: 'keyword',
foreground: 'B11A04'
}, {
token: 'keyword.json',
foreground: 'f2590c'
}, {
token: 'keyword.flow',
foreground: 'f2590c'
}, {
token: 'keyword.flow.scss',
foreground: 'f2590c'
}, {
token: 'operator.scss',
foreground: '666666'
}, //
{
token: 'operator.sql',
foreground: '778899'
}, //
{
token: 'operator.swift',
foreground: '666666'
}, //
{
token: 'predefined.sql',
foreground: 'FF00FF'
} //
],
colors: {
'editor.background': '#ffffff',
'editor.foreground': '#555555',
'editorIndentGuide.background': '#ecebec',
'editorIndentGuide.activeBackground': '#e0e0e0'
}
};
var ayuDark = {
base: 'vs-dark',
inherit: true,
rules: [{
token: '',
foreground: 'd9d7ce'
}, {
token: 'invalid',
foreground: 'ff3333'
}, {
token: 'emphasis',
fontstyle: 'italic'
}, {
token: 'strong',
fontstyle: 'bold'
}, {
token: 'variable',
foreground: 'd9d7ce'
}, {
token: 'variable.predefined',
foreground: 'd9d7ce'
}, {
token: 'constant',
foreground: 'ff9d45'
}, {
token: 'comment',
foreground: '5c6773',
fontstyle: 'italic'
}, {
token: 'number',
foreground: 'ff9d45'
}, {
token: 'number.hex',
foreground: 'ff9d45'
}, {
token: 'regexp',
foreground: '95e6cb'
}, {
token: 'annotation',
foreground: '5ccfe6'
}, {
token: 'type',
foreground: '5ccfe6'
}, {
token: 'delimiter',
foreground: 'd9d7ce'
}, {
token: 'delimiter.html',
foreground: 'd9d7ce'
}, {
token: 'delimiter.xml',
foreground: 'd9d7ce'
}, {
token: 'tag',
foreground: '80d4ff'
}, {
token: 'tag.id.jade',
foreground: '80d4ff'
}, {
token: 'tag.class.jade',
foreground: '80d4ff'
}, {
token: 'meta.scss',
foreground: '80d4ff'
}, {
token: 'metatag',
foreground: '80d4ff'
}, {
token: 'metatag.content.html',
foreground: 'bae67e'
}, {
token: 'metatag.html',
foreground: '80d4ff'
}, {
token: 'metatag.xml',
foreground: '80d4ff'
}, {
token: 'metatag.php',
fontstyle: 'bold'
}, {
token: 'key',
foreground: '5ccfe6'
}, {
token: 'string.key.json',
foreground: '5ccfe6'
}, {
token: 'string.value.json',
foreground: 'bae67e'
}, {
token: 'attribute.name',
foreground: '5ccfe6'
}, {
token: 'attribute.value',
foreground: 'bae67e'
}, {
token: 'attribute.value.number',
foreground: 'ff9d45'
}, {
token: 'attribute.value.unit',
foreground: 'bae67e'
}, {
token: 'attribute.value.html',
foreground: 'bae67e'
}, {
token: 'attribute.value.xml',
foreground: 'bae67e'
}, {
token: 'string',
foreground: 'bae67e'
}, {
token: 'string.html',
foreground: 'bae67e'
}, {
token: 'string.sql',
foreground: 'bae67e'
}, {
token: 'string.yaml',
foreground: 'bae67e'
}, {
token: 'keyword',
foreground: 'ffae57'
}, {
token: 'keyword.json',
foreground: 'ffae57'
}, {
token: 'keyword.flow',
foreground: 'ffae57'
}, {
token: 'keyword.flow.scss',
foreground: 'ffae57'
}, {
token: 'operator.scss',
foreground: '666666'
}, //
{
token: 'operator.sql',
foreground: '778899'
}, //
{
token: 'operator.swift',
foreground: '666666'
}, //
{
token: 'predefined.sql',
foreground: 'ff00ff'
} //
],
colors: {
'editor.background': '#212733',
'editor.foreground': '#d9d7ce',
'editorIndentGuide.background': '#393b41',
'editorIndentGuide.activeBackground': '#494b51'
}
};
var ocean = {
base: 'vs-dark',
inherit: true,
rules: [{
token: '',
foreground: 'd9d7ce'
}, {
token: 'invalid',
foreground: 'ff3333'
}, {
token: 'emphasis',
fontstyle: 'italic'
}, {
token: 'strong',
fontstyle: 'bold'
}, {
token: 'variable',
foreground: 'd9d7ce'
}, {
token: 'variable.predefined',
foreground: 'd9d7ce'
}, {
token: 'constant',
foreground: 'ff9d45'
}, {
token: 'comment',
foreground: '5c6773',
fontstyle: 'italic'
}, {
token: 'number',
foreground: 'ff9d45'
}, {
token: 'number.hex',
foreground: 'ff9d45'
}, {
token: 'regexp',
foreground: '95e6cb'
}, {
token: 'annotation',
foreground: '5ccfe6'
}, {
token: 'type',
foreground: '5ccfe6'
}, {
token: 'delimiter',
foreground: 'd9d7ce'
}, {
token: 'delimiter.html',
foreground: 'd9d7ce'
}, {
token: 'delimiter.xml',
foreground: 'd9d7ce'
}, {
token: 'tag',
foreground: '80d4ff'
}, {
token: 'tag.id.jade',
foreground: '80d4ff'
}, {
token: 'tag.class.jade',
foreground: '80d4ff'
}, {
token: 'meta.scss',
foreground: '80d4ff'
}, {
token: 'metatag',
foreground: '80d4ff'
}, {
token: 'metatag.content.html',
foreground: 'bae67e'
}, {
token: 'metatag.html',
foreground: '80d4ff'
}, {
token: 'metatag.xml',
foreground: '80d4ff'
}, {
token: 'metatag.php',
fontstyle: 'bold'
}, {
token: 'key',
foreground: '5ccfe6'
}, {
token: 'string.key.json',
foreground: '5ccfe6'
}, {
token: 'string.value.json',
foreground: 'bae67e'
}, {
token: 'attribute.name',
foreground: '5ccfe6'
}, {
token: 'attribute.value',
foreground: 'bae67e'
}, {
token: 'attribute.value.number',
foreground: 'ff9d45'
}, {
token: 'attribute.value.unit',
foreground: 'bae67e'
}, {
token: 'attribute.value.html',
foreground: 'bae67e'
}, {
token: 'attribute.value.xml',
foreground: 'bae67e'
}, {
token: 'string',
foreground: 'bae67e'
}, {
token: 'string.html',
foreground: 'bae67e'
}, {
token: 'string.sql',
foreground: 'bae67e'
}, {
token: 'string.yaml',
foreground: 'bae67e'
}, {
token: 'keyword',
foreground: 'ffae57'
}, {
token: 'keyword.json',
foreground: 'ffae57'
}, {
token: 'keyword.flow',
foreground: 'ffae57'
}, {
token: 'keyword.flow.scss',
foreground: 'ffae57'
}, {
token: 'operator.scss',
foreground: '666666'
}, //
{
token: 'operator.sql',
foreground: '778899'
}, //
{
token: 'operator.swift',
foreground: '666666'
}, //
{
token: 'predefined.sql',
foreground: 'ff00ff'
}],
//],
colors: {
focusBorder: '#F7F7F700',
foreground: '#D8DEE9',
'widget.shadow': '#1B2B3450',
errorForeground: '#EC5f67',
'textBlockQuote.background': '#1B2B34',
'textBlockQuote.border': '#1B2B34',
'textCodeBlock.background': '#273942',
'textLink.activeForeground': '#D8DEE9',
'textLink.foreground': '#80CBC4',
'button.background': '#80CBC4',
'button.foreground': '#000000',
'button.hoverBackground': '#6699CC',
'dropdown.background': '#273942',
'dropdown.listBackground': '#273942',
'dropdown.border': '#273942',
'dropdown.foreground': '#D8DEE9',
'input.background': '#1B2B34',
'input.border': '#273942',
'input.foreground': '#F7F7F7',
'input.placeholderForeground': '#607d8b',
'scrollbar.shadow': '#1B2B3470',
'badge.foreground': '#000000',
'badge.background': '#D8DEE9',
'progressBar.background': '#80CBC4',
'list.activeSelectionBackground': '#607d8b50',
'list.activeSelectionForeground': '#80CBC4',
'list.dropBackground': '#607d8b50',
'list.focusBackground': '#607d8b50',
'list.hoverBackground': '#607d8b20',
'list.hoverForeground': '#D8DEE9',
'list.inactiveSelectionBackground': '#607d8b30',
'list.inactiveSelectionForeground': '#80CBC4',
'activityBar.background': '#1B2B34',
'activityBar.dropBackground': '#607d8b30',
'activityBar.foreground': '#F7F7F7',
'activityBar.inactiveForeground': '#607d8b',
'activityBar.border': '#80CBC430',
'activityBarBadge.background': '#80CBC4',
'activityBarBadge.foreground': '#000000',
'activityBar.activeBorder': '#80CBC4',
'sideBar.background': '#1B2B34',
'sideBar.foreground': '#607d8b',
'sideBar.border': '#80CBC430',
'sideBar.dropBackground': '#1B2B3430',
'sideBarTitle.foreground': '#D8DEE9',
'sideBarSectionHeader.background': '#1B2B34',
'sideBarSectionHeader.foreground': '#D8DEE9',
'sideBarSectionHeader.border': '#80CBC430',
'editorGroup.border': '#1B2B3430',
'editorGroupHeader.tabsBackground': '#1B2B34',
'editorGroupHeader.noTabsBackground': '#1B2B34',
'tab.activeBorder': '#80CBC4',
'tab.activeForeground': '#F7F7F7',
'tab.activeBackground': '#273942',
'tab.activeModifiedBorder': '#607d8b',
'tab.hoverBackground': '#273942',
'tab.border': '#1B2B34',
'tab.inactiveBackground': '#1B2B34',
'tab.inactiveForeground': '#607d8b',
'tab.unfocusedActiveBorder': '#607d8b',
'tab.unfocusedActiveForeground': '#D8DEE9',
'editor.background': '#273942',
'editor.foreground': '#D8DEE9',
'editorLineNumber.foreground': '#4E5D65',
'editorLineNumber.activeForeground': '#AFBDC4',
'editorCursor.foreground': '#F9AE58',
'editor.selectionBackground': '#607d8b80',
'editor.inactiveSelectionBackground': '#80CBC410',
'editor.selectionHighlightBackground': '#80CBC415',
'editor.selectionHighlightBorder': '#00000000',
'editor.wordHighlightBackground': '#6699CC25',
'editor.wordHighlightBorder': '#00000000',
'editor.findMatchBackground': '#F9875775',
'editor.findMatchHighlightBackground': '#F9AE5875',
'editor.findMatchBorder': '#00000000',
'editor.findMatchHighlightBorder': '#00000000',
'editor.findRangeHighlightBorder': '#00000000',
'editor.hoverHighlightBackground': '#80CBC420',
'editor.lineHighlightBackground': '#00000000',
'editor.lineHighlightBorder': '#00000000',
'editorLink.activeForeground': '#00000000',
'editorIndentGuide.background': '#4E5D6530',
'editorIndentGuide.activeBackground': '#AFBDC430',
'editorBracketMatch.background': '#6699CC50',
'editorBracketMatch.border': '#00000000',
'editorOverviewRuler.border': '#1B2B34',
'editorOverviewRuler.modifiedForeground': '#6699CC50',
'editorOverviewRuler.addedForeground': '#99C79450',
'editorOverviewRuler.deletedForeground': '#EC5f6750',
'editorOverviewRuler.errorForeground': '#EC5f6780',
'editorOverviewRuler.warningForeground': '#FAC86350',
'editorError.foreground': '#EC5f6790',
'editorError.border': '#00000000',
'editorWarning.foreground': '#FAC86370',
'editorWarning.border': '#00000000',
'editorInfo.foreground': '#AFBDC490',
'editorInfo.border': '#00000000',
'editorHint.foreground': '#AFBDC490',
'editorHint.border': '#00000000',
'editorUnnecessaryCode.border': '#607d8b',
'editorGutter.background': '#273942',
'editorGutter.modifiedBackground': '#6699CC50',
'editorGutter.addedBackground': '#99C79450',
'editorGutter.deletedBackground': '#EC5f6750',
'editorSuggestWidget.background': '#1B2B34',
'editorSuggestWidget.border': '#1B2B3410',
'editorSuggestWidget.foreground': '#D8DEE9',
'editorSuggestWidget.highlightForeground': '#80CBC4',
'editorSuggestWidget.selectedBackground': '#00000050',
'editorWhitespace.foreground': '#D8DEE935',
'editorWidget.background': '#1B2B34',
'editorWidget.border': '#1B2B34',
'editorWidget.resizeBorder': '#80CBC4',
'menu.foreground': '#D8DEE9',
'menu.background': '#1B2B34',
'menu.selectionForeground': '#F7F7F7',
'menu.selectionBackground': '#607d8b50'
}
};
var allThemes = JSON.parse('{"active4d":{"base":"vs","inherit":true,"rules":[{"background":"e2e9ff5e","token":"text.html source.active4d"},{"foreground":"000000","token":"text.xml"},{"foreground":"af82d4","token":"comment.line"},{"foreground":"af82d4","token":"comment.block"},{"foreground":"666666","token":"string"},{"foreground":"66ccff","fontStyle":"bold","token":"string.interpolated variable"},{"foreground":"a8017e","token":"constant.numeric"},{"foreground":"66ccff","fontStyle":"bold","token":"constant.other.date"},{"foreground":"66ccff","fontStyle":"bold","token":"constant.other.time"},{"foreground":"a535ae","token":"constant.language"},{"foreground":"6392ff","fontStyle":"bold","token":"variable.other.local"},{"foreground":"0053ff","fontStyle":"bold","token":"variable"},{"foreground":"6988ae","token":"variable.other.table-field"},{"foreground":"006699","fontStyle":"bold","token":"keyword"},{"foreground":"ff5600","token":"storage"},{"foreground":"21439c","token":"entity.name.type"},{"foreground":"21439c","token":"entity.name.function"},{"foreground":"7a7a7a","token":"meta.tag"},{"foreground":"016cff","token":"entity.name.tag"},{"foreground":"963dff","token":"entity.other.attribute-name"},{"foreground":"45ae34","fontStyle":"bold","token":"support.function"},{"foreground":"b7734c","token":"support.constant"},{"foreground":"a535ae","token":"support.type"},{"foreground":"a535ae","token":"support.class"},{"foreground":"a535ae","token":"support.variable"},{"foreground":"ffffff","background":"990000","token":"invalid"},{"foreground":"ffffff","background":"656565","token":"meta.diff"},{"foreground":"ffffff","background":"1b63ff","token":"meta.diff.range"},{"foreground":"000000","background":"ff7880","token":"markup.deleted.diff"},{"foreground":"000000","background":"98ff9a","token":"markup.inserted.diff"},{"foreground":"5e5e5e","token":"source.diff"}],"colors":{"editor.foreground":"#3B3B3B","editor.background":"#FFFFFF","editor.selectionBackground":"#BAD6FD","editor.lineHighlightBackground":"#00000012","editorCursor.foreground":"#000000","editorWhitespace.foreground":"#BFBFBF"}},"all-hallows-eve":{"base":"vs-dark","inherit":true,"rules":[{"foreground":"ffffff","background":"434242","token":"text"},{"foreground":"ffffff","background":"000000","token":"source"},{"foreground":"9933cc","token":"comment"},{"foreground":"3387cc","token":"constant"},{"foreground":"cc7833","token":"keyword"},{"foreground":"d0d0ff","token":"meta.preprocessor.c"},{"fontStyle":"italic","token":"variable.parameter"},{"foreground":"ffffff","background":"9b9b9b","token":"source comment.block"},{"foreground":"66cc33","token":"string"},{"foreground":"aaaaaa","token":"string constant.character.escape"},{"foreground":"000000","background":"cccc33","token":"string.interpolated"},{"foreground":"cccc33","token":"string.regexp"},{"foreground":"cccc33","token":"string.literal"},{"foreground":"555555","token":"string.interpolated constant.character.escape"},{"fontStyle":"underline","token":"entity.name.type"},{"fontStyle":"italic underline","token":"entity.other.inherited-class"},{"fontStyle":"underline","token":"entity.name.tag"},{"foreground":"c83730","token":"support.function"}],"colors":{"editor.foreground":"#FFFFFF","editor.background":"#000000","editor.selectionBackground":"#73597EE0","editor.lineHighlightBackground":"#333300","editorCursor.foreground":"#FFFFFF","editorWhitespace.foreground":"#404040"}},"amy":{"base":"vs-dark","inherit":true,"rules":[{"foreground":"404080","background":"200020","fontStyle":"italic","token":"comment.block"},{"foreground":"999999","token":"string"},{"foreground":"707090","token":"constant.language"},{"foreground":"7090b0","token":"constant.numeric"},{"fontStyle":"bold","token":"constant.numeric.integer.int32"},{"fontStyle":"italic","token":"constant.numeric.integer.int64"},{"fontStyle":"bold italic","token":"constant.numeric.integer.nativeint"},{"fontStyle":"underline","token":"constant.numeric.floating-point.ocaml"},{"foreground":"666666","token":"constant.character"},{"foreground":"8080a0","token":"constant.language.boolean"},{"foreground":"008080","token":"variable.language"},{"foreground":"008080","token":"variable.other"},{"foreground":"a080ff","token":"keyword"},{"foreground":"a0a0ff","token":"keyword.operator"},{"foreground":"d0d0ff","token":"keyword.other.decorator"},{"fontStyle":"underline","token":"keyword.operator.infix.floating-point.ocaml"},{"fontStyle":"underline","token":"keyword.operator.prefix.floating-point.ocaml"},{"foreground":"c080c0","token":"keyword.other.directive"},{"foreground":"c080c0","fontStyle":"underline","token":"keyword.other.directive.line-number"},{"foreground":"80a0ff","token":"keyword.control"},{"foreground":"b0fff0","token":"storage"},{"foreground":"60b0ff","token":"entity.name.type.variant"},{"foreground":"60b0ff","fontStyle":"italic","token":"storage.type.variant.polymorphic"},{"foreground":"60b0ff","fontStyle":"italic","token":"entity.name.type.variant.polymorphic"},{"foreground":"b000b0","token":"entity.name.type.module"},{"foreground":"b000b0","fontStyle":"underline","token":"entity.name.type.module-type.ocaml"},{"foreground":"a00050","token":"support.other"},{"foreground":"70e080","token":"entity.name.type.class"},{"foreground":"70e0a0","token":"entity.name.type.class-type"},{"foreground":"50a0a0","token":"entity.name.function"},{"foreground":"80b0b0","token":"variable.parameter"},{"foreground":"3080a0","token":"entity.name.type.token"},{"foreground":"3cb0d0","token":"entity.name.type.token.reference"},{"foreground":"90e0e0","token":"entity.name.function.non-terminal"},{"foreground":"c0f0f0","token":"entity.name.function.non-terminal.reference"},{"foreground":"009090","token":"entity.name.tag"},{"background":"200020","token":"support.constant"},{"foreground":"400080","background":"ffff00","fontStyle":"bold","token":"invalid.illegal"},{"foreground":"200020","background":"cc66ff","token":"invalid.deprecated"},{"background":"40008054","token":"source.camlp4.embedded"},{"foreground":"805080","token":"punctuation"}],"colors":{"editor.foreground":"#D0D0FF","editor.background":"#200020","editor.selectionBackground":"#80000080","editor.lineHighlightBackground":"#80000040","editorCursor.foreground":"#7070FF","editorWhitespace.foreground":"#BFBFBF"}},"birds-of-paradise":{"base":"vs-dark","inherit":true,"rules":[{"foreground":"e6e1c4","background":"322323","token":"source"},{"foreground":"6b4e32","fontStyle":"italic","token":"comment"},{"foreground":"ef5d32","token":"keyword"},{"foreground":"ef5d32","token":"storage"},{"foreground":"efac32","token":"entity.name.function"},{"foreground":"efac32","token":"keyword.other.name-of-parameter.objc"},{"foreground":"efac32","fontStyle":"bold","token":"entity.name"},{"foreground":"6c99bb","token":"constant.numeric"},{"foreground":"7daf9c","token":"variable.language"},{"foreground":"7daf9c","token":"variable.other"},{"foreground":"6c99bb","token":"constant"},{"foreground":"efac32","token":"variable.other.constant"},{"foreground":"6c99bb","token":"constant.language"},{"foreground":"d9d762","token":"string"},{"foreground":"efac32","token":"support.function"},{"foreground":"efac32","token":"support.type"},{"foreground":"6c99bb","token":"support.constant"},{"foreground":"efcb43","token":"meta.tag"},{"foreground":"efcb43","token":"declaration.tag"},{"foreground":"efcb43","token":"entity.name.tag"},{"foreground":"efcb43","token":"entity.other.attribute-name"},{"foreground":"ffffff","background":"990000","token":"invalid"},{"foreground":"7daf9c","token":"constant.character.escaped"},{"foreground":"7daf9c","token":"constant.character.escape"},{"foreground":"7daf9c","token":"string source"},{"foreground":"7daf9c","token":"string source.ruby"},{"foreground":"e6e1dc","background":"144212","token":"markup.inserted"},{"foreground":"e6e1dc","background":"660000","token":"markup.deleted"},{"background":"2f33ab","token":"meta.diff.header"},{"background":"2f33ab","token":"meta.separator.diff"},{"background":"2f33ab","token":"meta.diff.index"},{"background":"2f33ab","token":"meta.diff.range"}],"colors":{"editor.foreground":"#E6E1C4","editor.background":"#372725","editor.selectionBackground":"#16120E","editor.lineHighlightBackground":"#1F1611","editorCursor.foreground":"#E6E1C4","editorWhitespace.foreground":"#42302D"}},"blackboard":{"base":"vs-dark","inherit":true,"rules":[{"foreground":"aeaeae","token":"comment"},{"foreground":"d8fa3c","token":"constant"},{"foreground":"ff6400","token":"entity"},{"foreground":"fbde2d","token":"keyword"},{"foreground":"fbde2d","token":"storage"},{"foreground":"61ce3c","token":"string"},{"foreground":"61ce3c","token":"meta.verbatim"},{"foreground":"8da6ce","token":"support"},{"foreground":"ab2a1d","fontStyle":"italic","token":"invalid.deprecated"},{"foreground":"f8f8f8","background":"9d1e15","token":"invalid.illegal"},{"foreground":"ff6400","fontStyle":"italic","token":"entity.other.inherited-class"},{"foreground":"ff6400","token":"string constant.other.placeholder"},{"foreground":"becde6","token":"meta.function-call.py"},{"foreground":"7f90aa","token":"meta.tag"},{"foreground":"7f90aa","token":"meta.tag entity"},{"foreground":"ffffff","token":"entity.name.section"},{"foreground":"d5e0f3","token":"keyword.type.variant"},{"foreground":"f8f8f8","token":"source.ocaml keyword.operator.symbol"},{"foreground":"8da6ce","token":"source.ocaml keyword.operator.symbol.infix"},{"foreground":"8da6ce","token":"source.ocaml keyword.operator.symbol.prefix"},{"fontStyle":"underline","token":"source.ocaml keyword.operator.symbol.infix.floating-point"},{"fontStyle":"underline","token":"source.ocaml keyword.operator.symbol.prefix.floating-point"},{"fontStyle":"underline","token":"source.ocaml constant.numeric.floating-point"},{"background":"ffffff08","token":"text.tex.latex meta.function.environment"},{"background":"7a96fa08","token":"text.tex.latex meta.function.environment meta.function.environment"},{"foreground":"fbde2d","token":"text.tex.latex support.function"},{"foreground":"ffffff","token":"source.plist string.unquoted"},{"foreground":"ffffff","token":"source.plist keyword.operator"}],"colors":{"editor.foreground":"#F8F8F8","editor.background":"#0C1021","editor.selectionBackground":"#253B76","editor.lineHighlightBackground":"#FFFFFF0F","editorCursor.foreground":"#FFFFFFA6","editorWhitespace.foreground":"#FFFFFF40"}},"brilliance-black":{"base":"vs-dark","inherit":true,"rules":[{"foreground":"000000","background":"ffffff","fontStyle":"bold","token":"meta.thomas_aylott"},{"foreground":"555555","background":"ffffff","fontStyle":"underline","token":"meta.subtlegradient"},{"foreground":"fffc80","background":"803d0033","token":"string -meta.tag -meta.doctype -string.regexp -string.literal -string.interpolated -string.quoted.literal -string.unquoted"},{"foreground":"fffc80","background":"803d0033","token":"variable.parameter.misc.css"},{"foreground":"fffc80","background":"803d0033","token":"text string source string"},{"foreground":"fffc80","background":"803d0033","token":"string.unquoted string"},{"foreground":"fffc80","background":"803d0033","token":"string.regexp string"},{"foreground":"fffc80","background":"803d0033","token":"string.interpolated string"},{"foreground":"fffc80","background":"803d0033","token":"meta.tag source string"},{"foreground":"803d00","token":"punctuation.definition.string -meta.tag"},{"foreground":"fff80033","token":"string.regexp punctuation.definition.string"},{"foreground":"fff80033","token":"string.quoted.literal punctuation.definition.string"},{"foreground":"fff80033","token":"string.quoted.double.ruby.mod punctuation.definition.string"},{"foreground":"fff800","background":"43800033","token":"string.quoted.literal"},{"foreground":"fff800","background":"43800033","token":"string.quoted.double.ruby.mod"},{"foreground":"ffbc80","token":"string.unquoted -string.unquoted.embedded"},{"foreground":"ffbc80","token":"string.quoted.double.multiline"},{"foreground":"ffbc80","token":"meta.scope.heredoc"},{"foreground":"fffc80","background":"1a1a1a","token":"string.interpolated"},{"foreground":"fff800","background":"43800033","token":"string.regexp"},{"background":"43800033","token":"string.regexp.group"},{"foreground":"ffffff66","background":"43800033","token":"string.regexp.group string.regexp.group"},{"foreground":"ffffff66","background":"43800033","token":"string.regexp.group string.regexp.group string.regexp.group"},{"foreground":"ffffff66","background":"43800033","token":"string.regexp.group string.regexp.group string.regexp.group string.regexp.group"},{"foreground":"86ff00","background":"43800033","token":"string.regexp.character-class"},{"foreground":"00fff8","background":"43800033","token":"string.regexp.arbitrary-repitition"},{"foreground":"803d00","token":"string.regexp punctuation.definition.string keyword.other"},{"background":"0086ff33","token":"meta.group.assertion.regexp"},{"foreground":"0086ff","token":"meta.assertion"},{"foreground":"0086ff","token":"meta.group.assertion keyword.control.group.regexp"},{"foreground":"0086ff","token":"meta.group.assertion punctuation.definition.group"},{"foreground":"c6ff00","token":"constant.numeric"},{"foreground":"86ff00","token":"constant.character"},{"foreground":"07ff00","token":"constant.language"},{"foreground":"07ff00","token":"keyword.other.unit"},{"foreground":"07ff00","token":"constant.other.java"},{"foreground":"07ff00","token":"constant.other.unit"},{"foreground":"07ff00","background":"04800033","token":"constant.language.pseudo-variable"},{"foreground":"00ff79","token":"constant.other"},{"foreground":"00ff79","token":"constant.block"},{"foreground":"00fff8","token":"support.constant"},{"foreground":"00fff8","token":"constant.name"},{"foreground":"00ff79","background":"00807c33","token":"variable.other.readwrite.global.pre-defined"},{"foreground":"00ff79","background":"00807c33","token":"variable.language"},{"foreground":"00fff8","token":"variable.other.constant"},{"foreground":"00fff8","background":"00807c33","token":"support.variable"},{"foreground":"00807c","background":"00438033","token":"variable.other.readwrite.global"},{"foreground":"31a6ff","token":"variable.other"},{"foreground":"31a6ff","token":"variable.js"},{"foreground":"31a6ff","token":"punctuation.separator.variable"},{"foreground":"0086ff","background":"0008ff33","token":"variable.other.readwrite.class"},{"foreground":"406180","token":"variable.other.readwrite.instance"},{"foreground":"406180","token":"variable.other.php"},{"foreground":"406180","token":"variable.other.normal"},{"foreground":"00000080","token":"punctuation.definition"},{"foreground":"00000080","token":"punctuation.separator.variable"},{"foreground":"7e0080","token":"storage -storage.modifier"},{"background":"803d0033","token":"other.preprocessor"},{"background":"803d0033","token":"entity.name.preprocessor"},{"foreground":"666666","token":"variable.language.this.js"},{"foreground":"803d00","token":"storage.modifier"},{"foreground":"ff0000","token":"entity.name.class"},{"foreground":"ff0000","token":"entity.name.type.class"},{"foreground":"ff0000","token":"entity.name.type.module"},{"foreground":"870000","background":"ff000033","token":"meta.class -meta.class.instance"},{"foreground":"870000","background":"ff000033","token":"declaration.class"},{"foreground":"870000","background":"ff000033","token":"meta.definition.class"},{"foreground":"870000","background":"ff000033","token":"declaration.module"},{"foreground":"ff0000","background":"87000033","token":"support.type"},{"foreground":"ff0000","background":"87000033","token":"support.class"},{"foreground":"ff3d44","token":"entity.name.instance"},{"foreground":"ff3d44","token":"entity.name.type.instance"},{"background":"831e5133","token":"meta.class.instance.constructor"},{"foreground":"ff0086","background":"80000433","token":"entity.other.inherited-class"},{"foreground":"ff0086","background":"80000433","token":"entity.name.module"},{"foreground":"ff0086","token":"meta.definition.method"},{"foreground":"ff0086","token":"entity.name.function"},{"foreground":"ff0086","token":"entity.name.preprocessor"},{"foreground":"9799ff","token":"variable.parameter.function"},{"foreground":"9799ff","token":"variable.parameter -variable.parameter.misc.css"},{"foreground":"9799ff","token":"meta.definition.method meta.definition.param-list"},{"foreground":"9799ff","token":"meta.function.method.with-arguments variable.parameter.function"},{"foreground":"800004","token":"punctuation.definition.parameters"},{"foreground":"800004","token":"variable.parameter.function punctuation.separator.object"},{"foreground":"782ec1","token":"keyword.other.special-method"},{"foreground":"782ec1","token":"meta.function-call entity.name.function -(meta.function-call meta.function)"},{"foreground":"782ec1","token":"support.function - variable"},{"foreground":"9d3eff","token":"meta.function-call support.function - variable"},{"foreground":"603f80","background":"603f8033","token":"support.function"},{"foreground":"bc80ff","token":"punctuation.section.function"},{"foreground":"bc80ff","token":"meta.brace.curly.function"},{"foreground":"bc80ff","token":"meta.function-call punctuation.section.scope.ruby"},{"foreground":"bc80ff","token":"meta.function-call punctuation.separator.object"},{"foreground":"bc80ff","fontStyle":"bold","token":"meta.group.braces.round punctuation.section.scope"},{"foreground":"bc80ff","fontStyle":"bold","token":"meta.group.braces.round meta.delimiter.object.comma"},{"foreground":"bc80ff","fontStyle":"bold","token":"meta.group.braces.curly.function meta.delimiter.object.comma"},{"foreground":"bc80ff","fontStyle":"bold","token":"meta.brace.round"},{"foreground":"a88fc0","token":"meta.function-call.method.without-arguments"},{"foreground":"a88fc0","token":"meta.function-call.method.without-arguments entity.name.function"},{"foreground":"f800ff","token":"keyword.control"},{"foreground":"7900ff","token":"keyword.other"},{"foreground":"0000ce","token":"keyword.operator"},{"foreground":"0000ce","token":"declaration.function.operator"},{"foreground":"0000ce","token":"meta.preprocessor.c.include"},{"foreground":"0000ce","token":"punctuation.separator.operator"},{"foreground":"0000ce","background":"00009a33","token":"keyword.operator.assignment"},{"foreground":"2136ce","token":"keyword.operator.arithmetic"},{"foreground":"3759ff","background":"00009a33","token":"keyword.operator.logical"},{"foreground":"7c88ff","token":"keyword.operator.comparison"},{"foreground":"800043","token":"meta.class.instance.constructor keyword.operator.new"},{"foreground":"cccccc","background":"333333","token":"meta.doctype"},{"foreground":"cccccc","background":"333333","token":"meta.tag.sgml-declaration.doctype"},{"foreground":"cccccc","background":"333333","token":"meta.tag.sgml.doctype"},{"foreground":"333333","token":"meta.tag"},{"foreground":"666666","background":"333333bf","token":"meta.tag.structure"},{"foreground":"666666","background":"333333bf","token":"meta.tag.segment"},{"foreground":"4c4c4c","background":"4c4c4c33","token":"meta.tag.block"},{"foreground":"4c4c4c","background":"4c4c4c33","token":"meta.tag.xml"},{"foreground":"4c4c4c","background":"4c4c4c33","token":"meta.tag.key"},{"foreground":"ff7900","background":"803d0033","token":"meta.tag.inline"},{"background":"803d0033","token":"meta.tag.inline source"},{"foreground":"ff0007","background":"80000433","token":"meta.tag.other"},{"foreground":"ff0007","background":"80000433","token":"entity.name.tag.style"},{"foreground":"ff0007","background":"80000433","token":"entity.name.tag.script"},{"foreground":"ff0007","background":"80000433","token":"meta.tag.block.script"},{"foreground":"ff0007","background":"80000433","token":"source.js.embedded punctuation.definition.tag.html"},{"foreground":"ff0007","background":"80000433","token":"source.css.embedded punctuation.definition.tag.html"},{"foreground":"0086ff","background":"00438033","token":"meta.tag.form"},{"foreground":"0086ff","background":"00438033","token":"meta.tag.block.form"},{"foreground":"f800ff","background":"3c008033","token":"meta.tag.meta"},{"background":"121212","token":"meta.section.html.head"},{"background":"0043801a","token":"meta.section.html.form"},{"foreground":"666666","token":"meta.tag.xml"},{"foreground":"ffffff4d","token":"entity.name.tag"},{"foreground":"ffffff33","token":"entity.other.attribute-name"},{"foreground":"ffffff33","token":"meta.tag punctuation.definition.string"},{"foreground":"ffffff66","token":"meta.tag string -source -punctuation"},{"foreground":"ffffff66","token":"text source text meta.tag string -punctuation"},{"foreground":"999999","token":"text meta.paragraph"},{"foreground":"fff800","background":"33333333","token":"markup markup -(markup meta.paragraph.list)"},{"foreground":"000000","background":"ffffff","token":"markup.hr"},{"foreground":"ffffff","token":"markup.heading"},{"foreground":"95d4ff80","fontStyle":"bold","token":"markup.bold"},{"fontStyle":"italic","token":"markup.italic"},{"fontStyle":"underline","token":"markup.underline"},{"foreground":"0086ff","token":"meta.reference"},{"foreground":"0086ff","token":"markup.underline.link"},{"foreground":"00fff8","background":"00438033","token":"entity.name.reference"},{"foreground":"00fff8","fontStyle":"underline","token":"meta.reference.list markup.underline.link"},{"foreground":"00fff8","fontStyle":"underline","token":"text.html.textile markup.underline.link"},{"background":"80808040","token":"markup.raw.block"},{"background":"ffffff1a","token":"markup.quote"},{"foreground":"ffffff","token":"markup.list meta.paragraph"},{"foreground":"000000","background":"ffffff","token":"text.html.markdown"},{"foreground":"000000","token":"text.html.markdown meta.paragraph"},{"foreground":"555555","token":"text.html.markdown markup.list meta.paragraph"},{"foreground":"000000","fontStyle":"bold","token":"text.html.markdown markup.heading"},{"foreground":"8a5420","token":"text.html.markdown string"},{"foreground":"666666","token":"meta.selector"},{"foreground":"006680","token":"source.css meta.scope.property-list meta.property-value punctuation.definition.arguments"},{"foreground":"006680","token":"source.css meta.scope.property-list meta.property-value punctuation.separator.arguments"},{"foreground":"4f00ff","token":"entity.other.attribute-name.pseudo-element"},{"foreground":"7900ff","token":"entity.other.attribute-name.pseudo-class"},{"foreground":"7900ff","token":"entity.other.attribute-name.tag.pseudo-class"},{"foreground":"f800ff","token":"meta.selector entity.other.attribute-name.class"},{"foreground":"ff0086","token":"meta.selector entity.other.attribute-name.id"},{"foreground":"ff0007","token":"meta.selector entity.name.tag"},{"foreground":"ff7900","fontStyle":"bold","token":"entity.name.tag.wildcard"},{"foreground":"ff7900","fontStyle":"bold","token":"entity.other.attribute-name.universal"},{"foreground":"c25a00","token":"source.css entity.other.attribute-name.attribute"},{"foreground":"673000","token":"source.css meta.attribute-selector keyword.operator.comparison"},{"foreground":"333333","fontStyle":"bold","token":"meta.scope.property-list"},{"foreground":"999999","token":"meta.property-name"},{"foreground":"ffffff","background":"0d0d0d","token":"support.type.property-name"},{"foreground":"999999","background":"19191980","token":"meta.property-value"},{"background":"000000","token":"text.latex markup.raw"},{"foreground":"bc80ff","token":"text.latex support.function -support.function.textit -support.function.emph"},{"foreground":"ffffffbf","token":"text.latex support.function.section"},{"foreground":"000000","background":"ffffff","token":"text.latex entity.name.section -meta.group -keyword.operator.braces"},{"background":"00000080","token":"text.latex keyword.operator.delimiter"},{"foreground":"999999","token":"text.latex keyword.operator.brackets"},{"foreground":"666666","token":"text.latex keyword.operator.braces"},{"foreground":"0008ff4d","background":"00008033","token":"meta.footnote"},{"background":"ffffff0d","token":"text.latex meta.label.reference"},{"foreground":"ff0007","background":"260001","token":"text.latex keyword.control.ref"},{"foreground":"ffbc80","background":"400002","token":"text.latex variable.parameter.label.reference"},{"foreground":"ff0086","background":"260014","token":"text.latex keyword.control.cite"},{"foreground":"ffbfe1","background":"400022","token":"variable.parameter.cite"},{"foreground":"ffffff80","token":"text.latex variable.parameter.label"},{"foreground":"cdcdcd","token":"meta.function markup"},{"foreground":"33333333","token":"text.latex meta.group.braces"},{"foreground":"33333333","background":"00000080","token":"text.latex meta.environment.list"},{"foreground":"33333333","background":"00000080","token":"text.latex meta.environment.list meta.environment.list"},{"foreground":"33333333","background":"000000","token":"text.latex meta.environment.list meta.environment.list meta.environment.list"},{"foreground":"33333333","token":"text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list"},{"foreground":"33333333","token":"text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list"},{"foreground":"33333333","token":"text.latex meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list meta.environment.list"},{"foreground":"000000","background":"cccccc","token":"text.latex meta.end-document"},{"foreground":"000000","background":"cccccc","token":"text.latex meta.begin-document"},{"foreground":"000000","background":"cccccc","token":"meta.end-document.latex support.function"},{"foreground":"000000","background":"cccccc","token":"meta.end-document.latex variable.parameter"},{"foreground":"000000","background":"cccccc","token":"meta.begin-document.latex support.function"},{"foreground":"000000","background":"cccccc","token":"meta.begin-document.latex variable.parameter"},{"foreground":"00ffaa","background":"00805533","token":"meta.brace.erb.return-value"},{"background":"8080801a","token":"source.ruby.rails.embedded.return-value.one-line"},{"foreground":"00fff8","background":"00fff81a","token":"punctuation.section.embedded -(source string source punctuation.section.embedded)"},{"foreground":"00fff8","background":"00fff81a","token":"meta.brace.erb.html"},{"background":"00fff81a","token":"source.ruby.rails.embedded.one-line"},{"foreground":"406180","token":"source string source punctuation.section.embedded"},{"background":"0d0d0d","token":"source.js.embedded"},{"background":"000000","token":"meta.brace.erb"},{"foreground":"ffffff","background":"33333380","token":"source string source"},{"foreground":"999999","background":"00000099","token":"source string.interpolated source"},{"background":"3333331a","token":"source source"},{"background":"3333331a","token":"source.java.embedded"},{"foreground":"ffffff","token":"text -text.xml.strict"},{"foreground":"cccccc","background":"000000","token":"text source"},{"foreground":"cccccc","background":"000000","token":"meta.scope.django.template"},{"foreground":"999999","token":"text string source"},{"foreground":"330004","background":"ff0007","fontStyle":"bold","token":"invalid -invalid.SOMETHING"},{"foreground":"ff3600","fontStyle":"underline","token":"invalid.SOMETHING"},{"foreground":"333333","token":"meta.syntax"},{"foreground":"4c4c4c","background":"33333333","token":"comment -comment.line"},{"foreground":"4c4c4c","fontStyle":"italic","token":"comment.line"},{"fontStyle":"italic","token":"text comment.block -source"},{"foreground":"40ff9a","background":"00401e","token":"markup.inserted"},{"foreground":"ff40a3","background":"400022","token":"markup.deleted"},{"foreground":"ffff55","background":"803d00","token":"markup.changed"},{"foreground":"ffffff","background":"000000","token":"text.subversion-commit meta.scope.changed-files"},{"foreground":"ffffff","background":"000000","token":"text.subversion-commit meta.scope.changed-files.svn meta.diff.separator"},{"foreground":"000000","background":"ffffff","token":"text.subversion-commit"},{"foreground":"7f7f7f","background":"ffffff03","fontStyle":"bold","token":"punctuation.terminator"},{"foreground":"7f7f7f","background":"ffffff03","fontStyle":"bold","token":"meta.delimiter"},{"foreground":"7f7f7f","background":"ffffff03","fontStyle":"bold","token":"punctuation.separator.method"},{"background":"00000080","token":"punctuation.terminator.statement"},{"background":"00000080","token":"meta.delimiter.statement.js"},{"background":"00000040","token":"meta.delimiter.object.js"},{"foreground":"803d00","fontStyle":"bold","token":"string.quoted.single.brace"},{"foreground":"803d00","fontStyle":"bold","token":"string.quoted.double.brace"},{"foreground":"333333","background":"dcdcdc","token":"text.blog"},{"foreground":"333333","background":"dcdcdc","token":"text.mail"},{"foreground":"cccccc","background":"000000","token":"text.blog text"},{"foreground":"cccccc","background":"000000","token":"text.mail text"},{"foreground":"06403e","background":"00fff81a","token":"meta.header.blog keyword.other"},{"foreground":"06403e","background":"00fff81a","token":"meta.header.mail keyword.other"},{"foreground":"803d00","background":"ffff551a","token":"meta.header.blog string.unquoted.blog"},{"foreground":"803d00","background":"ffff551a","token":"meta.header.mail string.unquoted"},{"foreground":"ff0000","token":"source.ocaml entity.name.type.module"},{"foreground":"ff0000","background":"83000033","token":"source.ocaml support.other.module"},{"foreground":"00fff8","token":"entity.name.type.variant"},{"foreground":"00ff79","token":"source.ocaml entity.name.tag"},{"foreground":"00ff79","token":"source.ocaml meta.record.definition"},{"foreground":"ffffff","fontStyle":"bold","token":"punctuation.separator.parameters"},{"foreground":"4c4c4c","background":"33333333","token":"meta.brace.pipe"},{"foreground":"666666","fontStyle":"bold","token":"meta.brace.erb"},{"foreground":"666666","fontStyle":"bold","token":"source.ruby.embedded.source.brace"},{"foreground":"666666","fontStyle":"bold","token":"punctuation.section.dictionary"},{"foreground":"666666","fontStyle":"bold","token":"punctuation.terminator.dictionary"},{"foreground":"666666","fontStyle":"bold","token":"punctuation.separator.object"},{"foreground":"666666","fontStyle":"bold","token":"punctuation.separator.statement"},{"foreground":"666666","fontStyle":"bold","token":"punctuation.separator.key-value.css"},{"foreground":"999999","fontStyle":"bold","token":"punctuation.section.scope.curly"},{"foreground":"999999","fontStyle":"bold","token":"punctuation.section.scope"},{"foreground":"0c823b","fontStyle":"bold","token":"punctuation.separator.objects"},{"foreground":"0c823b","fontStyle":"bold","token":"meta.group.braces.curly meta.delimiter.object.comma"},{"foreground":"0c823b","fontStyle":"bold","token":"punctuation.separator.key-value -meta.tag"},{"foreground":"0c823b","fontStyle":"bold","token":"source.ocaml punctuation.separator.match-definition"},{"foreground":"800043","token":"punctuation.separator.parameters.function.js"},{"foreground":"800043","token":"punctuation.definition.function"},{"foreground":"800043","token":"punctuation.separator.function-return"},{"foreground":"800043","token":"punctuation.separator.function-definition"},{"foreground":"800043","token":"punctuation.definition.arguments"},{"foreground":"800043","token":"punctuation.separator.arguments"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"meta.group.braces.square punctuation.section.scope"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"meta.group.braces.square meta.delimiter.object.comma"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"meta.brace.square"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"punctuation.separator.array"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"punctuation.section.array"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"punctuation.definition.array"},{"foreground":"7f5e40","background":"803d001a","fontStyle":"bold","token":"punctuation.definition.constant.range"},{"background":"803d001a","token":"meta.structure.array -punctuation.definition.array"},{"background":"803d001a","token":"meta.definition.range -punctuation.definition.constant.range"},{"background":"00000080","token":"meta.brace.curly meta.group.css"},{"foreground":"666666","background":"00000080","token":"meta.source.embedded"},{"foreground":"666666","background":"00000080","token":"entity.other.django.tagbraces"},{"background":"00000080","token":"source.ruby meta.even-tab"},{"background":"00000080","token":"source.ruby meta.even-tab.group2"},{"background":"00000080","token":"source.ruby meta.even-tab.group4"},{"background":"00000080","token":"source.ruby meta.even-tab.group6"},{"background":"00000080","token":"source.ruby meta.even-tab.group8"},{"background":"00000080","token":"source.ruby meta.even-tab.group10"},{"background":"00000080","token":"source.ruby meta.even-tab.group12"},{"foreground":"666666","token":"meta.block.slate"},{"foreground":"cccccc","token":"meta.block.content.slate"},{"background":"0a0a0a","token":"meta.odd-tab.group1"},{"background":"0a0a0a","token":"meta.group.braces"},{"background":"0a0a0a","token":"meta.block.slate"},{"background":"0a0a0a","token":"text.xml.strict meta.tag"},{"background":"0a0a0a","token":"meta.paren-group"},{"background":"0a0a0a","token":"meta.section"},{"background":"0e0e0e","token":"meta.even-tab.group2"},{"background":"0e0e0e","token":"meta.group.braces meta.group.braces"},{"background":"0e0e0e","token":"meta.block.slate meta.block.slate"},{"background":"0e0e0e","token":"text.xml.strict meta.tag meta.tag"},{"background":"0e0e0e","token":"meta.group.braces meta.group.braces"},{"background":"0e0e0e","token":"meta.paren-group meta.paren-group"},{"background":"0e0e0e","token":"meta.section meta.section"},{"background":"111111","token":"meta.odd-tab.group3"},{"background":"111111","token":"meta.group.braces meta.group.braces meta.group.braces"},{"background":"111111","token":"meta.block.slate meta.block.slate meta.block.slate"},{"background":"111111","token":"text.xml.strict meta.tag meta.tag meta.tag"},{"background":"111111","token":"meta.group.braces meta.group.braces meta.group.braces"},{"background":"111111","token":"meta.paren-group meta.paren-group meta.paren-group"},{"background":"111111","token":"meta.section meta.section meta.section"},{"background":"151515","token":"meta.even-tab.group4"},{"background":"151515","token":"meta.group.braces meta.group.braces meta.group.braces meta.group.braces"},{"background":"151515","token":"meta.block.slate meta.block.slate meta.block.slate meta.block.slate"},{"background":"151515","token":"text.xml.strict meta.tag meta.tag meta.tag meta.tag"},{"background":"151515","token":"meta.group.braces meta.group.braces meta.group.braces meta.group.braces"},{"background":"151515","token":"meta.paren-group meta.paren-group meta.paren-group meta.paren-group"},{"background":"151515","token":"meta.section meta.section meta.section meta.section"},{"background":"191919","token":"meta.odd-tab.group5"},{"background":"191919","token":"meta.group.braces meta.group.braces meta.group.braces meta.group.braces meta.group.braces"},{"background":"191919","token":"meta.block.slate meta.block.slate meta.block.slate meta.block.slate meta.block.slate"},{"background":"191919","token":"text.xml.strict meta.tag meta.tag meta.tag meta.tag meta.tag"},{"background":"191919","token":"meta.group.braces met