Skip to main content
Coding Theme

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#191919
  • activityBar.border#111111
  • activityBar.foreground#d5f2ff
  • activityBarBadge.background#03a9f4
  • activityBarBadge.foreground#003757
  • badge.background#03a9f4
  • badge.foreground#003757
  • breadcrumb.activeSelectionForeground#FFFFFF
  • breadcrumb.focusForeground#03a9f4
  • breadcrumbPicker.background#111111
  • button.background#03a9f4
  • button.foreground#003757
  • button.hoverBackground#007ac1
  • contrastActiveBorder#FFFFFF00
  • contrastBorder#FFFFFF00
  • diffEditor.insertedTextBackground#00ff000e
  • diffEditor.insertedTextBorder#00ff009a
  • diffEditor.removedTextBackground#ff000d1a
  • diffEditor.removedTextBorder#ff000d81
  • editor.background#212121
  • editor.foreground#d5f2ff
  • editor.lineHighlightBackground#1b1b1b
  • editor.selectionBackground#67769660
  • editor.selectionHighlightBackground#ffffff10
  • editorBracketMatch.background#212121
  • editorBracketMatch.border#FFCC0050
  • editorCursor.foreground#03a9f4
  • editorError.foreground#EC3A37F5
  • editorGroupHeader.tabsBackground#191919
  • editorGutter.addedBackground#35AD68
  • editorGutter.background#202020
  • editorGutter.deletedBackground#EC3A37F5
  • editorGutter.modifiedBackground#03a8f4a6
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.activeForeground#d5f2ff
  • editorLineNumber.foreground#424242
  • editorSuggestWidget.foreground#d5f2ff
  • editorWarning.border#FFFFFF00
  • editorWarning.foreground#FAD000
  • editorWhitespace.foreground#FFFFFF1A
  • editorWidget.background#191919
  • editorWidget.border#03a9f4
  • errorForeground#EC3A37F5
  • extensionButton.prominentBackground#03a9f4
  • extensionButton.prominentForeground#003757
  • extensionButton.prominentHoverBackground#007ac1
  • focusBorder#1E1E3F
  • gitDecoration.conflictingResourceForeground#89DDFF
  • gitDecoration.deletedResourceForeground#FF5252
  • gitDecoration.ignoredResourceForeground#84848490
  • gitDecoration.modifiedResourceForeground#FFCB6B
  • gitDecoration.untrackedResourceForeground#C3E88D
  • input.background#1f1f1f
  • input.border#03a9f4
  • input.foreground#d5f2ff
  • input.placeholderForeground#d5f2ff8a
  • inputValidation.errorBackground#2D2B55
  • inputValidation.errorBorder#FF5370
  • inputValidation.warningBorder#FFC135
  • list.activeSelectionBackground#03a8f444
  • list.activeSelectionForeground#d5f2ff
  • list.errorForeground#FF5252
  • list.inactiveSelectionForeground#d5f2ffd7
  • list.warningForeground#FFC135
  • notificationCenter.border#111111
  • notificationCenterHeader.background#008fd1
  • notificationCenterHeader.foreground#003757
  • notificationLink.foreground#003757
  • notifications.background#1E1E3F
  • notifications.border#003757
  • notifications.foreground#d5f2ff
  • notificationToast.border#003757
  • panel.background#141414
  • panel.border#03a9f4
  • peekView.border#03a9f4
  • peekViewEditor.background#191919
  • peekViewEditor.matchHighlightBackground#ffffff3f
  • pickerGroup.border#111111
  • pickerGroup.foreground#d5f2ff
  • progressBar.background#03a9f4
  • sideBar.background#1f1f1f
  • sideBar.border#111111
  • sideBar.foreground#d5f2ff
  • sideBarSectionHeader.background#212121
  • sideBarSectionHeader.foreground#d5f2ff
  • statusBar.background#191919
  • statusBar.border#111111
  • statusBar.foreground#d5f2ff
  • statusBarItem.activeBackground#03a9f4
  • statusBarItem.hoverBackground#03a8f46e
  • tab.activeBackground#212121
  • tab.activeBorder#03a9f4
  • tab.activeForeground#d5f2ff
  • tab.border#111111
  • tab.hoverBackground#282a2e
  • tab.inactiveBackground#191919
  • terminal.ansiBlack#252525
  • terminal.ansiBlue#42A5F5
  • terminal.ansiBrightBlack#252525
  • terminal.ansiBrightBlue#42A5F5
  • terminal.ansiBrightCyan#00ACC1
  • terminal.ansiBrightGreen#C3D82C
  • terminal.ansiBrightMagenta#D81B60
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightWhite#d5f2ff
  • terminal.ansiBrightYellow#FFC135
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#C3D82C
  • terminal.ansiMagenta#D81B60
  • terminal.ansiRed#FF5252
  • terminal.ansiWhite#d5f2ff
  • terminal.ansiYellow#FFC135

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d5f2ff
italic, keyword.control, quote, storage, modifier, this, comment, support.type.property-name, entity.other.attribute-name, punctuation.definition.comment, text.html.basic entity.other, markup.quote, markup.italic, meta.tag.sgml.doctype, punctuation.binary, markup.changed, meta.diff.header, meta.diff.header.from-file, meta.diff.header.to-file, markup.deleted.diff, markup.inserted.diff, meta.delimiter.period, punctuation.accessor, meta.var.expr, meta.class meta.method.declaration meta.var.expr storage.type, variable.other.object.property, entity.name.tag.doctype, meta.tag.sgml.doctype, entity.name.section, meta.selector, variable.language.this.js, variable.language.super.jsitalic
comment, punctuation.definition.comment#4A4A4A
storage.type, storage.modifier#C792EAitalic
constant.numeric#f3a1d1
keyword, keyword.control, keyword.operator.arithmetic.js, 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
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#63e4d8normal
keyword.other.unit.px.css, keyword.other.unit.percentage.css, keyword.other.unit.ms.css, keyword.other.unit.em.css, keyword.other.unit.rem.css, keyword.other.unit.s.css, keyword.other.unit.vh.css, keyword.other.unit.vw.css, keyword.other.unit.deg.css, keyword.other.unit.fr.css#bc9eff
constant.numeric.css, support.constant.property-value.css, support.constant.font-name.css, support.constant.color.w3c-standard-color-name.css#f3a1d1
support.constant.property-value.css, meta.property-value.scss#d5f2ff
source.sass keyword.control#82AAFF
keyword.control.at-rule.include.scss, support.constant.media.css, entity.other.attribute-name.pseudo-class.css, support.constant.mathematical-symbols.scss#C792EAitalic
keyword.other.important.css, keyword.other.important.scss, keyword.control.case.php, keyword.control.default.php#ff748bitalic
support.constant.color.w3c-extended-color-name.css#ff748b
support.function.construct.output.php, keyword.control.return.php, keyword.control.flow.js#89ddf3italic
constant.other.object.key.js#f3a1d1
keyword.control, meta.for.js keyword.control.loop.js#C792EAitalic
variable, string constant.other.placeholder#d5f2ff
variable.scssitalic
constant.other.color#d5f2ff
invalid, invalid.illegal#FF5370
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
meta.block variable.other#f07178
support.other.variable, string.other.link#f07178
constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F78C6C
support.type.object.dom, support.type.object.console.js#FFCB6Bitalic
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#C3E88D
entity.name, support.class, support.orther.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#ffe082
support.type#d5f2ff
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, entity.other.attribute-name.html, entity.other.attribute-name.jsx#FFCB6B
entity.other.attribute-name.class.css#FFCB6Bnormal
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#EEFFFF
text.html.markdown markup.inline.raw.markdown#C792EA
text.html.markdown markup.inline.raw.markdown punctuation.definition.raw.markdown#65737E
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.quote punctuation.definition.blockquote.markdown#65737E
string.other.link.title.markdown#82AAFF
string.other.link.description.title.markdown#C792EA
constant.other.reference.link.markdown#FFCB6B
markup.raw.block#C792EA
markup.raw.block.fenced.markdown#00000050
punctuation.definition.fenced.markdown#00000050
markup.raw.block.fenced.markdown, variable.language.fenced.markdown, punctuation.section.class.end#EEFFFF
variable.language.fenced.markdown#65737E
meta.separator#65737Ebold
markup.table#EEFFFF
token.info-token#6796e6
token.warn-token#cd9731
token.error-token#f44747
token.debug-token#b267e6

Shiki preview

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

Loading...

Material Gecko - Coding Theme