Skip to main content
Coding Theme

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#3c3631
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#ff4a03
  • activityBarBadge.foreground#ffffff
  • badge.background#ff4a03
  • badge.foreground#ffffff
  • button.background#f23a3a
  • button.foreground#ffffff
  • dropdown.background#302c27
  • dropdown.border#302c27
  • dropdown.foreground#f8f8f2
  • editor.background#36312c
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#ff4a0322
  • editor.lineHighlightBackground#3e3933
  • editor.selectionBackground#ff4a0355
  • editor.wordHighlightBackground#f8bb3922
  • editor.wordHighlightStrongBackground#f23a3a22
  • editorBracketMatch.background#ff4a0344
  • editorBracketMatch.border#f23a3a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#3e3933
  • editorGroupHeader.tabsBackground#3e3933
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#302c27
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#524a43
  • editorLineNumber.foreground#6e645a
  • editorLink.activeForeground#ff4a03
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f23a3a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#524a43
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#ff4a03
  • editorSuggestWidget.selectedBackground#6e645a
  • editorWhitespace.foreground#524a43
  • editorWidget.background#524a43
  • editorWidget.border#6e645a
  • extensionButton.prominentBackground#ff4a03
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4cd497
  • focusBorder#ff4a03
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#8a7d71
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ff4a03
  • input.background#282421
  • input.border#60574e
  • input.foreground#f8f8f2
  • input.placeholderForeground#695f55
  • inputOption.activeBorder#f23a3a
  • list.activeSelectionBackground#f23a3a
  • list.activeSelectionForeground#36312c
  • list.focusBackground#60574e
  • list.hoverBackground#3e3933
  • list.inactiveSelectionBackground#36312c
  • notification.background#443e37
  • notification.buttonBackground#ff4a03
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#524a43
  • panel.border#6e645a
  • panelTitle.activeBorder#ff4a03
  • panelTitle.inactiveForeground#968a7e
  • peekView.border#ff4a03
  • peekViewEditor.background#2b2723
  • peekViewEditor.matchHighlightBackground#f23a3a55
  • peekViewEditorGutter.background#302c27
  • peekViewResult.background#443e37
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#f23a3a55
  • peekViewResult.selectionBackground#3c3631
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#302c27
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#f8bb39
  • scrollbar.shadow#1a1715
  • scrollbarSlider.activeBackground#ff4a03aa
  • scrollbarSlider.background#6e645aaa
  • scrollbarSlider.hoverBackground#ff4a0355
  • sideBar.background#443e37
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#4c453e
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#ff4a03
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f23a3a
  • tab.inactiveBackground#413b35
  • tab.inactiveForeground#a2978c
  • terminal.ansiBlack#443e37
  • terminal.ansiBlue#f8bb39
  • terminal.ansiBrightBlack#6e645a
  • terminal.ansiBrightBlue#fbdd9b
  • terminal.ansiBrightCyan#75deaf
  • terminal.ansiBrightGreen#75deaf
  • terminal.ansiBrightMagenta#fec2a1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f89a9a
  • terminal.ansiCyan#ff4a03
  • terminal.ansiGreen#ff4a03
  • terminal.ansiMagenta#fc803d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f23a3a
  • terminal.background#282421
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#2b2723

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#7a7267
string#f8bb39
constant.numeric#ff4a03
constant.language#f23a3a
constant.character, constant.other#f23a3a
variable
keyword#fc803d
storage#f23a3a
storage.type#ff4a03
entity.name.class#f23a3aunderline
entity.other.inherited-class#f23a3a
entity.name.function#f8bb39
variable.parameter#f8f8f2
entity.name.tag#ff4a03
entity.other.attribute-name#f23a3a
support.function#ff4a03
support.constant#f23a3a
support.type, support.class#f23a3a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#7a7267
markup.deleted#e61f44
markup.inserted#A6E22E
markup.changed#f7b83d
constant.numeric.line-number.find-in-files - match#8FBE00A0
entity.name.filename.find-in-files#E6DB74
keyword.other#a0988e
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#f23a3a
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f8f8f2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ff4a03
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ff4a03normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#ff4a03
entity.name.section.markdown#f23a3a
punctuation.definition.heading.markdown#fc803d
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fc803d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fc803d
punctuation.definition.metadata.markdown#fc803d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ff4a03
markup.bold.markdown, markup.italic.markdown#ff4a03
markup.italic.markdownitalic
markup.bold.markdownbold
markup.raw.block.markdown#664e4d
markup.deleted.git_gutter#e61f44
markup.inserted.git_gutter#a7da1e
markup.changed.git_gutter#f7b83d
meta.template.expression#f8f8f2