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#111217
  • activityBar.border#07080d
  • activityBar.dropBackground#383943
  • activityBar.foreground#9b9dab
  • activityBarBadge.background#6577ec
  • activityBarBadge.foreground#f0f2ff
  • badge.background#6577ec
  • badge.foreground#dcdde5
  • breadcrumbPicker.background#07080d
  • button.background#6577ec
  • button.foreground#dcdde5
  • button.hoverBackground#6577ec
  • debugExceptionWidget.background#07080d
  • debugExceptionWidget.border#07080d
  • debugToolBar.background#111217
  • descriptionForeground#dcdde5
  • diffEditor.insertedTextBackground#25bcd0
  • diffEditor.insertedTextBorder#25bcd0
  • diffEditor.removedTextBackground#25bcd0
  • diffEditor.removedTextBorder#25bcd0
  • dropdown.background#111217
  • dropdown.border#2e3038
  • dropdown.foreground#dcdde5
  • editor.background#1c1d21
  • editor.findMatchBackground#9092a2
  • editor.findMatchHighlightBackground#7a7d90
  • editor.foreground#f0f2ff
  • editor.hoverHighlightBackground#383943
  • editor.inactiveSelectionBackground#66697a
  • editor.lineHighlightBackground#25262c
  • editor.rangeHighlightBackground#383943
  • editor.selectionBackground#383943
  • editor.selectionHighlightBackground#383943
  • editor.wordHighlightBackground#383943
  • editor.wordHighlightStrongBackground#383943
  • editorBracketMatch.background#07080d
  • editorBracketMatch.border#25262c
  • editorCodeLens.foreground#9b9dab
  • editorCursor.background#07080d
  • editorCursor.foreground#597073
  • editorError.foreground#d763e9
  • editorGroup.background#66697a
  • editorGroup.border#07080d
  • editorGroup.dropBackground#22acbf
  • editorGroupHeader.noTabsBackground#1c1d21
  • editorGroupHeader.tabsBackground#1c1d21
  • editorGroupHeader.tabsBorder#07080d
  • editorGutter.addedBackground#25bcd0
  • editorGutter.background#111217
  • editorGutter.deletedBackground#db75eb
  • editorGutter.modifiedBackground#af88f2
  • editorHoverWidget.background#07080d
  • editorHoverWidget.border#07080d
  • editorIndentGuide.activeBackground#2e3038
  • editorIndentGuide.background#25262c
  • editorLineNumber.activeForeground#9b9dab
  • editorLineNumber.foreground#4a4c59
  • editorMarkerNavigation.background#25262c
  • editorMarkerNavigationError.background#481150
  • editorMarkerNavigationWarning.background#401886
  • editorOverviewRuler.commonContentForeground#af88f2
  • editorOverviewRuler.currentContentForeground#af88f2
  • editorOverviewRuler.incomingContentForeground#af88f2
  • editorRuler.foreground#9b9dab
  • editorSuggestWidget.background#111217
  • editorSuggestWidget.border#07080d
  • editorSuggestWidget.foreground#9b9dab
  • editorSuggestWidget.highlightForeground#25bcd0
  • editorSuggestWidget.selectedBackground#07080d
  • editorWarning.foreground#af88f2
  • editorWhitespace.foreground#66697a
  • editorWidget.background#07080d
  • editorWidget.border#07080d
  • errorForeground#d355e7
  • extensionButton.prominentBackground#25bcd0
  • extensionButton.prominentForeground#f6f6f9
  • extensionButton.prominentHoverBackground#25bcd0
  • focusBorder#22acbf
  • foreground#f0f2ff
  • gitDecoration.addedResourceForeground#25bcd0
  • gitDecoration.conflictingResourceForeground#af88f2
  • gitDecoration.deletedResourceForeground#d355e7
  • gitDecoration.ignoredResourceForeground#383943
  • gitDecoration.modifiedResourceForeground#22acbf
  • gitDecoration.untrackedResourceForeground#dcdde5
  • input.background#383943
  • input.border#7a7d90
  • input.foreground#dcdde5
  • input.placeholderForeground#9b9dab
  • inputOption.activeBorder#22acbf
  • inputValidation.errorBackground#d355e7
  • inputValidation.errorBorder#d355e7
  • inputValidation.infoBackground#111217
  • inputValidation.infoBorder#af88f2
  • inputValidation.warningBackground#af88f2
  • inputValidation.warningBorder#af88f2
  • list.activeSelectionBackground#383943
  • list.activeSelectionForeground#f6f6f9
  • list.dropBackground#383943
  • list.errorForeground#d355e7
  • list.focusBackground#383943
  • list.focusForeground#dcdde5
  • list.highlightForeground#22acbf
  • list.hoverBackground#383943
  • list.hoverForeground#dcdde5
  • list.inactiveSelectionBackground#383943
  • list.inactiveSelectionForeground#9b9dab
  • list.invalidItemForeground#af88f2
  • list.warningForeground#d355e7
  • merge.currentHeaderBackground#66697a
  • merge.incomingHeaderBackground#af88f2
  • meta.objectliteral.js#af88f2
  • notificationLink.foreground#22acbf
  • notifications.background#07080d
  • notifications.foreground#dcdde5
  • panel.background#111217
  • panel.border#07080d
  • panel.dropBackground#22acbf
  • panelTitle.activeBorder#af88f2
  • panelTitle.activeForeground#f6f6f9
  • panelTitle.inactiveForeground#7a7d90
  • peekView.border#66697a
  • peekViewEditor.background#25262c
  • peekViewEditor.matchHighlightBackground#af88f2
  • peekViewResult.background#111217
  • peekViewResult.fileForeground#383943
  • peekViewResult.lineForeground#383943
  • peekViewResult.matchHighlightBackground#f6f6f9
  • peekViewResult.selectionBackground#383943
  • peekViewResult.selectionForeground#66697a
  • peekViewTitle.background#111217
  • peekViewTitleDescription.foreground#66697a
  • peekViewTitleLabel.foreground#66697a
  • pickerGroup.border#07080d
  • pickerGroup.foreground#dcdde5
  • progress.background#66697a
  • progressBar.background#6577ec
  • punctuation.definition.generic.begin.html#af88f2
  • scrollbar.shadow#07080d
  • scrollbarSlider.activeBackground#41434e
  • scrollbarSlider.background#25262c
  • scrollbarSlider.hoverBackground#383943
  • selection.background#6577ec
  • sideBar.background#25262c
  • sideBar.border#1c1d21
  • sideBar.foreground#66697a
  • sideBarSectionHeader.background#383943
  • sideBarSectionHeader.foreground#9b9dab
  • sideBarTitle.foreground#9b9dab
  • source.elm#66697a
  • statusBar.background#111217
  • statusBar.border#1c1d21
  • statusBar.debuggingBackground#111217
  • statusBar.debuggingBorder#111217
  • statusBar.foreground#66697a
  • statusBar.noFolderBackground#111217
  • statusBar.noFolderBorder#383943
  • statusBarItem.activeBackground#66697a
  • statusBarItem.hoverBackground#1c1d21
  • statusBarItem.prominentBackground#383943
  • statusBarItem.prominentHoverBackground#383943
  • string.quoted.single.js#b8c1fa
  • tab.activeBackground#1c1d21
  • tab.activeBorder#1c1d21
  • tab.activeForeground#dcdde5
  • tab.border#1c1d21
  • tab.hoverBackground#25262c
  • tab.inactiveBackground#2e3038
  • tab.inactiveForeground#9b9dab
  • tab.unfocusedActiveBorder#7a7d90
  • tab.unfocusedActiveForeground#9b9dab
  • tab.unfocusedInactiveForeground#9b9dab
  • terminal.ansiBlack#383943
  • terminal.ansiBlue#6577ec
  • terminal.ansiBrightBlack#66697a
  • terminal.ansiBrightBlue#9092a2
  • terminal.ansiBrightCyan#9b9dab
  • terminal.ansiBrightGreen#66697a
  • terminal.ansiBrightMagenta#aca8b3
  • terminal.ansiBrightRed#a79ea9
  • terminal.ansiBrightWhite#f6f6f9
  • terminal.ansiBrightYellow#7a7d90
  • terminal.ansiCyan#22acbf
  • terminal.ansiGreen#25bcd0
  • terminal.ansiMagenta#af88f2
  • terminal.ansiRed#d355e7
  • terminal.ansiWhite#dcdde5
  • terminal.ansiYellow#af88f2
  • terminal.background#07080d
  • terminal.foreground#bbbdc9
  • textLink.activeForeground#22acbf
  • textLink.foreground#22acbf
  • titleBar.activeBackground#111217
  • titleBar.activeForeground#dcdde5
  • titleBar.inactiveBackground#07080d
  • walkThrough.embeddedEditorBackground#07080d
  • welcomePage.buttonBackground#07080d
  • welcomePage.buttonHoverBackground#07080d
  • widget.shadow#07080d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f0f2ff
