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#333333
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ffbb29
  • activityBarBadge.foreground#ffffff
  • badge.background#ffbb29
  • badge.foreground#ffffff
  • button.background#f03113
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#333333
  • editor.background#ffffff
  • editor.foreground#333333
  • editor.hoverHighlightBackground#ffbb2922
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#f0311333
  • editor.wordHighlightBackground#f0311322
  • editor.wordHighlightStrongBackground#f0311322
  • editorBracketMatch.background#ffbb2944
  • editorBracketMatch.border#f03113
  • 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#ffbb29
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#f0311355
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#333333
  • editorSuggestWidget.highlightForeground#ffbb29
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#ffbb29
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ffcb5c
  • focusBorder#ffbb29
  • foreground#333333
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#ffbb29
  • input.background#ffffff
  • input.border#999999
  • input.foreground#333333
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#f03113
  • list.activeSelectionBackground#f03113
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#ffbb29
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#333333
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#ffbb29
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#ffbb29
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#f0311355
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#404040
  • peekViewResult.lineForeground#737373
  • peekViewResult.matchHighlightBackground#f0311355
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#404040
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2b2b2b
  • peekViewTitleLabel.foreground#333333
  • progressBar.background#f03113
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#ffbb29aa
  • scrollbarSlider.background#33333335
  • scrollbarSlider.hoverBackground#ffbb2955
  • sideBar.background#f2f2f2
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#333333
  • statusBar.background#ffbb29
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f03113
  • tab.activeForeground#333333
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#999999
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#f03113
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#f68573
  • terminal.ansiBrightCyan#ffdb8f
  • terminal.ansiBrightGreen#ffdb8f
  • terminal.ansiBrightMagenta#999999
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#666666
  • terminal.ansiBrightYellow#f68573
  • terminal.ansiCyan#ffbb29
  • terminal.ansiGreen#ffbb29
  • terminal.ansiMagenta#666666
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#404040
  • terminal.ansiYellow#f03113
  • terminal.background#ffffff
  • terminal.foreground#333333
  • titleBar.activeBackground#b3b3b3
  • titleBar.activeForeground#333333
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#333333
comment#888888
string#ffbb29
constant.numeric#617fa0
constant.language#f03113
constant.character, constant.other#f03113
variable
keyword#666666
storage#f03113
storage.type#ffbb29
entity.name.class#f03113underline
entity.other.inherited-class#f03113
entity.name.function#f03113
variable.parameter#333333
entity.name.tag#ffbb29
entity.other.attribute-name#f03113
support.function#ffbb29
support.constant#f03113
support.type, support.class#f03113
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ffbb29
meta.diff, meta.diff.header#888888
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#626262
meta.property-value, support.constant.property-value, constant.other.color#ffbb29
meta.structure.dictionary.json string.quoted.double.json#f03113
meta.structure.dictionary.value.json string.quoted.double.json#ffbb29
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#333333
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ffbb29
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ffbb29normal
variable.other#333333normal
variable.parameter.function.coffee#617fa0
entity.name.section.markdown#f03113
punctuation.definition.heading.markdown#666666
markup.raw.inline.markdown#ffbb29
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#666666
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#666666
punctuation.definition.metadata.markdown#666666
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ffbb29
markup.bold.markdown, markup.italic.markdown#ffbb29
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#333333

Shiki preview

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

Loading...