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#36312c
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ff4a03
  • activityBarBadge.foreground#ffffff
  • badge.background#ff4a03
  • badge.foreground#ffffff
  • button.background#b22727
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#36312c
  • editor.background#ffffff
  • editor.foreground#36312c
  • editor.hoverHighlightBackground#ff4a0322
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#ff4a0333
  • editor.wordHighlightBackground#af832322
  • editor.wordHighlightStrongBackground#b2272722
  • editorBracketMatch.background#ff4a0344
  • editorBracketMatch.border#b22727
  • editorCursor.foreground#222222
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#ff4a03
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#b2272755
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#36312c
  • editorSuggestWidget.highlightForeground#ff4a03
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#ff4a03
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#239c65
  • focusBorder#ff4a03
  • foreground#36312c
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#ff4a03
  • input.background#ffffff
  • input.border#999999
  • input.foreground#36312c
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#b22727
  • list.activeSelectionBackground#b22727
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#ff4a03
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#36312c
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#ff4a03
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#ff4a03
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#b2272755
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#443e37
  • peekViewResult.lineForeground#7c7165
  • peekViewResult.matchHighlightBackground#b2272755
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#443e37
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2e2925
  • peekViewTitleLabel.foreground#36312c
  • progressBar.background#af8323
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#ff4a03aa
  • scrollbarSlider.background#36312c35
  • scrollbarSlider.hoverBackground#ff4a0355
  • sideBar.background#f2f2f2
  • sideBar.foreground#36312c
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#36312c
  • statusBar.background#ff4a03
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b22727
  • tab.activeForeground#36312c
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a2978c
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#af8323
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#deb45a
  • terminal.ansiBrightCyan#2dc580
  • terminal.ansiBrightGreen#2dc580
  • terminal.ansiBrightMagenta#df9168
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#6e645a
  • terminal.ansiBrightYellow#dd6262
  • terminal.ansiCyan#ff4a03
  • terminal.ansiGreen#ff4a03
  • terminal.ansiMagenta#ba5a27
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#443e37
  • terminal.ansiYellow#b22727
  • terminal.background#ffffff
  • terminal.foreground#36312c
  • titleBar.activeBackground#b8b0a8
  • titleBar.activeForeground#36312c
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#36312c
comment#cccccc
string#f8bb39
constant.numeric#ff4a03
constant.language#b22727
constant.character, constant.other#b22727
variable
keyword#ba5a27
storage#b22727
storage.type#ff4a03
entity.name.class#b22727underline
entity.other.inherited-class#b22727
entity.name.function#af8323
variable.parameter#36312c
entity.name.tag#ff4a03
entity.other.attribute-name#b22727
support.function#ff4a03
support.constant#b22727
support.type, support.class#b22727
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#cccccc
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#a6a6a6
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#b22727
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#36312c
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#36312cnormal
variable.parameter.function.coffee#ff4a03
entity.name.section.markdown#b22727
punctuation.definition.heading.markdown#ba5a27
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ba5a27
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ba5a27
punctuation.definition.metadata.markdown#ba5a27
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#36312c