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#221a1d
  • activityBar.foreground#edebe6
  • activityBarBadge.background#f52e62
  • activityBarBadge.foreground#ffffff
  • badge.background#f52e62
  • badge.foreground#ffffff
  • button.background#fd6a5d
  • button.foreground#ffffff
  • dropdown.background#161213
  • dropdown.border#161213
  • dropdown.foreground#edebe6
  • editor.background#1c1618
  • editor.foreground#edebe6
  • editor.hoverHighlightBackground#f52e6222
  • editor.lineHighlightBackground#251d1f
  • editor.selectionBackground#f52e6255
  • editor.wordHighlightBackground#ff5d8022
  • editor.wordHighlightStrongBackground#fd6a5d22
  • editorBracketMatch.background#f52e6244
  • editorBracketMatch.border#fd6a5d
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#251d1f
  • editorGroupHeader.tabsBackground#251d1f
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#161213
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#392c30
  • editorLineNumber.foreground#554349
  • editorLink.activeForeground#f52e62
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#fd6a5d55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#392c30
  • editorSuggestWidget.foreground#edebe6
  • editorSuggestWidget.highlightForeground#f52e62
  • editorSuggestWidget.selectedBackground#554349
  • editorWhitespace.foreground#392c30
  • editorWidget.background#392c30
  • editorWidget.border#554349
  • extensionButton.prominentBackground#f52e62
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f75f87
  • focusBorder#f52e62
  • foreground#edebe6
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#725961
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f52e62
  • input.background#0e0b0c
  • input.border#47383d
  • input.foreground#edebe6
  • input.placeholderForeground#4f3e44
  • inputOption.activeBorder#fd6a5d
  • list.activeSelectionBackground#fd6a5d
  • list.activeSelectionForeground#1c1618
  • list.focusBackground#47383d
  • list.hoverBackground#251d1f
  • list.inactiveSelectionBackground#1c1618
  • notification.background#2a2124
  • notification.buttonBackground#f52e62
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#edebe6
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#392c30
  • panel.border#554349
  • panelTitle.activeBorder#f52e62
  • panelTitle.inactiveForeground#80656e
  • peekView.border#f52e62
  • peekViewEditor.background#110d0e
  • peekViewEditor.matchHighlightBackground#fd6a5d55
  • peekViewEditorGutter.background#161213
  • peekViewResult.background#2a2124
  • peekViewResult.fileForeground#e4e1da
  • peekViewResult.lineForeground#d8d3c8
  • peekViewResult.matchHighlightBackground#fd6a5d55
  • peekViewResult.selectionBackground#221a1d
  • peekViewResult.selectionForeground#edebe6
  • peekViewTitle.background#161213
  • peekViewTitleDescription.foreground#e7e4dd
  • peekViewTitleLabel.foreground#edebe6
  • progressBar.background#ff5d80
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#f52e62aa
  • scrollbarSlider.background#554349aa
  • scrollbarSlider.hoverBackground#f52e6255
  • sideBar.background#2a2124
  • sideBar.foreground#edebe6
  • sideBarSectionHeader.background#33282c
  • sideBarSectionHeader.foreground#edebe6
  • statusBar.background#f52e62
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#fd6a5d
  • tab.inactiveBackground#271f22
  • tab.inactiveForeground#8e707a
  • terminal.ansiBlack#2a2124
  • terminal.ansiBlue#ff5d80
  • terminal.ansiBrightBlack#554349
  • terminal.ansiBrightBlue#ffc3d0
  • terminal.ansiBrightCyan#fa8fab
  • terminal.ansiBrightGreen#fa8fab
  • terminal.ansiBrightMagenta#fec7c2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fec7c2
  • terminal.ansiCyan#f52e62
  • terminal.ansiGreen#f52e62
  • terminal.ansiMagenta#fd6a5d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f8f7f5
  • terminal.ansiYellow#fd6a5d
  • terminal.background#0e0b0c
  • terminal.foreground#edebe6
  • titleBar.activeBackground#110d0e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#edebe6
comment#3f3236
string#ff453e
constant.numeric#ff453e
constant.language#fd6a5d
constant.character, constant.other#fd6a5d
variable
keyword#fd6a5d
storage#fd6a5d
storage.type#f52e62
entity.name.class#fd6a5dunderline
entity.other.inherited-class#fd6a5d
entity.name.function#ff5d80
variable.parameter#edebe6
entity.name.tag#f52e62
entity.other.attribute-name#fd6a5d
support.function#f52e62
support.constant#fd6a5d
support.type, support.class#fd6a5d
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ff453e
meta.diff, meta.diff.header#3f3236
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#6a545b
meta.property-value, support.constant.property-value, constant.other.color#ff453e
meta.structure.dictionary.json string.quoted.double.json#fd6a5d
meta.structure.dictionary.value.json string.quoted.double.json#ff453e
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#edebe6
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f52e62
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f52e62normal
variable.other#edebe6normal
variable.parameter.function.coffee#ff453e
entity.name.section.markdown#fd6a5d
punctuation.definition.heading.markdown#fd6a5d
markup.raw.inline.markdown#ff453e
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fd6a5d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fd6a5d
punctuation.definition.metadata.markdown#fd6a5d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f52e62
markup.bold.markdown, markup.italic.markdown#f52e62
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#edebe6

Shiki preview

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

Loading...