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#3c3631
  • activityBar.foreground#ebd1b7
  • activityBarBadge.background#95cc5e
  • activityBarBadge.foreground#ffffff
  • badge.background#95cc5e
  • badge.foreground#ffffff
  • button.background#db784d
  • button.foreground#ffffff
  • dropdown.background#302c27
  • dropdown.border#302c27
  • dropdown.foreground#ebd1b7
  • editor.background#36312c
  • editor.foreground#ebd1b7
  • editor.hoverHighlightBackground#95cc5e22
  • editor.lineHighlightBackground#3e3933
  • editor.selectionBackground#db784d55
  • editor.wordHighlightBackground#60a36522
  • editor.wordHighlightStrongBackground#db784d22
  • editorBracketMatch.background#95cc5e44
  • editorBracketMatch.border#db784d
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#3e3933
  • editorGroupHeader.tabsBackground#3e3933
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#302c27
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#524a43
  • editorLineNumber.foreground#6e645a
  • editorLink.activeForeground#95cc5e
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#db784d55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#524a43
  • editorSuggestWidget.foreground#ebd1b7
  • editorSuggestWidget.highlightForeground#95cc5e
  • editorSuggestWidget.selectedBackground#6e645a
  • editorWhitespace.foreground#524a43
  • editorWidget.background#524a43
  • editorWidget.border#6e645a
  • extensionButton.prominentBackground#95cc5e
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#aed885
  • focusBorder#95cc5e
  • foreground#ebd1b7
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#8a7d71
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#95cc5e
  • input.background#282421
  • input.border#60574e
  • input.foreground#ebd1b7
  • input.placeholderForeground#695f55
  • inputOption.activeBorder#db784d
  • list.activeSelectionBackground#db784d
  • list.activeSelectionForeground#36312c
  • list.focusBackground#60574e
  • list.hoverBackground#3e3933
  • list.inactiveSelectionBackground#36312c
  • notification.background#443e37
  • notification.buttonBackground#95cc5e
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ebd1b7
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#524a43
  • panel.border#6e645a
  • panelTitle.activeBorder#95cc5e
  • panelTitle.inactiveForeground#968a7e
  • peekView.border#95cc5e
  • peekViewEditor.background#2b2723
  • peekViewEditor.matchHighlightBackground#db784d55
  • peekViewEditorGutter.background#302c27
  • peekViewResult.background#443e37
  • peekViewResult.fileForeground#e7c7a7
  • peekViewResult.lineForeground#e0b78f
  • peekViewResult.matchHighlightBackground#db784d55
  • peekViewResult.selectionBackground#3c3631
  • peekViewResult.selectionForeground#ebd1b7
  • peekViewTitle.background#302c27
  • peekViewTitleDescription.foreground#e8c9ab
  • peekViewTitleLabel.foreground#ebd1b7
  • progressBar.background#60a365
  • scrollbar.shadow#1a1715
  • scrollbarSlider.activeBackground#95cc5eaa
  • scrollbarSlider.background#6e645aaa
  • scrollbarSlider.hoverBackground#95cc5e55
  • sideBar.background#443e37
  • sideBar.foreground#ebd1b7
  • sideBarSectionHeader.background#4c453e
  • sideBarSectionHeader.foreground#ebd1b7
  • statusBar.background#95cc5e
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#db784d
  • tab.inactiveBackground#413b35
  • tab.inactiveForeground#a2978c
  • terminal.ansiBlack#443e37
  • terminal.ansiBlue#60a365
  • terminal.ansiBrightBlack#6e645a
  • terminal.ansiBrightBlue#a1c8a4
  • terminal.ansiBrightCyan#c8e5ab
  • terminal.ansiBrightGreen#c8e5ab
  • terminal.ansiBrightMagenta#ecb8a2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ecb8a2
  • terminal.ansiCyan#95cc5e
  • terminal.ansiGreen#95cc5e
  • terminal.ansiMagenta#db784d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f1decb
  • terminal.ansiYellow#db784d
  • terminal.background#282421
  • terminal.foreground#ebd1b7
  • titleBar.activeBackground#2b2723

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ebd1b7
comment#7a7267
string#7199f3
constant.numeric#7199f3
constant.language#7199f3
constant.character, constant.other#db784d
variable#86dd74
keyword#f57ce8
storage#f57ce8
storage.type#f57ce8
entity.name.class#75bdf5underline
entity.other.inherited-class#b98df5
entity.name.function#86dd74
variable.parameter#7199f3
entity.name.tag#76bff6
entity.other.attribute-name#f57ce8
support.function#95cc5e
support.constant#db784d
support.type, support.class#db784d
support.other.variable
invalid#cf433e
invalid.deprecated#ee0000
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#7a7267
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#a0988e
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#db784d
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ebd1b7
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#95cc5e
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#95cc5enormal
variable.other#ebd1b7normal
variable.parameter.function.coffee#f8bb39
entity.name.section.markdown#db784d
punctuation.definition.heading.markdown#db784d
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#db784d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#db784d
punctuation.definition.metadata.markdown#db784d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#95cc5e
markup.bold.markdown, markup.italic.markdown#95cc5e
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#ebd1b7