Skip to main content
CodingTheme

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#312720
  • activityBar.foreground#bababa
  • activityBarBadge.background#9d8262
  • activityBarBadge.foreground#ffffff
  • badge.background#9d8262
  • badge.foreground#ffffff
  • button.background#008d62
  • button.foreground#ffffff
  • dropdown.background#251d18
  • dropdown.border#251d18
  • dropdown.foreground#bababa
  • editor.background#2b221c
  • editor.foreground#bababa
  • editor.hoverHighlightBackground#9d826222
  • editor.lineHighlightBackground#342922
  • editor.selectionBackground#008d6255
  • editor.wordHighlightBackground#00e08c22
  • editor.wordHighlightStrongBackground#008d6222
  • editorBracketMatch.background#9d826244
  • editorBracketMatch.border#008d62
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#342922
  • editorGroupHeader.tabsBackground#342922
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#251d18
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#4a3a30
  • editorLineNumber.foreground#695344
  • editorLink.activeForeground#9d8262
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#008d6255
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#4a3a30
  • editorSuggestWidget.foreground#bababa
  • editorSuggestWidget.highlightForeground#9d8262
  • editorSuggestWidget.selectedBackground#695344
  • editorWhitespace.foreground#4a3a30
  • editorWidget.background#4a3a30
  • editorWidget.border#695344
  • extensionButton.prominentBackground#9d8262
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#b19b81
  • focusBorder#9d8262
  • foreground#bababa
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#886b58
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#9d8262
  • input.background#1c1612
  • input.border#59473a
  • input.foreground#bababa
  • input.placeholderForeground#634e40
  • inputOption.activeBorder#008d62
  • list.activeSelectionBackground#008d62
  • list.activeSelectionForeground#2b221c
  • list.focusBackground#59473a
  • list.hoverBackground#342922
  • list.inactiveSelectionBackground#2b221c
  • notification.background#3a2e26
  • notification.buttonBackground#9d8262
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#bababa
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#4a3a30
  • panel.border#695344
  • panelTitle.activeBorder#9d8262
  • panelTitle.inactiveForeground#977762
  • peekView.border#9d8262
  • peekViewEditor.background#1f1814
  • peekViewEditor.matchHighlightBackground#008d6255
  • peekViewEditorGutter.background#251d18
  • peekViewResult.background#3a2e26
  • peekViewResult.fileForeground#b0b0b0
  • peekViewResult.lineForeground#a0a0a0
  • peekViewResult.matchHighlightBackground#008d6255
  • peekViewResult.selectionBackground#312720
  • peekViewResult.selectionForeground#bababa
  • peekViewTitle.background#251d18
  • peekViewTitleDescription.foreground#b2b2b2
  • peekViewTitleLabel.foreground#bababa
  • progressBar.background#00e08c
  • scrollbar.shadow#0c0a08
  • scrollbarSlider.activeBackground#9d8262aa
  • scrollbarSlider.background#695344aa
  • scrollbarSlider.hoverBackground#9d826255
  • sideBar.background#3a2e26
  • sideBar.foreground#bababa
  • sideBarSectionHeader.background#44362c
  • sideBarSectionHeader.foreground#bababa
  • statusBar.background#9d8262
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#008d62
  • tab.inactiveBackground#372c24
  • tab.inactiveForeground#a28571
  • terminal.ansiBlack#3a2e26
  • terminal.ansiBlue#00e08c
  • terminal.ansiBrightBlack#695344
  • terminal.ansiBrightBlue#47ffba
  • terminal.ansiBrightCyan#00f3a9
  • terminal.ansiBrightGreen#c4b4a1
  • terminal.ansiBrightMagenta#c4b4a1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ededed
  • terminal.ansiBrightYellow#00f3a9
  • terminal.ansiCyan#008d62
  • terminal.ansiGreen#9d8262
  • terminal.ansiMagenta#9d8262
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c7c7c7
  • terminal.ansiYellow#008d62
  • terminal.background#1c1612
  • terminal.foreground#bababa
  • titleBar.activeBackground#1f1814

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#bababa
comment#564439
string#00e08c
constant.numeric#00e08c
constant.language#008d62
constant.character, constant.other#008d62
variable
keyword#9d8262
storage#008d62
storage.type#9d8262
entity.name.class#008d62underline
entity.other.inherited-class#008d62
entity.name.function#00e08c
variable.parameter#bababa
entity.name.tag#9d8262
entity.other.attribute-name#008d62
support.function#008d62
support.constant#008d62
support.type, support.class#008d62
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#00e08c
meta.diff, meta.diff.header#564439
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#846857
meta.property-value, support.constant.property-value, constant.other.color#00e08c
meta.structure.dictionary.json string.quoted.double.json#008d62
meta.structure.dictionary.value.json string.quoted.double.json#00e08c
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#bababa
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#9d8262
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#9d8262normal
variable.other#bababanormal
variable.parameter.function.coffee#00e08c
entity.name.section.markdown#008d62
punctuation.definition.heading.markdown#9d8262
markup.raw.inline.markdown#00e08c
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#9d8262
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#9d8262
punctuation.definition.metadata.markdown#9d8262
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#9d8262
markup.bold.markdown, markup.italic.markdown#9d8262
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#bababa

Shiki preview

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

Loading...