nixfiles/home-manager/data/codium-base16.nix
2021-03-29 15:22:47 -07:00

1135 lines
44 KiB
Nix

name: base16:
''
{
"name": "Base16 ${name}",
"type": "dark",
"colors": {
// Contrast colors
// "contrastActiveBorder": "#f00", //7
// "contrastBorder": "#f00", //6
// Base colors
// "focusBorder": "#f00", //7
"foreground": "#${base16."base05"}", //5
"widget.shadow": "#${base16."base00"}", //0
"selection.background": "#${base16."base0D"}", //D
"errorForeground": "#${base16."base08"}", //8
// Button control
"button.background": "#${base16."base01"}", //1
"button.foreground": "#${base16."base07"}", //7
"button.hoverBackground": "#${base16."base04"}", //4
// Dropdown control
"dropdown.background": "#${base16."base00"}", //0
// "dropdown.border": "#f00", //2
"dropdown.foreground": "#${base16."base05"}", //5
// Input control
"input.background": "#${base16."base00"}", //0
// "input.border": "#f00", //0
"input.foreground": "#${base16."base05"}", //5
"input.placeholderForeground": "#${base16."base03"}", //3
"inputOption.activeBorder": "#${base16."base09"}", //9
"inputValidation.errorBackground": "#${base16."base08"}", //8
"inputValidation.errorBorder": "#${base16."base08"}", //8
"inputValidation.infoBackground": "#${base16."base0D"}", //D
"inputValidation.infoBorder": "#${base16."base0D"}", //D
"inputValidation.warningBackground": "#${base16."base0A"}", //A
"inputValidation.warningBorder": "#${base16."base0A"}", //A
// Scroll bar control
"scrollbar.shadow": "#${base16."base01"}", //1
"scrollbarSlider.activeBackground": "#${base16."base04"}6f", //4
"scrollbarSlider.background": "#${base16."base02"}6f", //2
"scrollbarSlider.hoverBackground": "#${base16."base03"}6f", //3
// Badge
"badge.background": "#${base16."base00"}", //0
"badge.foreground": "#${base16."base05"}", //5
// Progress bar
"progressBar.background": "#${base16."base03"}", //3
// Lists and trees
"list.activeSelectionBackground": "#${base16."base02"}", //2
"list.activeSelectionForeground": "#${base16."base05"}", //5
"list.dropBackground": "#${base16."base07"}", //7
"list.focusBackground": "#${base16."base02"}", //2
"list.focusForeground": "#${base16."base05"}", //5
"list.highlightForeground": "#${base16."base07"}", //7
"list.hoverBackground": "#${base16."base03"}", //3
"list.hoverForeground": "#${base16."base05"}", //5
"list.inactiveSelectionBackground": "#${base16."base02"}", //2
"list.inactiveSelectionForeground": "#${base16."base05"}", //5
"list.inactiveFocusBackground": "#${base16."base02"}", //2
"list.invalidItemForeground": "#${base16."base08"}", //8
"list.errorForeground": "#${base16."base08"}", //8
"list.warningForeground": "#${base16."base09"}", //9
// Activity bar
"activityBar.background": "#${base16."base00"}", //0
// "activityBar.border": "#f00", //0
"activityBar.dropBackground": "#${base16."base07"}", //7
"activityBar.foreground": "#${base16."base05"}", //5
"activityBarBadge.background": "#${base16."base0D"}", //D
"activityBarBadge.foreground": "#${base16."base07"}", //7
// Side bar
"sideBar.background": "#${base16."base01"}", //1
// "sideBar.border": "#f00", //1
"sideBar.foreground": "#${base16."base05"}", //5
"sideBarSectionHeader.background": "#${base16."base03"}", //3
"sideBarSectionHeader.foreground": "#${base16."base05"}", //5
"sideBarTitle.foreground": "#${base16."base05"}", //5
// Editor groups and tabs
"editorGroup.background": "#${base16."base00"}", //0
// "editorGroup.border": "#f00",
"editorGroup.dropBackground": "#${base16."base02"}6f", //2
"editorGroupHeader.noTabsBackground": "#${base16."base01"}", //1
"editorGroupHeader.tabsBackground": "#${base16."base01"}", //1
// "editorGroupHeader.tabsBorder": "#f00",
"tab.activeBackground": "#${base16."base00"}", //0
"tab.activeForeground": "#${base16."base05"}", //5
// "tab.border": "#f00",
// "tab.unfocusedActiveBorder": "#f00",
// "tab.activeBorderTop": "#f00",
"tab.inactiveBackground": "#${base16."base01"}", //1
"tab.inactiveForeground": "#${base16."base03"}", //3
"tab.unfocusedActiveForeground": "#${base16."base04"}", //4
"tab.unfocusedInactiveForeground": "#${base16."base03"}", //3
"tab.hoverBackground": "#${base16."base02"}", //2
"tab.unfocusedHoverBackground": "#${base16."base02"}", //2
// "tab.hoverBorder": "#f00",
// "tab.unfocusedHoverBorder": "#f00",
// Editor colors
"editor.background": "#${base16."base00"}", //0
"editor.foreground": "#${base16."base05"}", //5
"editorLineNumber.foreground": "#${base16."base03"}", //3
"editorCursor.foreground": "#${base16."base05"}", //5
"editor.selectionBackground": "#${base16."base02"}", //2
"editor.selectionHighlightBackground": "#${base16."base01"}", //1
"editor.inactiveSelectionBackground": "#${base16."base02"}", //2
"editor.wordHighlightBackground": "#${base16."base02"}", //2
"editor.wordHighlightStrongBackground": "#${base16."base03"}", //3
"editor.findMatchBackground": "#${base16."base0A"}6f", //A
"editor.findMatchHighlightBackground": "#${base16."base09"}6f", //9
"editor.findRangeHighlightBackground": "#${base16."base01"}", //1
"editor.hoverHighlightBackground": "#${base16."base02"}", //2
"editor.lineHighlightBackground": "#${base16."base01"}", //1
// "editor.lineHighlightBorder": "#f00",
"editorLink.activeForeground": "#${base16."base0D"}", //D
"editor.rangeHighlightBackground": "#${base16."base01"}", //1
"editorWhitespace.foreground": "#${base16."base03"}", //3
"editorIndentGuide.background": "#${base16."base03"}", //3
"editorIndentGuide.activeBackground": "#${base16."base04"}", //4
"editorRuler.foreground": "#${base16."base03"}", //3
"editorCodeLens.foreground": "#${base16."base02"}", //2
"editorBracketMatch.background": "#${base16."base02"}", //2
// "editorBracketMatch.border": "#f00",
// "editorError.border": "#f0f",
// Overview ruler
// "editorOverviewRuler.border": "#f00",
"editorOverviewRuler.findMatchForeground": "#${base16."base0A"}", //A
"editorOverviewRuler.rangeHighlightForeground": "#${
base16."base03"
}", //3
"editorOverviewRuler.selectionHighlightForeground": "#${
base16."base02"
}", //2
"editorOverviewRuler.wordHighlightForeground": "#${
base16."base07"
}", //7
"editorOverviewRuler.wordHighlightStrongForeground": "#${
base16."base0D"
}", //D
"editorOverviewRuler.modifiedForeground": "#${base16."base0E"}", //E
"editorOverviewRuler.addedForeground": "#${base16."base0B"}", //B
"editorOverviewRuler.deletedForeground": "#${base16."base08"}", //8
"editorOverviewRuler.errorForeground": "#${base16."base08"}", //8
"editorOverviewRuler.warningForeground": "#${base16."base0A"}", //A
"editorOverviewRuler.infoForeground": "#${base16."base0C"}", //C
// Errors and warnings
"editorError.foreground": "#${base16."base08"}", //8
// "editorError.border": "",
"editorWarning.foreground": "#${base16."base0A"}", //A
// "editorWarning.border": "#f00",
"editorInfo.foreground": "#${base16."base0C"}", //C
// "editorInfo.border": "",
"editorGutter.addedBackground": "#${base16."base0B"}", //B
"editorGutter.background": "#${base16."base00"}", //0
"editorGutter.deletedBackground": "#${base16."base08"}", //8
"editorGutter.modifiedBackground": "#${base16."base0E"}", //E
// Diff editor colors
"diffEditor.insertedTextBackground": "#${base16."base0B"}20",
// "diffEditor.insertedTextBorder": "#f00",
"diffEditor.removedTextBackground": "#${base16."base08"}20",
// "diffEditor.removedTextBorder": "#f00",
// Editor widget colors
"editorWidget.background": "#${base16."base00"}", //0
// "editorWidget.border": "#f00",
"editorSuggestWidget.background": "#${base16."base01"}", //1
// "editorSuggestWidget.border": "#f00",
"editorSuggestWidget.foreground": "#${base16."base05"}", //5
"editorSuggestWidget.highlightForeground": "#${base16."base0D"}", //D
"editorSuggestWidget.selectedBackground": "#${base16."base02"}", //2
"editorHoverWidget.background": "#${base16."base00"}", //1
// "editorHoverWidget.border": "#f00",
"debugExceptionWidget.background": "#${base16."base01"}", //1
// "debugExceptionWidget.border": "#f00",
"editorMarkerNavigation.background": "#${base16."base01"}", //1
"editorMarkerNavigationError.background": "#${base16."base08"}", //8
"editorMarkerNavigationWarning.background": "#${base16."base0A"}", //A
// Peek view colors
// "peekView.border": "#f00",
"peekViewEditor.background": "#${base16."base01"}", //1
"peekViewEditor.matchHighlightBackground": "#${
base16."base09"
}6f", //9
"peekViewEditorGutter.background": "#${base16."base01"}", //1
"peekViewResult.background": "#${base16."base00"}", //0
"peekViewResult.fileForeground": "#${base16."base05"}", //5
"peekViewResult.lineForeground": "#${base16."base03"}", //3
"peekViewResult.matchHighlightBackground": "#${
base16."base09"
}6f", //9
"peekViewResult.selectionBackground": "#${base16."base02"}", //2
"peekViewResult.selectionForeground": "#${base16."base05"}", //5
"peekViewTitle.background": "#${base16."base02"}", //2
"peekViewTitleDescription.foreground": "#${base16."base03"}", //3
"peekViewTitleLabel.foreground": "#${base16."base05"}", //5
// Merge conflicts
// "merge.border": "#f00",
"merge.currentContentBackground": "#${base16."base0D"}40", //D
"merge.currentHeaderBackground": "#${base16."base0D"}40", //D
"merge.incomingContentBackground": "#${base16."base0B"}60", //B
"merge.incomingHeaderBackground": "#${base16."base0B"}60", //B
"editorOverviewRuler.currentContentForeground": "#${
base16."base0D"
}", //D
"editorOverviewRuler.incomingContentForeground": "#${
base16."base0B"
}", //B
"editorOverviewRuler.commonContentForeground": "#${
base16."base0F"
}", //F
// Panel colors
"panel.background": "#${base16."base00"}", //0
// "panel.border": "#f00",
// "panelTitle.activeBorder": "#f00",
"panelTitle.activeForeground": "#${base16."base05"}", //5
"panelTitle.inactiveForeground": "#${base16."base03"}", //3
// Status bar colors
"statusBar.background": "#${base16."base0D"}", //D
// "statusBar.border": "#f00",
"statusBar.debuggingBackground": "#${base16."base09"}", //9
"statusBar.debuggingForeground": "#${base16."base07"}", //7
// "statusBar.debuggingBorder": "",
"statusBar.foreground": "#${base16."base07"}", //7
"statusBar.noFolderBackground": "#${base16."base0E"}", //E
"statusBar.noFolderForeground": "#${base16."base07"}", //7
// "statusBar.noFolderBorder": "",
"statusBarItem.activeBackground": "#${base16."base03"}", //3
"statusBarItem.hoverBackground": "#${base16."base02"}", //2
"statusBarItem.prominentBackground": "#f0f",
"statusBarItem.prominentHoverBackground": "#f00",
// Title bar colors (macOS)
"titleBar.activeBackground": "#${base16."base00"}", //0
"titleBar.activeForeground": "#${base16."base05"}", //5
"titleBar.inactiveBackground": "#${base16."base01"}", //1
"titleBar.inactiveForeground": "#${base16."base03"}", //3
// Notification dialog colors
// "notificationCenter.border": "",
"notificationCenterHeader.foreground": "#${base16."base05"}", //5
"notificationCenterHeader.background": "#${base16."base01"}", //1
// "notificationToast.border": "",
"notifications.foreground": "#${base16."base05"}", //5
"notifications.background": "#${base16."base02"}", //2
// "notifications.border": "",
"notificationLink.foreground": "#${base16."base0D"}", //D
// Below is no longer supported as of 1.21
"notification.background": "#${base16."base02"}", //2
"notification.foreground": "#${base16."base05"}", //5
"notification.buttonBackground": "#${base16."base0D"}", //D
"notification.buttonHoverBackground": "#${base16."base02"}", //2
"notification.buttonForeground": "#${base16."base07"}", //7
"notification.infoBackground": "#${base16."base0C"}", //C
"notification.infoForeground": "#${base16."base07"}", //7
"notification.warningBackground": "#${base16."base0A"}", //A
"notification.warningForeground": "#${base16."base07"}", //7
"notification.errorBackground": "#${base16."base08"}", //8
"notification.errorForeground": "#${base16."base07"}", //7
// Above is no longer supported as of 1.21
// Extensions
"extensionButton.prominentBackground": "#${base16."base0B"}", //B
"extensionButton.prominentForeground": "#${base16."base07"}", //7
"extensionButton.prominentHoverBackground": "#${base16."base02"}", //2
// Quick picker
// "pickerGroup.border": "#f00",
"pickerGroup.foreground": "#${base16."base03"}", //3
// Integrated terminal colors
"terminal.background": "#${base16."base00"}", //0
"terminal.foreground": "#${base16."base05"}", //5
"terminal.ansiBlack": "#${base16."base02"}", //2
"terminal.ansiBrightBlack": "#${base16."base03"}", //3
"terminal.ansiRed": "#${base16."base08"}", //8
"terminal.ansiBrightRed": "#${base16."base08"}", //8
"terminal.ansiYellow": "#${base16."base09"}", //9
"terminal.ansiBrightYellow": "#${base16."base0A"}", //A
"terminal.ansiGreen": "#${base16."base0B"}", //B
"terminal.ansiBrightGreen": "#${base16."base0B"}", //B
"terminal.ansiCyan": "#${base16."base0C"}", //C
"terminal.ansiBrightCyan": "#${base16."base0C"}", //C
"terminal.ansiBlue": "#${base16."base0D"}", //D
"terminal.ansiBrightBlue": "#${base16."base0D"}", //D
"terminal.ansiMagenta": "#${base16."base0E"}", //E
"terminal.ansiBrightMagenta": "#${base16."base0E"}", //E
"terminal.ansiWhite": "#${base16."base06"}", //6
"terminal.ansiBrightWhite": "#${base16."base07"}", //7
// Debug
"debugToolBar.background": "#${base16."base01"}", //1
// Welcome page
"welcomePage.buttonBackground": "#${base16."base01"}", //1
"welcomePage.buttonHoverBackground": "#${base16."base02"}", //2
"walkThrough.embeddedEditorBackground": "#${base16."base00"}", //0
// Git colors
"gitDecoration.modifiedResourceForeground": "#${base16."base0E"}", //E
"gitDecoration.deletedResourceForeground": "#${base16."base08"}", //8
"gitDecoration.untrackedResourceForeground": "#${
base16."base0B"
}", //B
"gitDecoration.ignoredResourceForeground": "#${base16."base03"}", //3
"gitDecoration.conflictingResourceForeground": "#${
base16."base0A"
}", //A
// Settings editor colors
"settings.headerForeground": "#${base16."base05"}", //5
"settings.modifiedItemForeground": "#${base16."base0B"}", //B
// "settings.inactiveSelectedItemBorder": "",
"settings.dropdownBackground": "#${base16."base01"}", //1
"settings.dropdownForeground": "#${base16."base05"}", //5
// "settings.dropdownBorder": "",
// "settings.dropdownListBorder": "",
"settings.checkboxBackground": "#${base16."base01"}", //1
"settings.checkboxForeground": "#${base16."base05"}", //5
// "settings.checkboxBorder": "",
"settings.textInputBackground": "#${base16."base01"}", //1
"settings.textInputForeground": "#${base16."base05"}", //5
// "settings.textInputBorder": "",
"settings.numberInputBackground": "#${base16."base01"}", //1
"settings.numberInputForeground": "#${base16."base05"}", //5
// "settings.numberInputBorder": "",
"settings.modifiedItemIndicator": "#${base16."base0D"}", //D
// Breadcrumbs
"breadcrumb.foreground": "#${base16."base05"}", //5
"breadcrumb.background": "#${base16."base01"}", //1
"breadcrumb.focusForeground": "#${base16."base06"}", //6
"breadcrumb.activeSelectionForeground": "#${base16."base07"}", //7
"breadcrumbPicker.background": "#${base16."base01"}", //1
// Unknown
"descriptionForeground": "#${base16."base03"}", //3
"textBlockQuote.background": "#${base16."base01"}", //1
"textBlockQuote.border": "#${base16."base0D"}", //D
"textCodeBlock.background": "#${base16."base00"}", //0
"textLink.activeForeground": "#${base16."base0C"}", //C
"textLink.foreground": "#${base16."base0D"}", //D
"textPreformat.foreground": "#${base16."base0D"}", //D
"textSeparator.foreground": "#f0f"
},
"tokenColors": [
{
"settings": {
"foreground": "#eeffffff",
"background": "#263238ff"
}
},
{
"name": "Comment",
"scope": [
"comment",
"punctuation.definition.comment"
],
"settings": {
"fontStyle": "italic",
"foreground": "#${base16."base03"}" //3
}
},
{
"name": "Variables, Parameters",
"scope": [
"variable",
"string constant.other.placeholder",
"entity.name.variable.parameter",
"entity.name.variable.local",
"variable.parameter"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Properties",
"scope": [
"variable.other.object.property"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Colors",
"scope": [
"constant.other.color"
],
"settings": {
"foreground": "#0f0"
}
},
{
"name": "Invalid",
"scope": [
"invalid",
"invalid.illegal"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Invalid - Deprecated",
"scope": [
"invalid.deprecated"
],
"settings": {
"foreground": "#${base16."base0F"}" //F
}
},
{
"name": "Keyword, Storage",
"scope": [
"keyword",
"storage.modifier"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Keyword Control",
"scope": [
"keyword.control",
"keyword.control.flow",
"keyword.control.from",
"keyword.control.import",
"keyword.control.as"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Keyword",
"scope": [
"keyword.other.using",
"keyword.other.namespace",
"keyword.other.class",
"keyword.other.new",
"keyword.other.event",
"keyword.other.this",
"keyword.other.await",
"keyword.other.var",
"keyword.other.package",
"keyword.other.import",
"variable.language.this",
"storage.type.ts"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Types, Primitives",
"scope": [
"keyword.type",
"storage.type.primitive"
],
"settings": {
"foreground": "#${base16."base0C"}" //C
}
},
{
"name": "Function",
"scope": [
"storage.type.function"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Operator, Misc",
"scope": [
"constant.other.color",
"punctuation",
"punctuation.section.class.end",
"meta.tag",
"punctuation.definition.tag",
"punctuation.separator.inheritance.php",
"punctuation.definition.tag.html",
"punctuation.definition.tag.begin.html",
"punctuation.definition.tag.end.html",
"keyword.other.template",
"keyword.other.substitution"
],
"settings": {
"foreground": "#${base16."base05"}" //5
}
},
{
"name": "Embedded",
"scope": [
"punctuation.section.embedded",
"variable.interpolation"
],
"settings": {
"foreground": "#${base16."base0F"}" //F
}
},
{
"name": "Tag",
"scope": [
"entity.name.tag",
"meta.tag.sgml",
"markup.deleted.git_gutter"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Function, Special Method",
"scope": [
"entity.name.function",
"meta.function-call",
"variable.function",
"support.function",
"keyword.other.special-method"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Block Level Variables",
"scope": [
"meta.block variable.other"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Other Variable, String Link",
"scope": [
"support.other.variable",
"string.other.link"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Number, Constant, Function Argument, Tag Attribute, Embedded",
"scope": [
"constant.numeric",
"constant.language",
"support.constant",
"constant.character",
"constant.escape",
"keyword.other.unit",
"keyword.other"
],
"settings": {
"foreground": "#${base16."base09"}" //9
}
},
{
"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": {
"fontStyle": "normal",
"foreground": "#${base16."base0B"}" //B
}
},
{
"name": "Class, Support",
"scope": [
"entity.name",
"support.type",
"support.class",
"support.orther.namespace.use.php",
"meta.use.php",
"support.other.namespace.php",
"markup.changed.git_gutter",
"support.type.sys-types"
],
"settings": {
"foreground": "#${base16."base0A"}" //A
}
},
{
"name": "Storage Type, Import Class",
"scope": [
"storage.type",
"storage.modifier.package",
"storage.modifier.import"
],
"settings": {
"foreground": "#${base16."base0A"}" //A
}
},
{
"name": "Fields",
"scope": [
"entity.name.variable.field"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Entity Types",
"scope": [
"support.type"
],
"settings": {
"foreground": "#${base16."base0C"}" //C
}
},
{
"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": "#${base16."base0C"}" //C
}
},
{
"name": "Sub-methods",
"scope": [
"entity.name.module.js",
"variable.import.parameter.js",
"variable.other.class.js"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Language methods",
"scope": [
"variable.language"
],
"settings": {
"fontStyle": "italic",
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "entity.name.method.js",
"scope": [
"entity.name.method.js"
],
"settings": {
"fontStyle": "italic",
"foreground": "#82AAFF"
}
},
{
"name": "meta.method.js",
"scope": [
"meta.class-method.js entity.name.function.js",
"variable.function.constructor"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Attributes",
"scope": [
"entity.other.attribute-name"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "HTML Attributes",
"scope": [
"text.html.basic entity.other.attribute-name.html",
"text.html.basic entity.other.attribute-name"
],
"settings": {
"fontStyle": "italic",
"foreground": "#${base16."base0A"}" //A
}
},
{
"name": "CSS Classes",
"scope": [
"entity.other.attribute-name.class"
],
"settings": {
"foreground": "#${base16."base0A"}" //A
}
},
{
"name": "CSS ID's",
"scope": [
"source.sass keyword.control"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Inserted",
"scope": [
"markup.inserted"
],
"settings": {
"foreground": "#${base16."base0B"}" //B
}
},
{
"name": "Deleted",
"scope": [
"markup.deleted"
],
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Changed",
"scope": [
"markup.changed"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Regular Expressions",
"scope": [
"string.regexp"
],
"settings": {
"foreground": "#${base16."base0C"}" //C
}
},
{
"name": "Escape Characters",
"scope": [
"constant.character.escape"
],
"settings": {
"foreground": "#${base16."base0C"}" //C
}
},
{
"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": "#${base16."base0D"}" // D
}
},
{
"name": "ES7 Bind Operator",
"scope": [
"source.js constant.other.object.key.js string.unquoted.label.js"
],
"settings": {
"fontStyle": "italic",
"foreground": "#FF5370"
}
},
{
"name": "JSON Key - Level 0",
"scope": [
"source.json meta.structure.dictionary.json support.type.property-name.json"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"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": "#${base16."base0D"}" //D
}
},
{
"name": "Markdown - Plain",
"scope": [
"text.html.markdown",
"punctuation.definition.list_item.markdown"
],
"settings": {
"foreground": "#${base16."base05"}" //5
}
},
{
"name": "Markdown - Markup Raw Inline",
"scope": [
"text.html.markdown markup.inline.raw.markdown"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Markdown - Markup Raw Inline Punctuation",
"scope": [
"text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown"
],
"settings": {
"foreground": "#${base16."base0C"}" //C
}
},
{
"name": "Markdown - Line Break",
"scope": [
"text.html.markdown meta.dummy.line-break"
],
"settings": {
"foreground": ""
}
},
{
"name": "Markdown - Heading",
"scope": [
"markdown.heading",
"markup.heading | markup.heading entity.name",
"markup.heading.markdown punctuation.definition.heading.markdown"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Markup - Italic",
"scope": [
"markup.italic"
],
"settings": {
"fontStyle": "italic",
"foreground": "#${base16."base08"}" //8
}
},
{
"name": "Markup - Bold",
"scope": [
"markup.bold",
"markup.bold string"
],
"settings": {
"fontStyle": "bold",
"foreground": "#${base16."base08"}" //8
}
},
{
"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": "#${base16."base08"}" //8
}
},
{
"name": "Markup - Underline",
"scope": [
"markup.underline"
],
"settings": {
"fontStyle": "underline",
"foreground": "#${base16."base09"}" //9
}
},
{
"name": "Markup - Strike",
"scope": [
"markup.strike"
],
"settings": {
"fontStyle": "strike",
"foreground": ""
}
},
{
"name": "Markdown - Blockquote",
"scope": [
"markup.quote punctuation.definition.blockquote.markdown"
],
"settings": {
"background": "#${base16."base0C"}", //C
"foreground": "#${base16."base0C"}" //C
}
},
{
"name": "Markup - Quote",
"scope": [
"markup.quote"
],
"settings": {
"fontStyle": "italic",
"foreground": ""
}
},
{
"name": "Markdown - Link",
"scope": [
"string.other.link.title.markdown"
],
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"name": "Markdown - Link Description",
"scope": [
"string.other.link.description.title.markdown"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Markdown - Link Anchor",
"scope": [
"constant.other.reference.link.markdown"
],
"settings": {
"foreground": "#${base16."base0A"}" //A
}
},
{
"name": "Markup - Raw Block",
"scope": [
"markup.raw.block"
],
"settings": {
"foreground": "#${base16."base0E"}" //E
}
},
{
"name": "Markdown - Raw Block Fenced",
"scope": [
"markup.raw.block.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block",
"scope": [
"punctuation.definition.fenced.markdown"
],
"settings": {
"foreground": "#00000050"
}
},
{
"name": "Markdown - Fenced Bode Block Variable",
"scope": [
"markup.raw.block.fenced.markdown",
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#f0f"
}
},
{
"name": "Markdown - Fenced Language",
"scope": [
"variable.language.fenced.markdown"
],
"settings": {
"foreground": "#f00"
}
},
{
"name": "Markdown - Separator",
"scope": [
"meta.separator"
],
"settings": {
"fontStyle": "bold",
"background": "#00000050",
"foreground": "#${base16."base0C"}" //C
}
},
{
"name": "Markup - Table",
"scope": [
"markup.table"
],
"settings": {
"foreground": "#f0f"
}
},
{
"scope": "token.info-token",
"settings": {
"foreground": "#${base16."base0D"}" //D
}
},
{
"scope": "token.warn-token",
"settings": {
"foreground": "#${base16."base0A"}" //A
}
},
{
"scope": "token.error-token",
"settings": {
"foreground": "#${base16."base08"}" //8
}
},
{
"scope": "token.debug-token",
"settings": {
"foreground": "#${base16."base0E"}" //E
}
}
]
}
''