Skip to main content
Coding Theme

Color themes

VS Code preview

Full workbench mockup using this variant's colors and tokenColors.

Loading...

colors

Workbench UI color keys from the theme JSON colors map.

  • activityBar.activeBackground#3e879980
  • activityBar.activeBorder#3e879980
  • activityBar.background#1D212F
  • activityBar.foreground#DDDDDD
  • activityBar.inactiveForeground#DDDDDD
  • activityBarBadge.background#3e8799
  • activityBarBadge.foreground#ffffff
  • badge.background#3e8799
  • badge.foreground#ffffff
  • button.background#3e8799
  • button.foreground#ffffff
  • button.hoverBackground#1f5866
  • checkbox.background#3e8799
  • checkbox.border#ffffff
  • checkbox.foreground#ffffff
  • debugConsole.errorForeground#f44336
  • debugConsole.infoForeground#2196f3
  • debugConsole.warningForeground#ffc107
  • debugExceptionWidget.background#343b52
  • debugIcon.disconnectForeground#f44336
  • debugIcon.pauseForeground#2196f3
  • debugIcon.restartForeground#4CAF50
  • debugIcon.startForeground#2196f3
  • debugIcon.stopForeground#f44336
  • debugTokenExpression.boolean#ff9e64
  • debugTokenExpression.error#bb616b
  • debugTokenExpression.name#7dcfff
  • debugTokenExpression.number#ff9e64
  • debugTokenExpression.string#9ece6a
  • debugTokenExpression.value#9aa5ce
  • debugToolBar.background#1D212F
  • dropdown.background#151822
  • editor.background#1D212F
  • editor.findMatchBackground#3e879980
  • editor.findMatchHighlightBackground#3e879950
  • editor.foreground#EEFFFF
  • editor.hoverHighlightBackground#343B52
  • editor.lineHighlightBackground#343B52
  • editor.rangeHighlightBorder#3e879980
  • editor.selectionBackground#3e879970
  • editorActiveLineNumber.foreground#DDDDDD
  • editorBracketHighlight.foreground1#E6E6E6
  • editorBracketHighlight.foreground2#FF75B5
  • editorBracketHighlight.foreground3#19F9D8
  • editorBracketHighlight.foreground4#B084EB
  • editorBracketHighlight.foreground5#45A9F9
  • editorBracketHighlight.foreground6#FFB86C
  • editorBracketHighlight.unexpectedBracket.foreground#f44336
  • editorBracketMatch.border#DDDDDD
  • editorBracketPairGuide.activeBackground1#E6E6E6
  • editorBracketPairGuide.activeBackground2#FF75B5
  • editorBracketPairGuide.activeBackground3#19F9D8
  • editorBracketPairGuide.activeBackground4#B084EB
  • editorBracketPairGuide.activeBackground5#45A9F9
  • editorBracketPairGuide.activeBackground6#FFB86C
  • editorBracketPairGuide.background1#E6E6E6
  • editorBracketPairGuide.background2#FF75B5
  • editorBracketPairGuide.background3#19F9D8
  • editorBracketPairGuide.background4#B084EB
  • editorBracketPairGuide.background5#45A9F9
  • editorBracketPairGuide.background6#FFB86C
  • editorCursor.foreground#ffffff
  • editorGroup.background#1D212F
  • editorGroup.border#343B52
  • editorGroupHeader.noTabsBackground#1D212F
  • editorGroupHeader.tabsBackground#1D212F
  • editorGutter.addedBackground#4CAF50
  • editorGutter.deletedBackground#f44336
  • editorGutter.modifiedBackground#2196f3
  • editorHoverWidget.background#1D212F
  • editorIndentGuide.activeBackground#4B5567
  • editorIndentGuide.background#0F0F14
  • editorInlayHint.typeBackground#3e8799
  • editorLineNumber.foreground#DDDDDD
  • editorOverviewRuler.border#343B52
  • editorRuler.foreground#0F0F14
  • editorSuggestWidget.background#1D212F
  • editorSuggestWidget.border#343B52
  • editorSuggestWidget.selectedBackground#0F0F14
  • editorWhitespace.foreground#0F0F14
  • editorWidget.background#1D212F
  • focusBorder#DDDDDD
  • foreground#DDDDDD
  • gitDecoration.addedResourceForeground#19F9D8
  • gitDecoration.conflictingResourceForeground#B084EB
  • gitDecoration.deletedResourceForeground#FF2C6D
  • gitDecoration.ignoredResourceForeground#80DEEA
  • gitDecoration.modifiedResourceForeground#45A9F9
  • gitDecoration.renamedResourceForeground#19F9D8
  • gitDecoration.stageDeletedResourceForeground#FF2C6D
  • gitDecoration.stageModifiedResourceForeground#45A9F9
  • gitDecoration.untrackedResourceForeground#19F9D8
  • gitlens.gutterForegroundColor#444b6a
  • gitlens.gutterUncommittedForegroundColor#444b6a
  • gitlens.trailingLineForegroundColor#526a75
  • icon.foreground#DDDDDD
  • input.background#151822
  • input.border#0f0f14
  • input.foreground#eeffff
  • input.placeholderForeground#787c998A
  • inputOption.activeBackground#3d59a144
  • inputOption.activeBorder#eeffff
  • inputOption.activeForeground#c0caf5
  • inputValidation.errorBackground#f44336
  • inputValidation.errorBorder#f44336
  • inputValidation.errorForeground#eeffff
  • inputValidation.infoBackground#2196f3
  • inputValidation.infoBorder#2196f3
  • inputValidation.infoForeground#eeffff
  • inputValidation.warningBackground#ffc107
  • inputValidation.warningBorder#ffc107
  • inputValidation.warningForeground#eeffff
  • list.activeSelectionBackground#3e879980
  • list.activeSelectionForeground#ffffff
  • list.activeSelectionIconForeground#ffffff
  • list.deemphasizedForeground#343b52
  • list.dropBackground#151822
  • list.errorForeground#f44336
  • list.focusBackground#0F0F14
  • list.focusForeground#ffffff
  • list.highlightForeground#ffffff
  • list.hoverBackground#3e879950
  • list.hoverForeground#ffffff
  • list.inactiveSelectionBackground#3e879980
  • list.inactiveSelectionForeground#ffffff
  • list.warningForeground#ffc107
  • listFilterWidget.background#3e8799
  • merge.currentContentBackground#19F9D844
  • merge.currentHeaderBackground#19F9D8aa
  • merge.incomingContentBackground#45A9F944
  • merge.incomingHeaderBackground#45A9F9aa
  • minimap.errorHighlight#f44336
  • minimap.findMatchHighlight#3e8799
  • minimap.selectionHighlight#3e879950
  • minimap.warningHighlight#ffc107
  • minimapSlider.activeBackground#3e879970
  • minimapSlider.background#3e879930
  • minimapSlider.hoverBackground#3e879950
  • notificationCenterHeader.background#0F0F14
  • notificationCenterHeader.foreground#EEEEEE
  • notifications.background#1D212F
  • notifications.border#343B52
  • notifications.foreground#EEEEEE
  • notificationToast.border#343B52
  • panel.background#1D212F
  • panel.border#343B52
  • panelTitle.activeForeground#ffffff
  • panelTitle.inactiveForeground#DDDDDD
  • peekView.border#343B52
  • peekViewEditor.background#0F0F14
  • peekViewResult.background#0F0F14
  • peekViewResult.selectionBackground#0F0F14
  • peekViewTitle.background#0F0F14
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#3e8799
  • scrollbar.shadow#3e8799
  • scrollbarSlider.activeBackground#3e879970
  • scrollbarSlider.background#3e879930
  • scrollbarSlider.hoverBackground#3e879950
  • selection.background#3e879970
  • settings.checkboxBackground#3e8799
  • settings.checkboxBorder#ffffff
  • settings.checkboxForeground#ffffff
  • sideBar.background#1D212F
  • sideBar.border#343b52
  • sideBarSectionHeader.background#3e8799a0
  • sideBarSectionHeader.border#1D212F
  • sideBarSectionHeader.foreground#FFFFFF
  • statusBar.background#1d212f
  • statusBar.border#343b52
  • statusBar.debuggingBackground#343b52
  • statusBar.debuggingForeground#eeffff
  • statusBar.foreground#eeffff
  • statusBar.noFolderBackground#16161e
  • statusBarItem.activeBackground#101014
  • statusBarItem.hoverBackground#20222c
  • statusBarItem.prominentBackground#101014
  • statusBarItem.prominentHoverBackground#343b52
  • tab.activeBackground#3e879980
  • tab.activeBorder#eeffff
  • tab.activeForeground#ffffff
  • tab.border#1D212F
  • tab.hoverBackground#3e879950
  • tab.inactiveBackground#1D212F
  • tab.inactiveForeground#DDDDDD
  • tab.unfocusedActiveBorder#1D212F
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#2196f3
  • terminal.ansiBrightBlack#101010
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#d82283
  • terminal.ansiBrightRed#E57373
  • terminal.ansiBrightWhite#dddddd
  • terminal.ansiBrightYellow#FFF176
  • terminal.ansiCyan#00BCD4
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#D80073
  • terminal.ansiRed#f44336
  • terminal.ansiWhite#eeffff
  • terminal.ansiYellow#ffc107
  • terminal.background#1d212f
  • terminal.foreground#eeffff
  • terminal.selectionBackground#3e879980
  • terminalCursor.foreground#eeffff
  • testing.iconErrored#f44336
  • testing.iconFailed#f44336
  • testing.iconPassed#4CAF50
  • testing.runAction#2196f3
  • titleBar.activeBackground#1d212f
  • titleBar.activeForeground#eeffff
  • titleBar.inactiveBackground#151723
  • titleBar.inactiveForeground#bbbbbb
  • welcomePage.tileShadow#3e879950
  • widget.shadow#3e879950

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
—#ffffff—
comment, punctuation.definition.comment#464B5D—
variable, string constant.other.placeholder#8F93A2—
constant.other.php#FFCB6B—
constant.other.color#ffffff—
invalid, invalid.illegal#FF5370—
invalid.deprecated#C792EA—
keyword, storage.type, storage.modifier#C792EA—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#89DDFF—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF—
source.cpp meta.block variable.other#f07178—
variable.other.constant#f07178—
support.other.variable, string.other.link#f07178—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C—
variable.parameter.function.language.special#FF5370—
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#C3E88Dnormal
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#FFCB6B—
support.type#B2CCD6—
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#B2CCD6—
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370—
variable.language#FF5370—
entity.name.method.js#82AAFF—
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF—
entity.other.attribute-name#C792EA—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6B—
entity.other.attribute-name.class#FFCB6B—
source.sass keyword.control#82AAFF—
markup.inserted#C3E88D—
markup.deleted#FF5370—
markup.changed#C792EA—
string.regexp#89DDFF—
constant.character.escape#89DDFF—
*url*, *link*, *uri*—underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFF—
source.js constant.other.object.key.js string.unquoted.label.js#FF5370—
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B—
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#F78C6C—
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#FF5370—
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#C17E70—
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#82AAFF—
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#f07178—
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#C792EA—
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#C3E88D—
text.html.markdown, punctuation.definition.list_item.markdown#8F93A2—
text.html.markdown markup.inline.raw.markdown#C792EA—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#80869E50—
text.html.markdown meta.dummy.line-break—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D—
markup.italic#f07178—
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.strikestrike
markup.quote punctuation.definition.blockquote.markdown#80869E50—
string.other.link.title.markdown#82AAFF—
string.other.link.description.title.markdown#C792EA—
constant.other.reference.link.markdown#FFCB6B—
markup.raw.block#C792EA—
markup.fenced_code.block.markdown, markup.inline.raw.string.markdown#8F93A290—
variable.language.fenced.markdown#80869E50—
meta.separator#80869E50bold
markup.table#8F93A2—
—#ffffff—
comment, punctuation.definition.comment#464B5D—
variable, string constant.other.placeholder#8F93A2—
constant.other.php#FFCB6B—
constant.other.color#ffffff—
invalid, invalid.illegal#FF5370—
invalid.deprecated#C792EA—
keyword, storage.type, storage.modifier#C792EA—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#89DDFF—
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#f07178—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF—
source.cpp meta.block variable.other#f07178—
variable.other.constant#f07178—
support.other.variable, string.other.link#f07178—
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C—
variable.parameter.function.language.special#FF5370—
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#C3E88Dnormal
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#FFCB6B—
support.type#B2CCD6—
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#B2CCD6—
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#FF5370—
variable.language#FF5370—
entity.name.method.js#82AAFF—
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF—
entity.other.attribute-name#C792EA—
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6B—
entity.other.attribute-name.class#FFCB6B—
source.sass keyword.control#82AAFF—
markup.inserted#C3E88D—
markup.deleted#FF5370—
markup.changed#C792EA—
string.regexp#89DDFF—
constant.character.escape#89DDFF—
*url*, *link*, *uri*—underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFF—
source.js constant.other.object.key.js string.unquoted.label.js#FF5370—
source.json meta.structure.dictionary.json support.type.property-name.json#C792EA—
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#FFCB6B—
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#F78C6C—
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#FF5370—
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#C17E70—
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#82AAFF—
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#f07178—
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#C792EA—
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#C3E88D—
text.html.markdown, punctuation.definition.list_item.markdown#8F93A2—
text.html.markdown markup.inline.raw.markdown#C792EA—
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#80869E50—
text.html.markdown meta.dummy.line-break—
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown#C3E88D—
markup.italic#f07178—
markup.bold, markup.bold string#f07178bold
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#f07178bold
markup.underline#F78C6Cunderline
markup.strikestrike
markup.quote punctuation.definition.blockquote.markdown#80869E50—
string.other.link.title.markdown#82AAFF—
string.other.link.description.title.markdown#C792EA—
constant.other.reference.link.markdown#FFCB6B—
markup.raw.block#C792EA—
markup.fenced_code.block.markdown, markup.inline.raw.string.markdown#8F93A290—
variable.language.fenced.markdown#80869E50—
meta.separator#80869E50bold
markup.table#8F93A2—
support.constant.edge#d55fdeff—
constant.other.character-class.regexp#e06c75ff—
keyword.operator.quantifier.regexp#d19a66ff—
punctuation.definition.string.begin,punctuation.definition.string.end#98c378—
variable.parameter.function#A6B2C0—
comment, punctuation.definition.comment#cccitalic
comment markup.link#ccc—
markup.changed.diff#e0c285—
meta.diff.header.from-file,punctuation.definition.from-file.diff#569cd6—
markup.inserted.diff#89CA78—
markup.deleted.diff#EF596F—
meta.function.c#EF596F—
keyword.control.cpp#e5c07b—
punctuation.section.block.begin.bracket.curly.cpp,punctuation.section.block.end.bracket.curly.cpp,punctuation.terminator.statement.c,punctuation.section.block.begin.bracket.curly.c,punctuation.section.block.end.bracket.curly.c,punctuation.section.parens.begin.bracket.round.c,punctuation.section.parens.end.bracket.round.c,punctuation.section.parameters.begin.bracket.round.c,punctuation.section.parameters.end.bracket.round.c#AAB1C0—
punctuation.separator.key-value#bbbbbb—
entity.other.attribute-name.js,entity.other.attribute-name.ts,entity.other.attribute-name.jsx,entity.other.attribute-name.tsx,variable.parameter,variable.language.super—italic
keyword.operator.expression.import#52ADF2—
support.constant.math#e5c07b—
support.constant.property.math#d19a66—
variable.other.constant#e5c07b—
storage.type.annotation.java#e5c07bff—
source.java#EF596F—
punctuation.section.block.begin.java,punctuation.section.block.end.java,punctuation.definition.method-parameters.begin.java,punctuation.definition.method-parameters.end.java,meta.method.identifier.java,punctuation.section.method.begin.java,punctuation.section.method.end.java,punctuation.terminator.java,punctuation.section.class.begin.java,punctuation.section.class.end.java,punctuation.section.inner-class.begin.java,punctuation.section.inner-class.end.java,meta.method-call.java,storage.type.generic.java,punctuation.section.class.begin.bracket.curly.java,punctuation.section.class.end.bracket.curly.java,punctuation.section.method.begin.bracket.curly.java,punctuation.section.method.end.bracket.curly.java,punctuation.separator.period.java,meta.method.body.java#AAB1C0—
meta.method.java#52ADF2—
storage.modifier.import.java,storage.type.java#e5c07b—
meta.definition.variable.name.java#EF596F—
keyword.operator.logical#2BBAC5—
keyword.operator.bitwise#2BBAC5—
support.constant.property-value.scss,support.constant.property-value.css#D8985F—
support.constant.color.w3c-standard-color-name.css,support.constant.color.w3c-standard-color-name.scss#D8985F—
punctuation.separator.list.comma.css#b9c0ca—
support.constant.color.w3c-standard-color-name.css#D8985F—
support.type.vendored.property-name.css#2BBAC5—
punctuation.definition.template-expression.begin,punctuation.definition.template-expression.end#EF596F—
support.module.node,support.type.object.module#e5c07b—
variable.other.readwrite,meta.object-literal.key,support.variable.property,support.variable.object.process,support.variable.object.node#EF596F—
comment.line.double-slash,comment.block.documentation—normal
support.constant.json#D8985F—
keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.ternary#D55FDE—
support.type.object.console#EF596F—
support.variable.property.process#D8985F—
entity.name.function,support.function.console#52ADF2—
keyword.operator#2BBAC5—
support.type.object.dom#2BBAC5—
support.variable.dom,support.variable.property.dom#EF596F—
keyword.operator.arithmetic,keyword.operator.comparison#2BBAC5—
keyword.operator.assignment.c,keyword.operator.comparison.c,keyword.operator.c,keyword.operator.increment.c#D55FDEff—
punctuation.separator.delimiter.c#bbbbbb—
support.type.posix-reserved.c#57adb8—
keyword.operator.sizeof.c#C178DD—
variable.parameter.function.language.python#D8985F—
support.type.python#2BBAC5—
keyword.operator.logical.python#D55FDE—
meta.function-call.arguments.python#E06C60—
meta.function-call.python#E06C60—
variable.parameter.function.python#D18C4E—
punctuation.definition.arguments.begin.python,punctuation.definition.arguments.end.python,punctuation.separator.arguments.python,punctuation.definition.list.begin.python,punctuation.definition.list.end.python,meta.function-call.arguments.python#AAB1C0—
meta.function-call.generic.python#52ADF2—
constant.character.format.placeholder.other.python#98c379—
none#A6B2C0—
keyword.operator#AAB1C0—
keyword#D55FDE—
variable#EF596F—
token.variable.parameter.java#AAB1C0—
import.storage.java#e5c07b—
token.package.keyword#D55FDE—
token.package#AAB1C0—
entity.name.function, meta.require, support.function.any-method#52ADF2—
entity.name.type.namespace#e5c07b—
support.class, entity.name.type.class#e5c07b—
entity.name.class.identifier.namespace.type#e5c07b—
entity.name.class#52ADF2—
entity.name.type#e5c07b—
keyword.control#D55FDE—
control.elements, keyword.operator.less#D8985F—
keyword.other.special-method#52ADF2—
storage#D55FDE—
token.storage#D55FDE—
keyword.operator.expression.delete,keyword.operator.expression.in,keyword.operator.expression.of,keyword.operator.expression.instanceof,keyword.operator.new,keyword.operator.expression.typeof,keyword.operator.expression.void#D55FDE—
token.storage.type.java#e5c07b—
support.function#2BBAC5—
support.type.property-name#AAB1C0—
support.constant.property-value#AAB1C0—
support.constant.font-name#D8985F—
meta.tag#AAB1C0—
string, entity.other.inherited-class#89CA78—
constant.other.symbol#2BBAC5—
constant.numeric#D8985F—
none#D8985F—
none#D8985F—
constant#D8985F—
punctuation.definition.constant#D8985F—
entity.name.tag#EF596F—
entity.other.attribute-name#D8985F—
entity.other.attribute-name.id#52ADF2normal
entity.other.attribute-name.class.css#D8985Fnormal
meta.selector#D55FDE—
none#D2945D—
markup.heading#EF596Fbold
markup.heading punctuation.definition.heading, entity.name.section#52ADF2—
keyword.other.unit#D8985F—
markup.bold,todo.bold#D8985Fbold
punctuation.definition.bold#e5c07b—
markup.italic,punctuation.definition.italic,todo.emphasis#D55FDE—
emphasis md#D55FDE—
entity.name.section.markdown#EF596F—
punctuation.definition.heading.markdown#EF596F—
markup.heading.setext#AAB1C0—
punctuation.definition.bold.markdown#D8985F—
markup.inline.raw.markdown#89CA78—
markup.inline.raw.string.markdown#98c379—
beginning.punctuation.definition.list.markdown#EF596F—
markup.quote.markdown#5C6370italic
punctuation.definition.string.begin.markdown,punctuation.definition.string.end.markdown,punctuation.definition.metadata.markdown#AAB1C0—
punctuation.definition.metadata.markdown#D55FDE—
markup.underline.link.markdown,markup.underline.link.image.markdown#D55FDE—
string.other.link.title.markdown,string.other.link.description.markdown#52ADF2—
markup.italic.markdown—italic
markup.bold.markdown—bold
string.regexp#57B6C2—
constant.character.escape#57B6C2—
punctuation.section.embedded, variable.interpolation#BE4F44—
invalid.illegal#FFFFFF—
invalid.broken#FFFFFF—
invalid.deprecated#FFFFFF—
invalid.unimplemented#FFFFFF—
source.json meta.structure.dictionary.json > string.quoted.json#EF596F—
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#EF596F—
source.json meta.structure.dictionary.json > value.json > string.quoted.json,source.json meta.structure.array.json > value.json > string.quoted.json,source.json meta.structure.dictionary.json > value.json > string.quoted.json > punctuation,source.json meta.structure.array.json > value.json > string.quoted.json > punctuation#89CA78—
source.json meta.structure.dictionary.json > constant.language.json,source.json meta.structure.array.json > constant.language.json#2BBAC5—
support.type.property-name.json#EF596F—
support.type.property-name.json punctuation#EF596F—
text.html.laravel-blade source.php.embedded.line.html entity.name.tag.laravel-blade#C679DD—
text.html.laravel-blade source.php.embedded.line.html support.constant.laravel-blade#C679DD—
support.other.namespace.use.php,support.other.namespace.use-as.php,support.other.namespace.php,entity.other.alias.php,meta.interface.php#e5c07b—
keyword.operator.error-control.php#D55FDE—
keyword.operator.type.php#D55FDE—
punctuation.section.array.begin.php#AAB1C0—
punctuation.section.array.end.php#AAB1C0—
invalid.illegal.non-null-typehinted.php#ff0000—
storage.type.php,meta.other.type.phpdoc.php,keyword.other.type.php,keyword.other.array.phpdoc.php#e5c07b—
meta.function-call.php,meta.function-call.object.php,meta.function-call.static.php#52ADF2—
punctuation.definition.parameters.begin.bracket.round.php,punctuation.definition.parameters.end.bracket.round.php,punctuation.separator.delimiter.php,punctuation.section.scope.begin.php,punctuation.section.scope.end.php,punctuation.terminator.expression.php,punctuation.definition.arguments.begin.bracket.round.php,punctuation.definition.arguments.end.bracket.round.php,punctuation.definition.storage-type.begin.bracket.round.php,punctuation.definition.storage-type.end.bracket.round.php,punctuation.definition.array.begin.bracket.round.php,punctuation.definition.array.end.bracket.round.php,punctuation.definition.begin.bracket.round.php,punctuation.definition.end.bracket.round.php,punctuation.definition.begin.bracket.curly.php,punctuation.definition.end.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php,punctuation.definition.section.switch-block.start.bracket.curly.php,punctuation.definition.section.switch-block.begin.bracket.curly.php,punctuation.definition.section.switch-block.end.bracket.curly.php#bbbbbb—
support.constant.ext.php,support.constant.std.php,support.constant.core.php,support.constant.parser-token.php#D8985F—
entity.name.goto-label.php,support.other.php#52ADF2—
keyword.operator.logical.php,keyword.operator.bitwise.php,keyword.operator.arithmetic.php#2BBAC5—
keyword.operator.regexp.php#D55FDE—
keyword.operator.comparison.php#2BBAC5—
punctuation.definition.variable.php#EF596F—
keyword.operator.heredoc.php,keyword.operator.nowdoc.php#D55FDE—
meta.function.decorator.python#52ADF2—
support.token.decorator.python,meta.function.decorator.identifier.python#2BBAC5—
function.parameter#D8985F—
function.parameter#AAB1C0—
function.brace#AAB1C0—
function.parameter.ruby, function.parameter.cs#AAB1C0—
rgb-value#2BBAC5—
inline-color-decoration rgb-value#D8985F—
less rgb-value#D8985F—
selector.sass#EF596F—
var.this,variable.language.this.js,variable.language.this.ts,variable.language.this.jsx,variable.language.this.tsx#e5c07bitalic
support.type.primitive.ts,support.type.builtin.ts,support.type.primitive.tsx,support.type.builtin.tsx#e5c07b—
block.scope.end,block.scope.begin#AAB1C0—
storage.type.cs#e5c07bff—
entity.name.variable.local.cs#EF596F—
token.info-token#6796e6—
token.warn-token#cd9731—
token.error-token#f44747—
token.debug-token#b267e6—
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#d55fde—
meta.template.expression#aab1c0—