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#1c1112
  • activityBar.foreground#baa0a2
  • activityBarBadge.background#d39452
  • activityBarBadge.foreground#ffffff
  • badge.background#d39452
  • badge.foreground#ffffff
  • button.background#bd4549
  • button.foreground#ffffff
  • dropdown.background#10090a
  • dropdown.border#10090a
  • dropdown.foreground#baa0a2
  • editor.background#160d0e
  • editor.foreground#baa0a2
  • editor.hoverHighlightBackground#d3945222
  • editor.lineHighlightBackground#201314
  • editor.selectionBackground#bd454955
  • editor.wordHighlightBackground#cf9e5122
  • editor.wordHighlightStrongBackground#bd454922
  • editorBracketMatch.background#d3945244
  • editorBracketMatch.border#bd4549
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#201314
  • editorGroupHeader.tabsBackground#201314
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#10090a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#362022
  • editorLineNumber.foreground#563337
  • editorLink.activeForeground#d39452
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#bd454955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#362022
  • editorSuggestWidget.foreground#baa0a2
  • editorSuggestWidget.highlightForeground#d39452
  • editorSuggestWidget.selectedBackground#563337
  • editorWhitespace.foreground#362022
  • editorWidget.background#362022
  • editorWidget.border#563337
  • extensionButton.prominentBackground#d39452
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#ddad7b
  • focusBorder#d39452
  • foreground#baa0a2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#76464b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#d39452
  • input.background#060404
  • input.border#46292d
  • input.foreground#baa0a2
  • input.placeholderForeground#502f33
  • inputOption.activeBorder#bd4549
  • list.activeSelectionBackground#bd4549
  • list.activeSelectionForeground#160d0e
  • list.focusBackground#46292d
  • list.hoverBackground#201314
  • list.inactiveSelectionBackground#160d0e
  • notification.background#261618
  • notification.buttonBackground#d39452
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#baa0a2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#362022
  • panel.border#563337
  • panelTitle.activeBorder#d39452
  • panelTitle.inactiveForeground#864f55
  • peekView.border#d39452
  • peekViewEditor.background#090506
  • peekViewEditor.matchHighlightBackground#bd454955
  • peekViewEditorGutter.background#10090a
  • peekViewResult.background#261618
  • peekViewResult.fileForeground#b19496
  • peekViewResult.lineForeground#a58285
  • peekViewResult.matchHighlightBackground#bd454955
  • peekViewResult.selectionBackground#1c1112
  • peekViewResult.selectionForeground#baa0a2
  • peekViewTitle.background#10090a
  • peekViewTitleDescription.foreground#b49799
  • peekViewTitleLabel.foreground#baa0a2
  • progressBar.background#cf9e51
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#d39452aa
  • scrollbarSlider.background#563337aa
  • scrollbarSlider.hoverBackground#d3945255
  • sideBar.background#261618
  • sideBar.foreground#baa0a2
  • sideBarSectionHeader.background#301c1e
  • sideBarSectionHeader.foreground#baa0a2
  • statusBar.background#d39452
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#bd4549
  • tab.inactiveBackground#231516
  • tab.inactiveForeground#965960
  • terminal.ansiBlack#261618
  • terminal.ansiBlue#cf9e51
  • terminal.ansiBrightBlack#563337
  • terminal.ansiBrightBlue#e5cba1
  • terminal.ansiBrightCyan#f4bfb0
  • terminal.ansiBrightGreen#e8c6a3
  • terminal.ansiBrightMagenta#fdfae1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#e5dbdc
  • terminal.ansiBrightYellow#d89093
  • terminal.ansiCyan#e77757
  • terminal.ansiGreen#d39452
  • terminal.ansiMagenta#f6ea82
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c5afb0
  • terminal.ansiYellow#bd4549
  • terminal.background#060404
  • terminal.foreground#baa0a2
  • titleBar.activeBackground#090506

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#baa0a2
comment#44272a
string#a58163
constant.numeric#cc8f5d
constant.language#bd4549
constant.character, constant.other#bd4549
variable
keyword#f6ea82
storage#bd4549
storage.type#d39452
entity.name.class#bd4549underline
entity.other.inherited-class#bd4549
entity.name.function#cf9e51
variable.parameter#e8d0d2
entity.name.tag#d39452
entity.other.attribute-name#bd4549
support.function#e77757
support.constant#bd4549
support.type, support.class#bd4549
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a58163
meta.diff, meta.diff.header#44272a
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#754348
meta.property-value, support.constant.property-value, constant.other.color#a58163
meta.structure.dictionary.json string.quoted.double.json#bd4549
meta.structure.dictionary.value.json string.quoted.double.json#a58163
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#baa0a2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#d39452
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#d39452normal
variable.other#e8d0d2normal
variable.parameter.function.coffee#cc8f5d
entity.name.section.markdown#bd4549
punctuation.definition.heading.markdown#f6ea82
markup.raw.inline.markdown#a58163
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f6ea82
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f6ea82
punctuation.definition.metadata.markdown#f6ea82
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#d39452
markup.bold.markdown, markup.italic.markdown#d39452
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#baa0a2

Shiki preview

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

Loading...