meta.embedded, source.groovy.embedded#b0b2bf
comment, punctuation.definition.comment#6f7285italic
variable, string constant.other.placeholder#d355e7
constant.other.color#f0f2ff
invalid, invalid.illegal#f6f6f9
keyword, punctuation.accessor, storage.type#af88f2
storage.modifier#af88f2
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#5d5f6f
keyword.control, constant.other.color, keyword.other.template, keyword.other.substitution#22acbf
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#d355e7
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.debugger, keyword.other.special-method#af88f2
meta.block variable.other#b0b2bf
support.other.variable, string.other.link#db75eb
constant.language, support.constant, constant.character, constant.escape, keyword.other.unit, keyword.other#b0b2bf
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#6577ecnormal
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#af88f2
support.type#22acbf
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#c0a1f7
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#d355e7
variable.language#d355e7italic
entity.name.method.js#af88f2italic
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#af88f2
entity.other.attribute-name#af88f2
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#af88f2italic
entity.other.attribute-name.class#aebfc1
source.sass keyword.control#af88f2
markup.inserted#25bcd0
markup.deleted#d355e7
markup.deleted.diff#d355e7
markup.inserted.diff#25bcd0
markup.changed#af88f2
string.regexp#22acbf
constant.character.escape#22acbf
*url*, *link*, *uri*underline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#d355e7italic
source.js constant.other.object.key.js string.unquoted.label.js#d355e7italic
support.type.property-name.json#af88f2
support.constant.json#25bcd0
meta.structure.dictionary.value.json string.quoted.double#af88f2
meta.structure.dictionary.json meta.structure.dictionary.value constant.language#d355e7
source.json meta.structure.dictionary.json support.type.property-name.json#af88f2
source.json meta.structure.dictionary.json meta.structure.dictionary.value.json meta.structure.dictionary.json support.type.property-name.json#af88f2
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#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 support.type.property-name.json#af88f2
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#af88f2
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#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 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 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 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
text.html.markdown, punctuation.definition.list_item.markdown#f0f2ff
text.html.markdown, beginning.punctuation.definition.list.markdown#b0b2bf
text.html.markdown markup.inline.raw.markdown#af88f2
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#9092a2
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#d355e7
markup.italic.markdown#db75ebitalic
markup.bold, markup.bold string#db75ebbold
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#db75ebbold
markup.underline#af88f2underline
markup.strikestrike
markup.quote punctuation.definition.blockquote.markdown#111217
markup.quote.markdown#b0b2bf
markup.quoteitalic
string.other.link.title.markdown#af88f2
markup.underline.link.markdown#6577ec
string.other.link.description.title.markdown#af88f2
constant.other.reference.link.markdown#af88f2
markup.raw.block#af88f2
markup.raw.block.fenced.markdown#111217
punctuation.definition.fenced.markdown#111217
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#f0f2ff
variable.language.fenced.markdown#9092a2
meta.separator#9092a2bold
markup.table#f0f2ff
token.info-token#6577ec
token.warn-token#db75eb
token.error-token#d355e7
token.debug-token#af88f2
string#dcdde5
string.quoted, meta.attribute-selector.css entity.other.attribute-name.attribute, variable.other.readwrite.js#b8c1fa
support.constant.math#25bcd0
string.regexp#25bcd0
constant.numeric, constant.character.numeric#dcdde5
variable.language, variable.other#d355e7
variable.language.this.js, variable.language.this.php#d355e7
keyword#25bcd0
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#b0b2bfitalic
entity.name.class, meta.class entity.name.type.class#db75eb
entity.name.type#b0b2bf
entity.name.function#b0b2bf
punctuation.definition.variable#b0b2bf
punctuation.section.embedded.begin, punctuation.section.embedded.end#929ff7
constant.language, punctuation.definition.constant, variable.other.constant, meta.preprocessor#25bcd0
support.function.construct, keyword.other.new#b792f6
constant.character, constant.other#db75eb
constant.character.escape#db75eb
string.regexp, string.regexp keyword.other#9092a2
entity.other.inherited-class#af88f2
entity.name.tag#d355e7
punctuation.definition.tag, meta.tag#b0b2bf
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#25bcd0
entity.other.attribute-name#929ff7
entity.name.tag.custom#6577ec
support.function#b0b2bf
punctuation.separator.continuation#d355e7
invalid.broken#07080d
invalid.unimplemented#f0f2ff
invalid.illegal#f0f2ff
support.type, support.class#22acbf
support.variable.dom#22acbf
support.type.exception#db75eb
support.other.variable
invalid#f0f2ff
invalid.deprecated#db75eb
keyword.operator#22acbf
keyword.operator.relational#af88f2italic
keyword.operator.assignment#af88f2
keyword.operator.arithmetic#af88f2
keyword.operator.bitwise#af88f2
keyword.operator.increment#af88f2
keyword.operator.ternary#af88f2
comment.line.double-slash#66697a
object#6577ec
constant.language.null#d355e7
meta.brace#66697a
meta.delimiter.period#dcdde5
constant.language.boolean#d355e7
object.comma#f6f6f9
variable.parameter.function#22acbf
support.type.vendor.property-name, support.constant.vendor.property-value, support.type.property-name, meta.property-list entity.name.tag#af88f2
meta.property-list entity.name.tag.reference#6577ec
constant.other.color.rgb-value punctuation.definition.constant#db75eb
meta.selector#af88f2italic
entity.other.attribute-name.id#d5d2db
meta.property-name#22acbf
entity.name.tag.doctype, meta.tag.sgml.doctype#66697aitalic
keyword.control.operator#22acbf
keyword.operator.logical#af88f2
variable.instance, variable.other.instance, variable.readwrite.instance, variable.other.readwrite.instance, variable.other.property#25bcd0
variable.other.object.property#dcdde5italic
variable.other.object.js, variable.other.object.jsx, variable.object.property.js, variable.object.property.jsx#dcdde5
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#929ff7italic
variable.interpolation#d355e7
support.variable.property#22acbf
string.template meta.template.expression#d355e7
string.template punctuation.definition.string#dcdde5
italic#af88f2italic
bold#25bcd0bold
quote#66697aitalic
raw#b0b2bf
variable.assignment.coffee#22acbf
variable.parameter.function.coffee#dcdde5
variable.assignment.coffee#25bcd0
variable.other.readwrite.cs#dcdde5
entity.name.type.class.cs, storage.type.cs#af88f2
entity.name.type.namespace.cs#b0b2bf
entity.name.tag.css, entity.name.tag.less, entity.name.tag.custom.css#d1dadc
support.constant.property-value.css#3ccadd
entity.name.tag.wildcard.css, entity.name.tag.wildcard.less, entity.name.tag.wildcard.scss, entity.name.tag.wildcard.sass#22acbf
keyword.other.unit.css, keyword.control.at-rule.media.css#22acbf
source.elixir support.type.elixir, source.elixir meta.module.elixir entity.name.class.elixir#af88f2
source.elixir entity.name.function#25bcd0
source.elixir constant.other.symbol.elixir, source.elixir constant.other.keywords.elixir#6577ec
source.elixir variable.other.readwrite.module.elixir, source.elixir variable.other.readwrite.module.elixir punctuation.definition.variable.elixir#25bcd0
source.elixir .punctuation.binary.elixir#af88f2italic
source.go meta.function-call.go#b0b2bf
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#af88f2italic
source.go constant.language.go, source.go constant.other.placeholder.go#d355e7
meta.class entity.name.type.class.js#db75eb
meta.method.declaration storage.type.js#aebfc1
terminator.js#dcdde5
meta.js punctuation.definition.js#dcdde5
entity.name.type.instance.jsdoc, entity.name.type.instance.phpdoc#66697a
variable.other.jsdoc, variable.other.phpdoc#22acbf
variable.other.meta.import.js, meta.import.js variable.other, variable.other.meta.export.js, meta.export.js variable.other#dcdde5
variable.parameter.function.js#af88f2
variable.js, variable.other.js#dcdde5
entity.name.type.js, entity.name.type.module.js#db75eb
support.class.js#dcdde5
variable.other.ruby#dcdde5
entity.name.type.class.ruby#db75eb
constant.language.symbol.hashkey.ruby#25bcd0
meta.attribute-selector.less entity.other.attribute-name.attribute#db75eb
variable.other.php, variable.other.property.php#dcdde5
support.class.php#db75eb
meta.function-call.php punctuation#dcdde5
variable.other.global.php#25bcd0
variable.other.global.php punctuation.definition.variable#25bcd0
constant.language.python#d355e7
variable.parameter.function.python, meta.function-call.arguments.python#af88f2
meta.function-call.python, meta.function-call.generic.python#dcdde5
punctuation.python#dcdde5
entity.name.function.decorator.python#25bcd0
source.python variable.language.special#af88f2
variable.scss, variable.sass, variable.parameter.url.scss, variable.parameter.url.sass#aebfc1
source.css.scss meta.at-rule variable, source.css.sass meta.at-rule variable#af88f2
meta.attribute-selector.scss entity.other.attribute-name.attribute, meta.attribute-selector.sass entity.other.attribute-name.attribute#db75eb
entity.name.tag.scss, entity.name.tag.sass#25bcd0
keyword.other.unit.scss, keyword.other.unit.sass#af88f2
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#dcdde5
entity.name.type.ts, entity.name.type.tsx#db75eb
support.class.node.ts, support.class.node.tsx#af88f2
meta.type.parameters.ts entity.name.type, meta.type.parameters.tsx entity.name.type#66697a
meta.import.ts punctuation.definition.block, meta.import.tsx punctuation.definition.block, meta.export.ts punctuation.definition.block, meta.export.tsx punctuation.definition.block#dcdde5
meta.decorator punctuation.decorator.ts, meta.decorator punctuation.decorator.tsx#af88f2
meta.tag.js meta.jsx.children.tsx#af88f2
entity.name.tag.yaml#25bcd0
variable.other.readwrite.js, variable.parameter#a0acf8
support.class.component.js, support.class.component.tsx#db75eb
meta.jsx.children, meta.jsx.children.js, meta.jsx.children.tsx#dcdde5
meta.class entity.name.type.class.tsx#db75eb
entity.name.type.tsx, entity.name.type.module.tsx#db75eb
meta.method.declaration storage.type.ts, meta.method.declaration storage.type.tsx#af88f2
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#dcdde5italic
markup.deleted#dcdde5
markup.changed#dcdde5
markup.inserted#dcdde5
markup.quote#25bcd0
markup.list#25bcd0
markup.bold, markup.italic#db75eb
markup.inline.raw#9092a2
markup.heading.setext#6577ec

Shiki preview

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

Loading...

Base4Tone-VSCode-Themes by Atelierbram - VS Code Theme