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#22252c
  • activityBar.foreground#ffffff
  • activityBarBadge.background#777f93
  • activityBarBadge.foreground#ffffff
  • badge.background#777f93
  • badge.foreground#ffffff
  • button.background#5e9989
  • button.foreground#ffffff
  • dropdown.background#191b20
  • dropdown.border#191b20
  • dropdown.foreground#ffffff
  • editor.background#1e2026
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#777f9322
  • editor.lineHighlightBackground#25272f
  • editor.selectionBackground#d3643b55
  • editor.wordHighlightBackground#cab69622
  • editor.wordHighlightStrongBackground#5e998922
  • editorBracketMatch.background#777f9344
  • editorBracketMatch.border#5e9989
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#25272f
  • editorGroupHeader.tabsBackground#25272f
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#191b20
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#343842
  • editorLineNumber.foreground#4b505f
  • editorLink.activeForeground#777f93
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#5e998955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#343842
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#777f93
  • editorSuggestWidget.selectedBackground#4b505f
  • editorWhitespace.foreground#343842
  • editorWidget.background#343842
  • editorWidget.border#4b505f
  • extensionButton.prominentBackground#777f93
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#939aaa
  • focusBorder#777f93
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#61687b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#777f93
  • input.background#131418
  • input.border#404451
  • input.foreground#ffffff
  • input.placeholderForeground#464b59
  • inputOption.activeBorder#5e9989
  • list.activeSelectionBackground#5e9989
  • list.activeSelectionForeground#1e2026
  • list.focusBackground#404451
  • list.hoverBackground#25272f
  • list.inactiveSelectionBackground#1e2026
  • notification.background#292c34
  • notification.buttonBackground#777f93
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#343842
  • panel.border#4b505f
  • panelTitle.activeBorder#777f93
  • panelTitle.inactiveForeground#6d748a
  • peekView.border#777f93
  • peekViewEditor.background#15161b
  • peekViewEditor.matchHighlightBackground#5e998955
  • peekViewEditorGutter.background#191b20
  • peekViewResult.background#292c34
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#5e998955
  • peekViewResult.selectionBackground#22252c
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#191b20
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#cab696
  • scrollbar.shadow#070809
  • scrollbarSlider.activeBackground#777f93aa
  • scrollbarSlider.background#4b505faa
  • scrollbarSlider.hoverBackground#777f9355
  • sideBar.background#292c34
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#30333d
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#777f93
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#5e9989
  • tab.inactiveBackground#272a31
  • tab.inactiveForeground#7a8196
  • terminal.ansiBlack#292c34
  • terminal.ansiBlue#cab696
  • terminal.ansiBrightBlack#4b505f
  • terminal.ansiBrightBlue#ece5da
  • terminal.ansiBrightCyan#f3ada5
  • terminal.ansiBrightGreen#b0b4c0
  • terminal.ansiBrightMagenta#f2cfb5
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#9bc2b7
  • terminal.ansiCyan#e75b4b
  • terminal.ansiGreen#777f93
  • terminal.ansiMagenta#e2975f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#5e9989
  • terminal.background#131418
  • terminal.foreground#ffffff
  • titleBar.activeBackground#15161b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#4d5363
string#e7a84b
constant.numeric#e7a84b
constant.language#5e9989
constant.character, constant.other#5e9989
variable
keyword#e2975f
storage#5e9989
storage.type#777f93
entity.name.class#5e9989underline
entity.other.inherited-class#5e9989
entity.name.function#cab696
variable.parameter#ffffff
entity.name.tag#777f93
entity.other.attribute-name#5e9989
support.function#e75b4b
support.constant#5e9989
support.type, support.class#5e9989
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e7a84b
meta.diff, meta.diff.header#4d5363
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#6e778e
meta.property-value, support.constant.property-value, constant.other.color#e7a84b
meta.structure.dictionary.json string.quoted.double.json#5e9989
meta.structure.dictionary.value.json string.quoted.double.json#e7a84b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#777f93
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#777f93normal
variable.other#ffffffnormal
variable.parameter.function.coffee#e7a84b
entity.name.section.markdown#5e9989
punctuation.definition.heading.markdown#e2975f
markup.raw.inline.markdown#e7a84b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e2975f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e2975f
punctuation.definition.metadata.markdown#e2975f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#777f93
markup.bold.markdown, markup.italic.markdown#777f93
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#ffffff

Shiki preview

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

Loading...