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#343a40
  • activityBar.foreground#f8f9fa
  • activityBarBadge.background#b2201f
  • badge.background#b2201f
  • badge.foreground#f8f9fa
  • breadcrumb.activeSelectionForeground#f8f9fa
  • breadcrumb.background#343a40
  • breadcrumb.focusForeground#f8f9fa
  • breadcrumb.foreground#6c757d
  • breadcrumbPicker.background#343a40
  • button.background#343a40
  • button.foreground#f8f9fa
  • button.hoverBackground#495057
  • debugToolBar.background#343a40
  • diffEditor.insertedTextBackground#495057
  • dropdown.background#343a40
  • dropdown.border#495057
  • dropdown.foreground#f8f9fa
  • editor.background#343a40
  • editor.findMatchBackground#b2201f
  • editor.findMatchHighlightBackground#b2201f
  • editor.foreground#f8f9fa
  • editor.lineHighlightBackground#495057
  • editor.selectionBackground#495057
  • editor.selectionHighlightBackground#495057
  • editor.wordHighlightBackground#495057
  • editor.wordHighlightStrongBackground#495057
  • editorCursor.foreground#f8f9fa
  • editorGroup.background#343a40
  • editorGroupHeader.tabsBackground#343a40
  • editorIndentGuide.background#6c757d
  • editorLineNumber.foreground#6c757d
  • editorRuler.foreground#6c757d
  • editorWhitespace.foreground#6c757d
  • editorWidget.background#343a40
  • editorWidget.border#495057
  • extensionBadge.remoteBackground#b2201f
  • extensionBadge.remoteForeground#f8f9fa
  • focusBorder#b2201f
  • foreground#f8f9fa
  • input.background#343a40
  • input.border#495057
  • input.foreground#f8f9fa
  • input.placeholderForeground#6c757d
  • list.activeSelectionBackground#495057
  • list.activeSelectionForeground#f8f9fa
  • list.focusBackground#495057
  • list.highlightForeground#f8f9fa
  • list.hoverBackground#495057
  • list.inactiveSelectionBackground#495057
  • list.inactiveSelectionForeground#f8f9fa
  • menu.background#343a40
  • menu.foreground#f8f9fa
  • menu.selectionBackground#495057
  • menubar.selectionBackground#495057
  • notificationCenterHeader.background#343a40
  • notificationLink.foreground#b2201f
  • notifications.background#343a40
  • notifications.foreground#f8f9fa
  • panel.background#343a40
  • panel.border#495057
  • panelTitle.activeBorder#b2201f
  • peekView.border#b2201f
  • peekViewEditor.background#343a40
  • peekViewEditor.matchHighlightBackground#b2201f
  • peekViewEditorGutter.background#343a40
  • peekViewResult.background#343a40
  • peekViewResult.fileForeground#f8f9fa
  • peekViewResult.matchHighlightBackground#b2201f
  • peekViewResult.selectionBackground#495057
  • peekViewTitle.background#343a40
  • peekViewTitleDescription.foreground#f8f9fa
  • peekViewTitleLabel.foreground#f8f9fa
  • pickerGroup.border#495057
  • pickerGroup.foreground#b2201f
  • progressBar.background#b2201f
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#b2201f
  • scrollbarSlider.background#495057
  • scrollbarSlider.hoverBackground#b2201f
  • sideBar.background#343a40
  • sideBar.foreground#f8f9fa
  • sideBarSectionHeader.background#343a40
  • statusBar.background#343a40
  • statusBar.foreground#f8f9fa
  • statusBar.noFolderBackground#343a40
  • statusBarItem.hoverBackground#495057
  • statusBarItem.prominentBackground#b2201f
  • tab.activeBackground#343a40
  • tab.activeBorder#b2201f
  • tab.activeForeground#f8f9fa
  • tab.border#343a40
  • tab.hoverBackground#495057
  • tab.inactiveBackground#495057
  • tab.inactiveForeground#6c757d
  • tab.unfocusedActiveBackground#343a40
  • tab.unfocusedActiveBorder#b2201f
  • tab.unfocusedActiveForeground#f8f9fa
  • tab.unfocusedHoverBackground#495057
  • terminal.background#343a40
  • terminal.foreground#f8f9fa
  • terminal.selectionBackground#495057
  • textBlockQuote.background#343a40
  • textBlockQuote.border#b2201f
  • textCodeBlock.background#343a40
  • textLink.activeForeground#b2201f
  • textLink.foreground#b2201f
  • textPreformat.foreground#f8f9fa
  • textSeparator.foreground#6c757d
  • titleBar.activeBackground#343a40
  • titleBar.activeForeground#f8f9fa
  • titleBar.border#495057
  • titleBar.inactiveBackground#495057
  • titleBar.inactiveForeground#6c757d
  • walkThrough.embeddedEditorBackground#343a40
  • welcomePage.buttonBackground#343a40
  • welcomePage.buttonForeground#f8f9fa
  • widget.shadow#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#819A86italic
variable, string constant.other.placeholder#EEFFFF
constant.other.color#B2201F
invalid, invalid.illegal#FF5F5F
keyword, storage.type, storage.modifier#AB7967
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#EEFFFF
entity.name.tag, meta.tag.sgml, markup.deleted.git_gutter#B2201F
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#82AAFF
meta.block variable.other#6C7C68
support.other.variable, string.other.link#6C7C68
constant.numeric, constant.language, support.constant, constant.character, constant.escape, variable.parameter, keyword.other.unit, keyword.other#F7A86C
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#E0A867
entity.name, support.type, support.class, support.other.namespace.use.php, meta.use.php, support.other.namespace.php, markup.changed.git_gutter, support.type.sys-types#FFCB6B
support.type#FFCB6B
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#FFCB6B
entity.name.module.js, variable.import.parameter.js, variable.other.class.js#F7A86C
variable.language#F7A86Citalic
entity.name.method.js#82AAFFitalic
meta.class-method.js entity.name.function.js, variable.function.constructor#82AAFF
entity.other.attribute-name#AB7967
text.html.basic entity.other.attribute-name.html, text.html.basic entity.other.attribute-name#FFCB6Bitalic
entity.other.attribute-name.class#FFCB6B
source.sass keyword.control#82AAFF
markup.inserted#E0A867
markup.deleted#FF5F5F
markup.changed#AB7967
string.regexp#EEFFFF
constant.character.escape#EEFFFF
*url*, *link*, *uri*#82AAFFunderline
tag.decorator.js entity.name.tag.js, tag.decorator.js punctuation.definition.tag.js#82AAFFitalic
source.js constant.other.object.key.js string.unquoted.label.js#F7A86Citalic
source.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 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 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 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 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 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#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#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#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.value.json meta.structure.dictionary.value.json meta.structure.dictionary.value.json meta.structure.dictionary.value.json meta.structure.dictionary.value.json meta.structure.dictionary.value.json meta.structure.dictionary.value.json support.type.property-name.json#82AAFF
Mitsubishi A6M Zero Color Theme by AndyDev - VS Code Theme