Skip to main content
CodingTheme

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.background#121713
  • activityBar.border#080d08
  • activityBar.dropBackground#3a403b
  • activityBar.foreground#9fa8a0
  • activityBarBadge.background#0da51f
  • activityBarBadge.foreground#ebffed
  • badge.background#0da51f
  • badge.foreground#dde3de
  • breadcrumbPicker.background#080d08
  • button.background#0da51f
  • button.foreground#dde3de
  • button.hoverBackground#0da51f
  • debugExceptionWidget.background#080d08
  • debugExceptionWidget.border#080d08
  • debugToolBar.background#121713
  • descriptionForeground#dde3de
  • diffEditor.insertedTextBackground#b9cf17
  • diffEditor.insertedTextBorder#b9cf17
  • diffEditor.removedTextBackground#b9cf17
  • diffEditor.removedTextBorder#b9cf17
  • dropdown.background#121713
  • dropdown.border#303631
  • dropdown.foreground#dde3de
  • editor.background#1d201d
  • editor.findMatchBackground#949e95
  • editor.findMatchHighlightBackground#7e8b80
  • editor.foreground#ebffed
  • editor.hoverHighlightBackground#3a403b
  • editor.inactiveSelectionBackground#6b766c
  • editor.lineHighlightBackground#272b27
  • editor.rangeHighlightBackground#3a403b
  • editor.selectionBackground#3a403b
  • editor.selectionHighlightBackground#3a403b
  • editor.wordHighlightBackground#3a403b
  • editor.wordHighlightStrongBackground#3a403b
  • editorBracketMatch.background#080d08
  • editorBracketMatch.border#272b27
  • editorCodeLens.foreground#9fa8a0
  • editorCursor.background#080d08
  • editorCursor.foreground#6d6f5d
  • editorError.foreground#8493f6
  • editorGroup.background#6b766c
  • editorGroup.border#080d08
  • editorGroup.dropBackground#a4b80a
  • editorGroupHeader.noTabsBackground#1d201d
  • editorGroupHeader.tabsBackground#1d201d
  • editorGroupHeader.tabsBorder#080d08
  • editorGutter.addedBackground#b9cf17
  • editorGutter.background#121713
  • editorGutter.deletedBackground#929ff7
  • editorGutter.modifiedBackground#25bcd0
  • editorHoverWidget.background#080d08
  • editorHoverWidget.border#080d08
  • editorIndentGuide.activeBackground#303631
  • editorIndentGuide.background#272b27
  • editorLineNumber.activeForeground#9fa8a0
  • editorLineNumber.foreground#4e564e
  • editorMarkerNavigation.background#272b27
  • editorMarkerNavigationError.background#1b2c9d
  • editorMarkerNavigationWarning.background#023e46
  • editorOverviewRuler.commonContentForeground#25bcd0
  • editorOverviewRuler.currentContentForeground#25bcd0
  • editorOverviewRuler.incomingContentForeground#25bcd0
  • editorRuler.foreground#9fa8a0
  • editorSuggestWidget.background#121713
  • editorSuggestWidget.border#080d08
  • editorSuggestWidget.foreground#9fa8a0
  • editorSuggestWidget.highlightForeground#b9cf17
  • editorSuggestWidget.selectedBackground#080d08
  • editorWarning.foreground#25bcd0
  • editorWhitespace.foreground#6b766c
  • editorWidget.background#080d08
  • editorWidget.border#080d08
  • errorForeground#7989f1
  • extensionButton.prominentBackground#b9cf17
  • extensionButton.prominentForeground#f6f9f6
  • extensionButton.prominentHoverBackground#b9cf17
  • focusBorder#a4b80a
  • foreground#ebffed
  • gitDecoration.addedResourceForeground#b9cf17
  • gitDecoration.conflictingResourceForeground#25bcd0
  • gitDecoration.deletedResourceForeground#7989f1
  • gitDecoration.ignoredResourceForeground#3a403b
  • gitDecoration.modifiedResourceForeground#a4b80a
  • gitDecoration.untrackedResourceForeground#dde3de
  • input.background#3a403b
  • input.border#7e8b80
  • input.foreground#dde3de
  • input.placeholderForeground#9fa8a0
  • inputOption.activeBorder#a4b80a
  • inputValidation.errorBackground#7989f1
  • inputValidation.errorBorder#7989f1
  • inputValidation.infoBackground#121713
  • inputValidation.infoBorder#25bcd0
  • inputValidation.warningBackground#25bcd0
  • inputValidation.warningBorder#25bcd0
  • list.activeSelectionBackground#3a403b
  • list.activeSelectionForeground#f6f9f6
  • list.dropBackground#3a403b
  • list.errorForeground#7989f1
  • list.focusBackground#3a403b
  • list.focusForeground#dde3de
  • list.highlightForeground#a4b80a
  • list.hoverBackground#3a403b
  • list.hoverForeground#dde3de
  • list.inactiveSelectionBackground#3a403b
  • list.inactiveSelectionForeground#9fa8a0
  • list.invalidItemForeground#25bcd0
  • list.warningForeground#7989f1
  • merge.currentHeaderBackground#6b766c
  • merge.incomingHeaderBackground#25bcd0
  • meta.objectliteral.js#25bcd0
  • notificationLink.foreground#a4b80a
  • notifications.background#080d08
  • notifications.foreground#dde3de
  • panel.background#121713
  • panel.border#080d08
  • panel.dropBackground#a4b80a
  • panelTitle.activeBorder#25bcd0
  • panelTitle.activeForeground#f6f9f6
  • panelTitle.inactiveForeground#7e8b80
  • peekView.border#6b766c
  • peekViewEditor.background#272b27
  • peekViewEditor.matchHighlightBackground#25bcd0
  • peekViewResult.background#121713
  • peekViewResult.fileForeground#3a403b
  • peekViewResult.lineForeground#3a403b
  • peekViewResult.matchHighlightBackground#f6f9f6
  • peekViewResult.selectionBackground#3a403b
  • peekViewResult.selectionForeground#6b766c
  • peekViewTitle.background#121713
  • peekViewTitleDescription.foreground#6b766c
  • peekViewTitleLabel.foreground#6b766c
  • pickerGroup.border#080d08
  • pickerGroup.foreground#dde3de
  • progress.background#6b766c
  • progressBar.background#0da51f
  • punctuation.definition.generic.begin.html#25bcd0
  • scrollbar.shadow#080d08
  • scrollbarSlider.activeBackground#444b45
  • scrollbarSlider.background#272b27
  • scrollbarSlider.hoverBackground#3a403b
  • selection.background#0da51f
  • sideBar.background#272b27
  • sideBar.border#1d201d
  • sideBar.foreground#6b766c
  • sideBarSectionHeader.background#3a403b
  • sideBarSectionHeader.foreground#9fa8a0
  • sideBarTitle.foreground#9fa8a0
  • source.elm#6b766c
  • statusBar.background#121713
  • statusBar.border#1d201d
  • statusBar.debuggingBackground#121713
  • statusBar.debuggingBorder#121713
  • statusBar.foreground#6b766c
  • statusBar.noFolderBackground#121713
  • statusBar.noFolderBorder#3a403b
  • statusBarItem.activeBackground#6b766c
  • statusBarItem.hoverBackground#1d201d
  • statusBarItem.prominentBackground#3a403b
  • statusBarItem.prominentHoverBackground#3a403b
  • string.quoted.single.js#67e476
  • tab.activeBackground#1d201d
  • tab.activeBorder#1d201d
  • tab.activeForeground#dde3de
  • tab.border#1d201d
  • tab.hoverBackground#272b27
  • tab.inactiveBackground#303631
  • tab.inactiveForeground#9fa8a0
  • tab.unfocusedActiveBorder#7e8b80
  • tab.unfocusedActiveForeground#9fa8a0
  • tab.unfocusedInactiveForeground#9fa8a0
  • terminal.ansiBlack#3a403b
  • terminal.ansiBlue#0da51f
  • terminal.ansiBrightBlack#6b766c
  • terminal.ansiBrightBlue#949e95
  • terminal.ansiBrightCyan#9fa8a0
  • terminal.ansiBrightGreen#6b766c
  • terminal.ansiBrightMagenta#a3b6b8
  • terminal.ansiBrightRed#9b9dab
  • terminal.ansiBrightWhite#f6f9f6
  • terminal.ansiBrightYellow#7e8b80
  • terminal.ansiCyan#a4b80a
  • terminal.ansiGreen#b9cf17
  • terminal.ansiMagenta#25bcd0
  • terminal.ansiRed#7989f1
  • terminal.ansiWhite#dde3de
  • terminal.ansiYellow#25bcd0
  • terminal.background#080d08
  • terminal.foreground#bec6bf
  • textLink.activeForeground#a4b80a
  • textLink.foreground#a4b80a
  • titleBar.activeBackground#121713
  • titleBar.activeForeground#dde3de
  • titleBar.inactiveBackground#080d08
  • walkThrough.embeddedEditorBackground#080d08
  • welcomePage.buttonBackground#080d08
  • welcomePage.buttonHoverBackground#080d08
  • widget.shadow#080d08

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ebffed
meta.embedded, source.groovy.embedded#b3bcb4
comment, punctuation.definition.comment#748176italic
variable, string constant.other.placeholder#7989f1
constant.other.color#ebffed
invalid, invalid.illegal#f6f9f6
keyword, punctuation.accessor, storage.type#25bcd0
storage.modifier#25bcd0
punctuation, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, meta.function punctuation.separator.comma, punctuation.definition.string, punctuation.definition.parameters, punctuation.terminator.expression, punctuation.definition.arguments, punctuation.definition.array, punctuation.section.array, punctuation.definition.list.begin, punctuation.definition.list.end, punctuation.separator.arguments, punctuation.definition.list, meta.array, source.elixir punctuation.definition.string, string.quoted.double.json punctuation.definition.string.json#616b62
keyword.control, constant.other.color, keyword.other.template, keyword.other.substitution#a4b80a
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#7989f1
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.debugger, keyword.other.special-method#25bcd0
meta.block variable.other#b3bcb4
support.other.variable, string.other.link#929ff7
constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#b3bcb4
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#0da51fnormal
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#25bcd0
support.type#a4b80a
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#5ad2e2
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#7989f1
variable.language#7989f1italic
entity.name.method.js#25bcd0italic
meta.class-method.js entity.name.function.js, variable.function.constructor, keyword.control.conditional.js, keyword.control.conditional.ts, keyword.control.switch.js, keyword.control.switch.ts#25bcd0
entity.other.attribute-name#25bcd0
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#25bcd0italic
entity.other.attribute-name.class#bdbfb0
source.sass keyword.control#25bcd0
markup.inserted#b9cf17
markup.deleted#7989f1
markup.deleted.diff#7989f1
markup.inserted.diff#b9cf17
markup.changed#25bcd0
string.regexp#a4b80a
constant.character.escape#a4b80a
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#7989f1italic
source.js constant.other.object.key.js string.unquoted.label.js#7989f1italic
support.type.property-name.json#25bcd0
support.constant.json#b9cf17
meta.structure.dictionary.value.json string.quoted.double#25bcd0
meta.structure.dictionary.json meta.structure.dictionary.value constant.language#7989f1
source.json meta.structure.dictionary.json support.type.property-name.json#25bcd0
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#25bcd0
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#b9cf17
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#25bcd0
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#25bcd0
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#b9cf17
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#b9cf17
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#b9cf17
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#b9cf17
text.html.markdown, punctuation.definition.list_item.markdown#ebffed
text.html.markdown, beginning.punctuation.definition.list.markdown#b3bcb4
text.html.markdown markup.inline.raw.markdown#25bcd0
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#949e95
text.html.markdown meta.dummy.line-break
markdown.heading, markup.heading | markup.heading entity.name, markup.heading.markdown punctuation.definition.heading.markdown, markup.heading1, markup.heading.markdown, entity.name, entity.name.section.markdown, heading.1.markdown#7989f1
markup.italic.markdown#929ff7italic
markup.bold, markup.bold string#929ff7bold
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#929ff7bold
markup.underline#25bcd0underline
markup.strikestrike
markup.quote punctuation.definition.blockquote.markdown#121713
markup.quote.markdown#b3bcb4
markup.quoteitalic
string.other.link.title.markdown#25bcd0
markup.underline.link.markdown#0da51f
string.other.link.description.title.markdown#25bcd0
constant.other.reference.link.markdown#25bcd0
markup.raw.block#25bcd0
markup.raw.block.fenced.markdown#121713
punctuation.definition.fenced.markdown#121713
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#ebffed
variable.language.fenced.markdown#949e95
meta.separator#949e95bold
markup.table#ebffed
token.info-token#0da51f
token.warn-token#929ff7
token.error-token#7989f1
token.debug-token#25bcd0
string#dde3de
string.quoted, meta.attribute-selector.css entity.other.attribute-name.attribute, variable.other.readwrite.js#67e476
support.constant.math#b9cf17
string.regexp#b9cf17
constant.numeric, constant.character.numeric#dde3de
variable.language, variable.other#7989f1
variable.language.this.js, variable.language.this.php#7989f1
keyword#b9cf17
storage, meta.var.expr, meta.class meta.method.declaration meta.var.expr storage.type.js, storage.type.property.js, storage.type.property.ts, storage.type.property.tsx#b3bcb4italic
entity.name.class, meta.class entity.name.type.class#929ff7
entity.name.type#b3bcb4
entity.name.function#b3bcb4
punctuation.definition.variable#b3bcb4
punctuation.section.embedded.begin, punctuation.section.embedded.end#24cc38
constant.language, punctuation.definition.constant, variable.other.constant, meta.preprocessor#b9cf17
support.function.construct, keyword.other.new#3ccadd
constant.character, constant.other#929ff7
constant.character.escape#929ff7
string.regexp, string.regexp keyword.other#949e95
entity.other.inherited-class#25bcd0
entity.name.tag#7989f1
punctuation.definition.tag, meta.tag#b3bcb4
entity.name.tag, meta.tag.other.html, meta.tag.other.js, meta.tag.other.tsx, entity.name.tag.tsx, entity.name.tag.js, entity.name.tag, meta.tag.js, meta.tag.tsx, meta.tag.html#b9cf17
entity.other.attribute-name#24cc38
entity.name.tag.custom#0da51f
support.function#b3bcb4
punctuation.separator.continuation#7989f1
invalid.broken#080d08
invalid.unimplemented#ebffed
invalid.illegal#ebffed
support.type, support.class#a4b80a
support.variable.dom#a4b80a
support.type.exception#929ff7
support.other.variable
invalid#ebffed
invalid.deprecated#929ff7
keyword.operator#a4b80a
keyword.operator.relational#25bcd0italic
keyword.operator.assignment#25bcd0
keyword.operator.arithmetic#25bcd0
keyword.operator.bitwise#25bcd0
keyword.operator.increment#25bcd0
keyword.operator.ternary#25bcd0
comment.line.double-slash#6b766c
object#0da51f
constant.language.null#7989f1
meta.brace#6b766c
meta.delimiter.period#dde3de
constant.language.boolean#7989f1
object.comma#f6f9f6
variable.parameter.function#a4b80a
support.type.vendor.property-name, support.constant.vendor.property-value, support.type.property-name, meta.property-list entity.name.tag#25bcd0
meta.property-list entity.name.tag.reference#0da51f
constant.other.color.rgb-value punctuation.definition.constant#929ff7
meta.selector#25bcd0italic
entity.other.attribute-name.id#d1dadc
meta.property-name#a4b80a
entity.name.tag.doctype, meta.tag.sgml.doctype#6b766citalic
keyword.control.operator#a4b80a
keyword.operator.logical#25bcd0
variable.instance, variable.other.instance, variable.readwrite.instance, variable.other.readwrite.instance, variable.other.property#b9cf17
variable.other.object.property#dde3deitalic
variable.other.object.js, variable.other.object.jsx, variable.object.property.js, variable.object.property.jsx#dde3de
keyword.operator.comparison, keyword.control.flow.js, keyword.control.flow.ts, keyword.control.flow.tsx, keyword.control.ruby, keyword.control.module.ruby, keyword.control.class.ruby, keyword.control.def.ruby, keyword.control.loop.js, keyword.control.loop.ts, keyword.control.import.js, keyword.control.import.ts, keyword.control.import.tsx, keyword.control.from.js, keyword.control.from.ts, keyword.control.from.tsx#24cc38italic
variable.interpolation#7989f1
support.variable.property#a4b80a
string.template meta.template.expression#7989f1
string.template punctuation.definition.string#dde3de
italic#25bcd0italic
bold#b9cf17bold
quote#6b766citalic
raw#b3bcb4
variable.assignment.coffee#a4b80a
variable.parameter.function.coffee#dde3de
variable.assignment.coffee#b9cf17
variable.other.readwrite.cs#dde3de
entity.name.type.class.cs, storage.type.cs#25bcd0
entity.name.type.namespace.cs#b3bcb4
entity.name.tag.css, entity.name.tag.less, entity.name.tag.custom.css#dadcd1
support.constant.property-value.css#c5dc18
entity.name.tag.wildcard.css, entity.name.tag.wildcard.less, entity.name.tag.wildcard.scss, entity.name.tag.wildcard.sass#a4b80a
keyword.other.unit.css, keyword.control.at-rule.media.css#a4b80a
source.elixir support.type.elixir, source.elixir meta.module.elixir entity.name.class.elixir#25bcd0
source.elixir entity.name.function#b9cf17
source.elixir constant.other.symbol.elixir, source.elixir constant.other.keywords.elixir#0da51f
source.elixir variable.other.readwrite.module.elixir, source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir#b9cf17
source.elixir .punctuation.binary.elixir#25bcd0italic
source.go meta.function-call.go#b3bcb4
source.go keyword.package.go, source.go keyword.import.go, source.go keyword.function.go, source.go keyword.type.go, source.go keyword.struct.go, source.go keyword.interface.go, source.go keyword.const.go, source.go keyword.var.go, source.go keyword.map.go, source.go keyword.channel.go, source.go keyword.control.go#25bcd0italic
source.go constant.language.go, source.go constant.other.placeholder.go#7989f1
meta.class entity.name.type.class.js#929ff7
meta.method.declaration storage.type.js#bdbfb0
terminator.js#dde3de
meta.js punctuation.definition.js#dde3de
entity.name.type.instance.jsdoc, entity.name.type.instance.phpdoc#6b766c
variable.other.jsdoc, variable.other.phpdoc#a4b80a
variable.other.meta.import.js, meta.import.js variable.other, variable.other.meta.export.js, meta.export.js variable.other#dde3de
variable.parameter.function.js#25bcd0
variable.js, variable.other.js#dde3de
entity.name.type.js, entity.name.type.module.js#929ff7
support.class.js#dde3de
variable.other.ruby#dde3de
entity.name.type.class.ruby#929ff7
constant.language.symbol.hashkey.ruby#b9cf17
meta.attribute-selector.less entity.other.attribute-name.attribute#929ff7
variable.other.php, variable.other.property.php#dde3de
support.class.php#929ff7
meta.function-call.php punctuation#dde3de
variable.other.global.php#b9cf17
variable.other.global.php punctuation.definition.variable#b9cf17
constant.language.python#7989f1
variable.parameter.function.python, meta.function-call.arguments.python#25bcd0
meta.function-call.python, meta.function-call.generic.python#dde3de
punctuation.python#dde3de
entity.name.function.decorator.python#b9cf17
source.python variable.language.special#25bcd0
variable.scss, variable.sass, variable.parameter.url.scss, variable.parameter.url.sass#bdbfb0
source.css.scss meta.at-rule variable, source.css.sass meta.at-rule variable#25bcd0
meta.attribute-selector.scss entity.other.attribute-name.attribute, meta.attribute-selector.sass entity.other.attribute-name.attribute#929ff7
entity.name.tag.scss, entity.name.tag.sass#b9cf17
keyword.other.unit.scss, keyword.other.unit.sass#25bcd0
variable.other.readwrite.alias.ts, variable.other.readwrite.alias.tsx, variable.other.readwrite.ts, variable.other.readwrite.tsx, variable.other.object.ts, variable.other.object.tsx, variable.object.property.ts, variable.object.property.tsx, variable.other.ts, variable.other.tsx, variable.tsx, variable.ts#dde3de
entity.name.type.ts, entity.name.type.tsx#929ff7
support.class.node.ts, support.class.node.tsx#25bcd0
meta.type.parameters.ts entity.name.type, meta.type.parameters.tsx entity.name.type#6b766c
meta.import.ts punctuation.definition.block, meta.import.tsx punctuation.definition.block, meta.export.ts punctuation.definition.block, meta.export.tsx punctuation.definition.block#dde3de
meta.decorator punctuation.decorator.ts, meta.decorator punctuation.decorator.tsx#25bcd0
meta.tag.js meta.jsx.children.tsx#25bcd0
entity.name.tag.yaml#b9cf17
variable.other.readwrite.js, variable.parameter#2bda3f
support.class.component.js, support.class.component.tsx#929ff7
meta.jsx.children, meta.jsx.children.js, meta.jsx.children.tsx#dde3de
meta.class entity.name.type.class.tsx#929ff7
entity.name.type.tsx, entity.name.type.module.tsx#929ff7
meta.method.declaration storage.type.ts, meta.method.declaration storage.type.tsx#25bcd0
meta.property-list.css meta.property-value.css variable.other.less, meta.property-list.scss variable.scss, meta.property-list.sass variable.sass, meta.brace, keyword.operator.operator, keyword.operator.or.regexp, keyword.operator.expression.in, keyword.operator.relational, keyword.operator.assignment, keyword.operator.comparison, keyword.operator.type, keyword.operator, keyword, punctuation.definintion.string, punctuation, variable.other.readwrite.js, storage.type, source.css, entity.other.attribute-name.class, entity.other.attribute-name.id, string.quoted
meta.diff, meta.diff.header#dde3deitalic
markup.deleted#dde3de
markup.changed#dde3de
markup.inserted#dde3de
markup.quote#b9cf17
markup.list#b9cf17
markup.bold, markup.italic#929ff7
markup.inline.raw#949e95
markup.heading.setext#0da51f

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

Base4Tone-VSCode-Themes by Atelierbram - VS Code Theme