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#363831
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#d1f2a5
  • activityBarBadge.foreground#5c634f
  • badge.background#d1f2a5
  • badge.foreground#5c634f
  • button.background#f56991
  • button.foreground#5c634f
  • dropdown.background#2c2e27
  • dropdown.border#2c2e27
  • dropdown.foreground#f8f8f2
  • editor.background#31332c
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#d1f2a522
  • editor.lineHighlightBackground#393b33
  • editor.selectionBackground#f5699155
  • editor.wordHighlightBackground#ffc48c22
  • editor.wordHighlightStrongBackground#f5699122
  • editorBracketMatch.background#d1f2a544
  • editorBracketMatch.border#f56991
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#393b33
  • editorGroupHeader.tabsBackground#393b33
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2c2e27
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#4b4e44
  • editorLineNumber.foreground#666a5b
  • editorLink.activeForeground#d1f2a5
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f5699155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#4b4e44
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#d1f2a5
  • editorSuggestWidget.selectedBackground#666a5b
  • editorWhitespace.foreground#4b4e44
  • editorWidget.background#4b4e44
  • editorWidget.border#666a5b
  • extensionButton.prominentBackground#d1f2a5
  • extensionButton.prominentForeground#5c634f
  • extensionButton.prominentHoverBackground#e8f8d2
  • focusBorder#d1f2a5
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#808573
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#d1f2a5
  • input.background#242520
  • input.border#585c4f
  • input.foreground#f8f8f2
  • input.placeholderForeground#606457
  • inputOption.activeBorder#f56991
  • list.activeSelectionBackground#f56991
  • list.activeSelectionForeground#31332c
  • list.focusBackground#585c4f
  • list.hoverBackground#393b33
  • list.inactiveSelectionBackground#31332c
  • notification.background#3e4138
  • notification.buttonBackground#d1f2a5
  • notification.buttonForeground#5c634f
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#4b4e44
  • panel.border#666a5b
  • panelTitle.activeBorder#d1f2a5
  • panelTitle.inactiveForeground#8c9180
  • peekView.border#d1f2a5
  • peekViewEditor.background#262823
  • peekViewEditor.matchHighlightBackground#f5699155
  • peekViewEditorGutter.background#2c2e27
  • peekViewResult.background#3e4138
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#f5699155
  • peekViewResult.selectionBackground#363831
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#2c2e27
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#ffc48c
  • scrollbar.shadow#171814
  • scrollbarSlider.activeBackground#d1f2a5aa
  • scrollbarSlider.background#666a5baa
  • scrollbarSlider.hoverBackground#d1f2a555
  • sideBar.background#3e4138
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#46493f
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#d1f2a5
  • statusBar.foreground#5c634f
  • statusBar.noFolderBackground#f56991
  • tab.inactiveBackground#3c3e35
  • tab.inactiveForeground#999d8e
  • terminal.ansiBlack#3e4138
  • terminal.ansiBlue#ffc48c
  • terminal.ansiBrightBlack#666a5b
  • terminal.ansiBrightBlue#fff8f2
  • terminal.ansiBrightCyan#fff8f2
  • terminal.ansiBrightGreen#fffffe
  • terminal.ansiBrightMagenta#c2ccb1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fbc9d7
  • terminal.ansiCyan#ffc48c
  • terminal.ansiGreen#d1f2a5
  • terminal.ansiMagenta#91a374
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f56991
  • terminal.background#242520
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#262823

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#5c634f
string#d1f2a5
constant.numeric#f56991
constant.language#f56991
constant.character, constant.other#f56991
variable
keyword#91a374
storage#f56991
storage.type#d1f2a5
entity.name.class#f56991underline
entity.other.inherited-class#f56991
entity.name.function#ffc48c
variable.parameter#f8f8f2
entity.name.tag#d1f2a5
entity.other.attribute-name#f56991
support.function#ffc48c
support.constant#f56991
support.type, support.class#f56991
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#d1f2a5
meta.diff, meta.diff.header#5c634f
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#848e71
meta.property-value, support.constant.property-value, constant.other.color#d1f2a5
meta.structure.dictionary.json string.quoted.double.json#f56991
meta.structure.dictionary.value.json string.quoted.double.json#d1f2a5
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#d1f2a5
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#d1f2a5normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#f56991
entity.name.section.markdown#f56991
punctuation.definition.heading.markdown#91a374
markup.raw.inline.markdown#d1f2a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#91a374
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#91a374
punctuation.definition.metadata.markdown#91a374
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#d1f2a5
markup.bold.markdown, markup.italic.markdown#d1f2a5
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

Shiki preview

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

Loading...