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#343138
  • activityBar.foreground#bbb1c9
  • activityBarBadge.background#fc814a
  • activityBarBadge.foreground#ffffff
  • badge.background#fc814a
  • badge.foreground#ffffff
  • button.background#7c617c
  • button.foreground#ffffff
  • dropdown.background#2a272e
  • dropdown.border#2a272e
  • dropdown.foreground#bbb1c9
  • editor.background#2f2c33
  • editor.foreground#bbb1c9
  • editor.hoverHighlightBackground#fc814a22
  • editor.lineHighlightBackground#37333b
  • editor.selectionBackground#fc814a55
  • editor.wordHighlightBackground#bfbfbf22
  • editor.wordHighlightStrongBackground#7c617c22
  • editorBracketMatch.background#fc814a44
  • editorBracketMatch.border#7c617c
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#37333b
  • editorGroupHeader.tabsBackground#37333b
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2a272e
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#48444e
  • editorLineNumber.foreground#615b6a
  • editorLink.activeForeground#fc814a
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#7c617c55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#48444e
  • editorSuggestWidget.foreground#bbb1c9
  • editorSuggestWidget.highlightForeground#fc814a
  • editorSuggestWidget.selectedBackground#615b6a
  • editorWhitespace.foreground#48444e
  • editorWidget.background#48444e
  • editorWidget.border#615b6a
  • extensionButton.prominentBackground#fc814a
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fda47c
  • focusBorder#fc814a
  • foreground#bbb1c9
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#7b7385
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fc814a
  • input.background#222025
  • input.border#554f5c
  • input.foreground#bbb1c9
  • input.placeholderForeground#5c5764
  • inputOption.activeBorder#7c617c
  • list.activeSelectionBackground#7c617c
  • list.activeSelectionForeground#2f2c33
  • list.focusBackground#554f5c
  • list.hoverBackground#37333b
  • list.inactiveSelectionBackground#2f2c33
  • notification.background#3c3841
  • notification.buttonBackground#fc814a
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#bbb1c9
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#48444e
  • panel.border#615b6a
  • panelTitle.activeBorder#fc814a
  • panelTitle.inactiveForeground#878091
  • peekView.border#fc814a
  • peekViewEditor.background#252328
  • peekViewEditor.matchHighlightBackground#7c617c55
  • peekViewEditorGutter.background#2a272e
  • peekViewResult.background#3c3841
  • peekViewResult.fileForeground#b0a5c1
  • peekViewResult.lineForeground#a193b4
  • peekViewResult.matchHighlightBackground#7c617c55
  • peekViewResult.selectionBackground#343138
  • peekViewResult.selectionForeground#bbb1c9
  • peekViewTitle.background#2a272e
  • peekViewTitleDescription.foreground#b3a8c3
  • peekViewTitleLabel.foreground#bbb1c9
  • progressBar.background#bfbfbf
  • scrollbar.shadow#161418
  • scrollbarSlider.activeBackground#fc814aaa
  • scrollbarSlider.background#615b6aaa
  • scrollbarSlider.hoverBackground#fc814a55
  • sideBar.background#3c3841
  • sideBar.foreground#bbb1c9
  • sideBarSectionHeader.background#433f49
  • sideBarSectionHeader.foreground#bbb1c9
  • statusBar.background#fc814a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7c617c
  • tab.inactiveBackground#39353e
  • tab.inactiveForeground#948e9d
  • terminal.ansiBlack#3c3841
  • terminal.ansiBlue#bfbfbf
  • terminal.ansiBrightBlack#615b6a
  • terminal.ansiBrightBlue#f2f2f2
  • terminal.ansiBrightCyan#f2f2f2
  • terminal.ansiBrightGreen#fec7ae
  • terminal.ansiBrightMagenta#fec7ae
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f0edf3
  • terminal.ansiBrightYellow#ad96ad
  • terminal.ansiCyan#bfbfbf
  • terminal.ansiGreen#fc814a
  • terminal.ansiMagenta#fc814a
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c8c0d3
  • terminal.ansiYellow#7c617c
  • terminal.background#222025
  • terminal.foreground#bbb1c9
  • titleBar.activeBackground#252328

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#bbb1c9
comment#655a72
string#e5c71b
constant.numeric#e5c71b
constant.language#7c617c
constant.character, constant.other#7c617c
variable
keyword#fc814a
storage#7c617c
storage.type#fc814a
entity.name.class#7c617cunderline
entity.other.inherited-class#7c617c
entity.name.function#bfbfbf
variable.parameter#f5f2f9
entity.name.tag#fc814a
entity.other.attribute-name#7c617c
support.function#bfbfbf
support.constant#7c617c
support.type, support.class#7c617c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e5c71b
meta.diff, meta.diff.header#655a72
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#8b7f9a
meta.property-value, support.constant.property-value, constant.other.color#e5c71b
meta.structure.dictionary.json string.quoted.double.json#7c617c
meta.structure.dictionary.value.json string.quoted.double.json#e5c71b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#bbb1c9
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fc814a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fc814anormal
variable.other#f5f2f9normal
variable.parameter.function.coffee#e5c71b
entity.name.section.markdown#7c617c
punctuation.definition.heading.markdown#fc814a
markup.raw.inline.markdown#e5c71b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fc814a
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fc814a
punctuation.definition.metadata.markdown#fc814a
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fc814a
markup.bold.markdown, markup.italic.markdown#fc814a
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#bbb1c9

Shiki preview

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

Loading...