Skip to main content
CodingTheme

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#FAFAFA
  • activityBar.foreground#121417
  • activityBarBadge.background#007ACC
  • activityBarBadge.foreground#FFFFFF
  • badge.background#526FFF
  • badge.foreground#FFFFFF
  • button.background#5871EF
  • button.foreground#FFFFFF
  • button.hoverBackground#6B83ED
  • diffEditor.insertedTextBackground#00809B33
  • dropdown.background#FFFFFF
  • dropdown.border#DBDBDC
  • editor.background#FFFFFF
  • editor.findMatchBackground#FFFF00
  • editor.findMatchBorder#FFFF99
  • editor.findMatchHighlightBackground#CCCCCC
  • editor.findRangeHighlightBackground#FFFF00
  • editor.foreground#000000
  • editor.inactiveSelectionBackground#E5EBF1
  • editor.lineHighlightBackground#F2F2F2
  • editor.selectionBackground#A4CDFF
  • editor.selectionHighlightBackground#ADD6FF80
  • editorCursor.foreground#526FFF
  • editorGroup.border#DBDBDC
  • editorGroup.emptyBackground#EAEAEB
  • editorGroupHeader.tabsBackground#EAEAEB
  • editorHoverWidget.background#EAEAEB
  • editorHoverWidget.border#DBDBDC
  • editorIndentGuide.activeBackground#939393
  • editorIndentGuide.background#D3D3D3
  • editorLineNumber.foreground#9D9D9F
  • editorSuggestWidget.background#F3F3F3
  • editorSuggestWidget.border#DBDBDC
  • editorSuggestWidget.selectedBackground#FFFFFF
  • editorWhitespace.foreground#D3D4D5
  • editorWidget.background#EAEAEB
  • extensionButton.prominentBackground#3BBA54
  • extensionButton.prominentHoverBackground#4CC263
  • focusBorder#526FFF
  • input.background#FFFFFF
  • input.border#DBDBDC
  • input.placeholderForeground#767676
  • list.activeSelectionBackground#DBDBDC
  • list.activeSelectionForeground#232324
  • list.activeSelectionIconForeground#FFF
  • list.focusBackground#DBDBDC
  • list.highlightForeground#121417
  • list.hoverBackground#E8E8E8
  • list.inactiveSelectionBackground#DBDBDC
  • list.inactiveSelectionForeground#232324
  • notebook.cellBorderColor#E8E8E8
  • notebook.selectedCellBackground#c8ddf150
  • peekView.border#526FFF
  • peekViewEditor.background#FFFFFF
  • peekViewResult.background#EAEAEB
  • peekViewResult.selectionBackground#DBDBDC
  • peekViewTitle.background#FFFFFF
  • pickerGroup.border#526FFF
  • ports.iconRunningProcessForeground#369432
  • scrollbarSlider.activeBackground#747D9180
  • scrollbarSlider.background#4E566680
  • scrollbarSlider.hoverBackground#5A637580
  • searchEditor.textInputBorder#CECECE
  • settings.numberInputBorder#CECECE
  • settings.textInputBorder#CECECE
  • sideBar.background#EAEAEB
  • sideBarSectionHeader.background#0000
  • sideBarSectionHeader.border#61616130
  • sideBarTitle.foreground#6F6F6F
  • statusBar.background#EAEAEB
  • statusBar.debuggingForeground#FFFFFF
  • statusBar.foreground#424243
  • statusBar.noFolderBackground#EAEAEB
  • statusBarItem.errorBackground#c72e0f
  • statusBarItem.hoverBackground#DBDBDC
  • statusBarItem.remoteBackground#16825D
  • statusBarItem.remoteForeground#FFF
  • tab.activeBackground#FAFAFA
  • tab.border#DBDBDC
  • tab.inactiveBackground#EAEAEB
  • tab.lastPinnedBorder#61616130
  • titleBar.activeBackground#EAEAEB
  • titleBar.activeForeground#424243
  • titleBar.inactiveBackground#EAEAEB
  • titleBar.inactiveForeground#424243

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment markup.link#A0A1A7
entity.name.type#C18401
entity.other.inherited-class#50A14F
keyword#A626A4
keyword.control#A626A4
keyword.other.special-method#4078F2
keyword.other.unit#986801
storage#A626A4
storage.type.annotation, storage.type.primitive#A626A4
storage.modifier.package, storage.modifier.import#383A42
constant#986801
constant.variable#986801
constant.character.escape#0184BC
constant.numeric#000000
constant.other.color#0184BC
constant.other.symbol#0184BC
variable#206377
variable.interpolation#CA1243
variable.parameter#383A42
string#50A14F
string.regexp#0184BC
string.regexp source.ruby.embedded#C18401
string.other.link#206377
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#383A42
punctuation.definition.heading, punctuation.definition.identity#4078F2
punctuation.definition.bold#C18401bold
punctuation.definition.italic#A626A4italic
punctuation.section.embedded#CA1243
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#383A42
support.class#C18401
support.type#0099da
support.function#0184BC
support.function.any-method#4078F2
entity.name.function#4078F2
entity.name.class, entity.name.type.class#C18401
entity.name.section#4078F2
entity.name.tag#206377
entity.other.attribute-name#986801
entity.other.attribute-name.id#4078F2
meta.class#C18401
meta.class.body#383A42
meta.method-call, meta.method#383A42
meta.definition.variable#206377
meta.link#986801
meta.require#4078F2
meta.selector#A626A4
meta.separator#383A42
meta.tag#383A42
underline
none#383A42
invalid.deprecated#000000
invalid.illegal#FF0000
markup.bold#986801bold
markup.changed#A626A4
markup.deleted#206377
markup.italic#A626A4italic
markup.heading#206377
markup.heading punctuation.definition.heading#4078F2
markup.link#A626A4
markup.inserted#50A14F
markup.quote#986801
markup.raw#50A14F
source.css property-name, source.css property-value#696C77
source.css property-name.support, source.css property-value.support#383A42
source.gfm markup
source.gfm link entity#4078F2
source.go storage.type.string#A626A4
source.ini keyword.other.definition.ini#206377
source.java storage.modifier.import#C18401
source.java storage.type#C18401
source.java-properties meta.key-pair#206377
source.java-properties meta.key-pair > punctuation#383A42
source.json meta.structure.dictionary.json > string.quoted.json#206377
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#206377
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#50A14F
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#0184BC
source.python variable.parameter#986801
meta.attribute.rust#606135
storage.modifier.lifetime.rust, entity.name.lifetime.rust#11C4C6
keyword.unsafe.rust#882328
customrule#383A42
string.quoted.double punctuation#50A14F
support.constant#986801
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#0184BC
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#383A42
support.variable.dom.js, support.variable.dom.ts#206377
support.variable.property.dom.js, support.variable.property.dom.ts#206377
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#CA1243
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#383A42
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#383A42
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#383A42
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#206377
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#206377
meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx#383A42
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#383A42
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#383A42
meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx#986801
source.js support.variable, source.ts support.variable, source.tsx support.variable#206377
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#986801
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #383A42
constant.language.import-export-all.js, constant.language.import-export-all.ts#206377
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#0184BC
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#383A42
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#206377
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#986801
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#206377
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#50A14F
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#50A14F
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#383A42
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#383A42
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#383A42
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#C18401
constant.language.json#0184BC
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#986801
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#0184BC
meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition#50A14F
meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template#50A14F
source.python constant.other#383A42
source.python constant#986801
constant.character.format.placeholder.other.python storage#986801
support.variable.magic.python#206377
meta.function.parameters.python#986801
punctuation.separator.annotation.python#383A42
punctuation.separator.parameters.python#383A42
entity.name.variable.field.cs#206377
variable.other.readwrite.cs#383A42
variable.other.object.cs#383A42
variable.other.object.property.cs#383A42
entity.name.variable.property.cs#4078F2
storage.type.cs#C18401
keyword.other.unsafe.rust#206377
markup.raw.block.markdown#383A42
punctuation.definition.variable.shell#206377
support.constant.property-value.css#383A42
punctuation.definition.constant.css#986801
punctuation.separator.key-value.scss#206377
punctuation.definition.constant.scss#986801
meta.property-list.scss punctuation.separator.key-value.scss#383A42
storage.type.primitive.array.java#C18401
entity.name.section.markdown#206377
punctuation.definition.heading.markdown#206377
markup.heading.setext#383A42
punctuation.definition.bold.markdown#986801
markup.inline.raw.markdown#50A14F
beginning.punctuation.definition.list.markdown#206377
markup.quote.markdown#A0A1A7italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#383A42
punctuation.definition.metadata.markdown#A626A4
markup.underline.link.markdown, markup.underline.link.image.markdown#A626A4
string.other.link.title.markdown, string.other.link.description.markdown#4078F2
punctuation.separator.variable.ruby#206377
variable.other.constant.ruby#986801
punctuation.definition.variable.php#206377
meta.class.php#383A42
constant.language#0000FF
variable.language#0000FF
keyword.control#0000FF
keyword.operator#000000
keyword.operator.word#0000FF
comment#0F7001
punctuation.definition.comment#0F7001
storage.type#A626A4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#B72619
comment markup.link#A0A1A7
entity.name.type#C18401
entity.other.inherited-class#50A14F
keyword#A626A4
keyword.control#A626A4
keyword.other.special-method#4078F2
keyword.other.unit#986801
storage#A626A4
storage.type.annotation, storage.type.primitive#A626A4
storage.modifier.package, storage.modifier.import#383A42
constant#986801
constant.variable#986801
constant.character.escape#0184BC
constant.numeric#000000
constant.other.color#0184BC
constant.other.symbol#0184BC
variable#206377
variable.interpolation#CA1243
variable.parameter#383A42
string#50A14F
string.regexp#0184BC
string.regexp source.ruby.embedded#C18401
string.other.link#206377
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#383A42
punctuation.definition.heading, punctuation.definition.identity#4078F2
punctuation.definition.bold#C18401bold
punctuation.definition.italic#A626A4italic
punctuation.section.embedded#CA1243
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#383A42
support.class#C18401
support.type#0099da
support.function#0184BC
support.function.any-method#4078F2
entity.name.function#4078F2
entity.name.class, entity.name.type.class#C18401
entity.name.section#4078F2
entity.name.tag#206377
entity.other.attribute-name#986801
entity.other.attribute-name.id#4078F2
meta.class#C18401
meta.class.body#383A42
meta.method-call, meta.method#383A42
meta.definition.variable#206377
meta.link#986801
meta.require#4078F2
meta.selector#A626A4
meta.separator#383A42
meta.tag#383A42
underline
none#383A42
invalid.deprecated#000000
invalid.illegal#FF0000
markup.bold#986801bold
markup.changed#A626A4
markup.deleted#206377
markup.italic#A626A4italic
markup.heading#206377
markup.heading punctuation.definition.heading#4078F2
markup.link#A626A4
markup.inserted#50A14F
markup.quote#986801
markup.raw#50A14F
source.css property-name, source.css property-value#696C77
source.css property-name.support, source.css property-value.support#383A42
source.gfm markup
source.gfm link entity#4078F2
source.go storage.type.string#A626A4
source.ini keyword.other.definition.ini#206377
source.java storage.modifier.import#C18401
source.java storage.type#C18401
source.java-properties meta.key-pair#206377
source.java-properties meta.key-pair > punctuation#383A42
source.json meta.structure.dictionary.json > string.quoted.json#206377
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#206377
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#50A14F
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#0184BC
source.python variable.parameter#986801
meta.attribute.rust#606135
storage.modifier.lifetime.rust, entity.name.lifetime.rust#11C4C6
keyword.unsafe.rust#882328
customrule#383A42
string.quoted.double punctuation#50A14F
support.constant#986801
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#0184BC
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#383A42
support.variable.dom.js, support.variable.dom.ts#206377
support.variable.property.dom.js, support.variable.property.dom.ts#206377
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#CA1243
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#383A42
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#383A42
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#383A42
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#206377
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#206377
meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx#383A42
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#383A42
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#383A42
meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx#986801
source.js support.variable, source.ts support.variable, source.tsx support.variable#206377
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#986801
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #383A42
constant.language.import-export-all.js, constant.language.import-export-all.ts#206377
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#0184BC
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#383A42
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#206377
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#986801
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#206377
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#50A14F
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#50A14F
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#383A42
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#383A42
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#383A42
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#C18401
constant.language.json#0184BC
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#986801
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#0184BC
meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition#50A14F
meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template#50A14F
source.python constant.other#383A42
source.python constant#986801
constant.character.format.placeholder.other.python storage#986801
support.variable.magic.python#206377
meta.function.parameters.python#986801
punctuation.separator.annotation.python#383A42
punctuation.separator.parameters.python#383A42
entity.name.variable.field.cs#206377
variable.other.readwrite.cs#383A42
variable.other.object.cs#383A42
variable.other.object.property.cs#383A42
entity.name.variable.property.cs#4078F2
storage.type.cs#C18401
keyword.other.unsafe.rust#206377
markup.raw.block.markdown#383A42
punctuation.definition.variable.shell#206377
support.constant.property-value.css#383A42
punctuation.definition.constant.css#986801
punctuation.separator.key-value.scss#206377
punctuation.definition.constant.scss#986801
meta.property-list.scss punctuation.separator.key-value.scss#383A42
storage.type.primitive.array.java#C18401
entity.name.section.markdown#206377
punctuation.definition.heading.markdown#206377
markup.heading.setext#383A42
punctuation.definition.bold.markdown#986801
markup.inline.raw.markdown#50A14F
beginning.punctuation.definition.list.markdown#206377
markup.quote.markdown#A0A1A7italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#383A42
punctuation.definition.metadata.markdown#A626A4
markup.underline.link.markdown, markup.underline.link.image.markdown#A626A4
string.other.link.title.markdown, string.other.link.description.markdown#4078F2
punctuation.separator.variable.ruby#206377
variable.other.constant.ruby#986801
punctuation.definition.variable.php#206377
meta.class.php#383A42
constant.language#0000FF
variable.language#0000FF
keyword.control#0000FF
keyword.operator#000000
keyword.operator.word#0000FF
comment#0F7001
punctuation.definition.comment#0F7001
storage.type#A626A4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#B72619
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#795E26
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#267f99
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#267f99
keyword.control, source.cpp keyword.operator.new, source.cpp keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#AF00DB
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#001080
variable.other.constant, variable.other.enummember#0070C1
meta.object-literal.key#001080
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#d16969
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#811f3f
keyword.operator.quantifier.regexp#000000
keyword.operator.or.regexp, keyword.control.anchor.regexp#EE0000
constant.character#0000ff
constant.character.escape#EE0000
entity.name.label#000000
comment markup.link#A0A1A7
entity.name.type#C18401
entity.other.inherited-class#50A14F
keyword#A626A4
keyword.control#A626A4
keyword.other.special-method#4078F2
keyword.other.unit#986801
storage#A626A4
storage.type.annotation, storage.type.primitive#A626A4
storage.modifier.package, storage.modifier.import#383A42
constant#986801
constant.variable#986801
constant.character.escape#0184BC
constant.numeric#000000
constant.other.color#0184BC
constant.other.symbol#0184BC
variable#206377
variable.interpolation#CA1243
variable.parameter#383A42
string#50A14F
string.regexp#0184BC
string.regexp source.ruby.embedded#C18401
string.other.link#206377
punctuation.definition.method-parameters, punctuation.definition.function-parameters, punctuation.definition.parameters, punctuation.definition.separator, punctuation.definition.seperator, punctuation.definition.array#383A42
punctuation.definition.heading, punctuation.definition.identity#4078F2
punctuation.definition.bold#C18401bold
punctuation.definition.italic#A626A4italic
punctuation.section.embedded#CA1243
punctuation.section.method, punctuation.section.class, punctuation.section.inner-class#383A42
support.class#C18401
support.type#0099da
support.function#0184BC
support.function.any-method#4078F2
entity.name.function#4078F2
entity.name.class, entity.name.type.class#C18401
entity.name.section#4078F2
entity.name.tag#206377
entity.other.attribute-name#986801
entity.other.attribute-name.id#4078F2
meta.class#C18401
meta.class.body#383A42
meta.method-call, meta.method#383A42
meta.definition.variable#206377
meta.link#986801
meta.require#4078F2
meta.selector#A626A4
meta.separator#383A42
meta.tag#383A42
underline
none#383A42
invalid.deprecated#000000
invalid.illegal#FF0000
markup.bold#986801bold
markup.changed#A626A4
markup.deleted#206377
markup.italic#A626A4italic
markup.heading#206377
markup.heading punctuation.definition.heading#4078F2
markup.link#A626A4
markup.inserted#50A14F
markup.quote#986801
markup.raw#50A14F
source.css property-name, source.css property-value#696C77
source.css property-name.support, source.css property-value.support#383A42
source.gfm markup
source.gfm link entity#4078F2
source.go storage.type.string#A626A4
source.ini keyword.other.definition.ini#206377
source.java storage.modifier.import#C18401
source.java storage.type#C18401
source.java-properties meta.key-pair#206377
source.java-properties meta.key-pair > punctuation#383A42
source.json meta.structure.dictionary.json > string.quoted.json#206377
source.json meta.structure.dictionary.json > string.quoted.json > punctuation.string#206377
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#50A14F
source.json meta.structure.dictionary.json > constant.language.json, source.json meta.structure.array.json > constant.language.json#0184BC
source.python variable.parameter#986801
meta.attribute.rust#606135
storage.modifier.lifetime.rust, entity.name.lifetime.rust#11C4C6
keyword.unsafe.rust#882328
customrule#383A42
string.quoted.double punctuation#50A14F
support.constant#986801
punctuation.separator.key-value.ts, punctuation.separator.key-value.js, punctuation.separator.key-value.tsx#0184BC
variable.other.readwrite.js, variable.other.readwrite.ts, variable.other.readwrite.tsx#383A42
support.variable.dom.js, support.variable.dom.ts#206377
support.variable.property.dom.js, support.variable.property.dom.ts#206377
meta.template.expression.js punctuation.definition, meta.template.expression.ts punctuation.definition#CA1243
source.ts punctuation.definition.typeparameters, source.js punctuation.definition.typeparameters, source.tsx punctuation.definition.typeparameters#383A42
source.ts punctuation.definition.block, source.js punctuation.definition.block, source.tsx punctuation.definition.block#383A42
source.ts punctuation.separator.comma, source.js punctuation.separator.comma, source.tsx punctuation.separator.comma#383A42
support.variable.property.js, support.variable.property.ts, support.variable.property.tsx#206377
keyword.control.default.js, keyword.control.default.ts, keyword.control.default.tsx#206377
meta.brace.round.js, meta.array-binding-pattern-variable.js, meta.brace.square.js, meta.brace.round.ts, meta.array-binding-pattern-variable.ts, meta.brace.square.ts, meta.brace.round.tsx, meta.array-binding-pattern-variable.tsx, meta.brace.square.tsx#383A42
source.js punctuation.accessor, source.ts punctuation.accessor, source.tsx punctuation.accessor#383A42
punctuation.terminator.statement.js, punctuation.terminator.statement.ts, punctuation.terminator.statement.tsx#383A42
meta.array-binding-pattern-variable.js variable.other.readwrite.js, meta.array-binding-pattern-variable.ts variable.other.readwrite.ts, meta.array-binding-pattern-variable.tsx variable.other.readwrite.tsx#986801
source.js support.variable, source.ts support.variable, source.tsx support.variable#206377
variable.other.constant.property.js, variable.other.constant.property.ts, variable.other.constant.property.tsx#986801
punctuation.separator.parameter.js, punctuation.separator.parameter.ts, punctuation.separator.parameter.tsx #383A42
constant.language.import-export-all.js, constant.language.import-export-all.ts#206377
constant.language.import-export-all.jsx, constant.language.import-export-all.tsx#0184BC
keyword.control.as.js, keyword.control.as.ts, keyword.control.as.jsx, keyword.control.as.tsx#383A42
variable.other.readwrite.alias.js, variable.other.readwrite.alias.ts, variable.other.readwrite.alias.jsx, variable.other.readwrite.alias.tsx#206377
variable.other.constant.js, variable.other.constant.ts, variable.other.constant.jsx, variable.other.constant.tsx#986801
meta.export.default.js variable.other.readwrite.js, meta.export.default.ts variable.other.readwrite.ts#206377
source.js meta.template.expression.js punctuation.accessor, source.ts meta.template.expression.ts punctuation.accessor, source.tsx meta.template.expression.tsx punctuation.accessor#50A14F
entity.name.type.module.js,entity.name.type.module.ts,entity.name.type.module.jsx,entity.name.type.module.tsx#50A14F
meta.class.js,meta.class.ts,meta.class.jsx,meta.class.tsx#383A42
meta.definition.property.js variable, meta.definition.property.ts variable, meta.definition.property.jsx variable, meta.definition.property.tsx variable#383A42
meta.tag.js punctuation.section.embedded, meta.tag.jsx punctuation.section.embedded, meta.tag.ts punctuation.section.embedded, meta.tag.tsx punctuation.section.embedded#383A42
meta.array.literal.js variable, meta.array.literal.jsx variable, meta.array.literal.ts variable, meta.array.literal.tsx variable#C18401
constant.language.json#0184BC
variable.other.constant.object.js, variable.other.constant.object.jsx, variable.other.constant.object.ts, variable.other.constant.object.tsx#986801
storage.type.property.js, storage.type.property.jsx, storage.type.property.ts, storage.type.property.tsx#0184BC
meta.template.expression.js string.quoted punctuation.definition, meta.template.expression.jsx string.quoted punctuation.definition, meta.template.expression.ts string.quoted punctuation.definition, meta.template.expression.tsx string.quoted punctuation.definition#50A14F
meta.template.expression.js string.template punctuation.definition.string.template, meta.template.expression.jsx string.template punctuation.definition.string.template, meta.template.expression.ts string.template punctuation.definition.string.template, meta.template.expression.tsx string.template punctuation.definition.string.template#50A14F
source.python constant.other#383A42
source.python constant#986801
constant.character.format.placeholder.other.python storage#986801
support.variable.magic.python#206377
meta.function.parameters.python#986801
punctuation.separator.annotation.python#383A42
punctuation.separator.parameters.python#383A42
entity.name.variable.field.cs#206377
variable.other.readwrite.cs#383A42
variable.other.object.cs#383A42
variable.other.object.property.cs#383A42
entity.name.variable.property.cs#4078F2
storage.type.cs#C18401
keyword.other.unsafe.rust#206377
markup.raw.block.markdown#383A42
punctuation.definition.variable.shell#206377
support.constant.property-value.css#383A42
punctuation.definition.constant.css#986801
punctuation.separator.key-value.scss#206377
punctuation.definition.constant.scss#986801
meta.property-list.scss punctuation.separator.key-value.scss#383A42
storage.type.primitive.array.java#C18401
entity.name.section.markdown#206377
punctuation.definition.heading.markdown#206377
markup.heading.setext#383A42
punctuation.definition.bold.markdown#986801
markup.inline.raw.markdown#50A14F
beginning.punctuation.definition.list.markdown#206377
markup.quote.markdown#A0A1A7italic
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown, punctuation.definition.metadata.markdown#383A42
punctuation.definition.metadata.markdown#A626A4
markup.underline.link.markdown, markup.underline.link.image.markdown#A626A4
string.other.link.title.markdown, string.other.link.description.markdown#4078F2
punctuation.separator.variable.ruby#206377
variable.other.constant.ruby#986801
punctuation.definition.variable.php#206377
meta.class.php#383A42
constant.language#0000FF
variable.language#0000FF
keyword.control#0000FF
keyword.operator#000000
keyword.operator.word#0000FF
comment#0F7001
punctuation.definition.comment#0F7001
storage.type#A626A4
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#B72619
entity.name.function, support.function, support.constant.handlebars, source.powershell variable.other.member, entity.name.operator.custom-literal#795E26
support.class, support.type, entity.name.type, entity.name.namespace, entity.other.attribute, entity.name.scope-resolution, entity.name.class, storage.type.numeric.go, storage.type.byte.go, storage.type.boolean.go, storage.type.string.go, storage.type.uintptr.go, storage.type.error.go, storage.type.rune.go, storage.type.cs, storage.type.generic.cs, storage.type.modifier.cs, storage.type.variable.cs, storage.type.annotation.java, storage.type.generic.java, storage.type.java, storage.type.object.array.java, storage.type.primitive.array.java, storage.type.primitive.java, storage.type.token.java, storage.type.groovy, storage.type.annotation.groovy, storage.type.parameters.groovy, storage.type.generic.groovy, storage.type.object.array.groovy, storage.type.primitive.array.groovy, storage.type.primitive.groovy#267f99
meta.type.cast.expr, meta.type.new.expr, support.constant.math, support.constant.dom, support.constant.json, entity.other.inherited-class#267f99
keyword.control, source.cpp keyword.operator.new, source.cpp keyword.operator.delete, keyword.other.using, keyword.other.operator, entity.name.operator#AF00DB
variable, meta.definition.variable.name, support.variable, entity.name.variable, constant.other.placeholder#001080
variable.other.constant, variable.other.enummember#0070C1
meta.object-literal.key#001080
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
punctuation.definition.group.regexp, punctuation.definition.group.assertion.regexp, punctuation.definition.character-class.regexp, punctuation.character.set.begin.regexp, punctuation.character.set.end.regexp, keyword.operator.negation.regexp, support.other.parenthesis.regexp#d16969
constant.character.character-class.regexp, constant.other.character-class.set.regexp, constant.other.character-class.regexp, constant.character.set.regexp#811f3f
keyword.operator.quantifier.regexp#000000
keyword.operator.or.regexp, keyword.control.anchor.regexp#EE0000
constant.character#0000ff
constant.character.escape#EE0000
entity.name.label#000000
meta.embedded, source.groovy.embedded#000000ff
emphasisitalic
strongbold
meta.diff.header#000080
comment#008000
constant.language#0000ff
constant.numeric, variable.other.enummember, keyword.operator.plus.exponent, keyword.operator.minus.exponent#098658
constant.regexp#811f3f
entity.name.tag#800000
entity.name.selector#800000
entity.other.attribute-name#ff0000
entity.other.attribute-name.class.css, entity.other.attribute-name.class.mixin.css, entity.other.attribute-name.id.css, entity.other.attribute-name.parent-selector.css, entity.other.attribute-name.pseudo-class.css, entity.other.attribute-name.pseudo-element.css, source.css.less entity.other.attribute-name.id, entity.other.attribute-name.scss#800000
invalid#cd3131
markup.underlineunderline
markup.bold#000080bold
markup.heading#800000bold
markup.italicitalic
markup.strikethroughstrikethrough
markup.inserted#098658
markup.deleted#a31515
markup.changed#0451a5
punctuation.definition.quote.begin.markdown, punctuation.definition.list.begin.markdown#0451a5
markup.inline.raw#800000
punctuation.definition.tag#800000
meta.preprocessor, entity.name.function.preprocessor#0000ff
meta.preprocessor.string#a31515
meta.preprocessor.numeric#098658
meta.structure.dictionary.key.python#0451a5
storage#0000ff
storage.type#0000ff
storage.modifier, keyword.operator.noexcept#0000ff
string, meta.embedded.assembly#a31515
string.comment.buffered.block.pug, string.quoted.pug, string.interpolated.pug, string.unquoted.plain.in.yaml, string.unquoted.plain.out.yaml, string.unquoted.block.yaml, string.quoted.single.yaml, string.quoted.double.xml, string.quoted.single.xml, string.unquoted.cdata.xml, string.quoted.double.html, string.quoted.single.html, string.unquoted.html, string.quoted.single.handlebars, string.quoted.double.handlebars#0000ff
string.regexp#811f3f
punctuation.definition.template-expression.begin, punctuation.definition.template-expression.end, punctuation.section.embedded#0000ff
meta.template.expression#000000
support.constant.property-value, support.constant.font-name, support.constant.media-type, support.constant.media, constant.other.color.rgb-value, constant.other.rgb-value, support.constant.color#0451a5
support.type.vendored.property-name, support.type.property-name, variable.css, variable.scss, variable.other.less, source.coffee.embedded#ff0000
support.type.property-name.json#0451a5
keyword#0000ff
keyword.control#0000ff
keyword.operator#000000
keyword.operator.new, keyword.operator.expression, keyword.operator.cast, keyword.operator.sizeof, keyword.operator.alignof, keyword.operator.typeid, keyword.operator.alignas, keyword.operator.instanceof, keyword.operator.logical.python, keyword.operator.wordlike#0000ff
keyword.other.unit#098658
punctuation.section.embedded.begin.php, punctuation.section.embedded.end.php#800000
support.function.git-rebase#0451a5
constant.sha.git-rebase#098658
storage.modifier.import.java, variable.language.wildcard.java, storage.modifier.package.java#000000
variable.language#0000ff

Shiki preview

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

Loading...

GreenLight by Monve - VS Code Theme