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#2e2634
  • activityBar.foreground#e0ceed
  • activityBarBadge.background#a29dfa
  • activityBarBadge.foreground#ffffff
  • badge.background#a29dfa
  • badge.foreground#ffffff
  • button.background#b657ff
  • button.foreground#ffffff
  • dropdown.background#241e28
  • dropdown.border#241e28
  • dropdown.foreground#e0ceed
  • editor.background#29222e
  • editor.foreground#e0ceed
  • editor.hoverHighlightBackground#a29dfa22
  • editor.lineHighlightBackground#312837
  • editor.selectionBackground#b657ff55
  • editor.wordHighlightBackground#f5b0ef22
  • editor.wordHighlightStrongBackground#b657ff22
  • editorBracketMatch.background#a29dfa44
  • editorBracketMatch.border#b657ff
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#312837
  • editorGroupHeader.tabsBackground#312837
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#241e28
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#43384b
  • editorLineNumber.foreground#5d4d69
  • editorLink.activeForeground#a29dfa
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#b657ff55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#43384b
  • editorSuggestWidget.foreground#e0ceed
  • editorSuggestWidget.highlightForeground#a29dfa
  • editorSuggestWidget.selectedBackground#5d4d69
  • editorWhitespace.foreground#43384b
  • editorWidget.background#43384b
  • editorWidget.border#5d4d69
  • extensionButton.prominentBackground#a29dfa
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d0cefc
  • focusBorder#a29dfa
  • foreground#e0ceed
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#776386
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#a29dfa
  • input.background#1c171f
  • input.border#50425a
  • input.foreground#e0ceed
  • input.placeholderForeground#584963
  • inputOption.activeBorder#b657ff
  • list.activeSelectionBackground#b657ff
  • list.activeSelectionForeground#29222e
  • list.focusBackground#50425a
  • list.hoverBackground#312837
  • list.inactiveSelectionBackground#29222e
  • notification.background#362d3d
  • notification.buttonBackground#a29dfa
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#e0ceed
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#43384b
  • panel.border#5d4d69
  • panelTitle.activeBorder#a29dfa
  • panelTitle.inactiveForeground#846e94
  • peekView.border#a29dfa
  • peekViewEditor.background#1f1922
  • peekViewEditor.matchHighlightBackground#b657ff55
  • peekViewEditorGutter.background#241e28
  • peekViewResult.background#362d3d
  • peekViewResult.fileForeground#d7bfe8
  • peekViewResult.lineForeground#c8a9df
  • peekViewResult.matchHighlightBackground#b657ff55
  • peekViewResult.selectionBackground#2e2634
  • peekViewResult.selectionForeground#e0ceed
  • peekViewTitle.background#241e28
  • peekViewTitleDescription.foreground#d9c3e9
  • peekViewTitleLabel.foreground#e0ceed
  • progressBar.background#f5b0ef
  • scrollbar.shadow#0f0c11
  • scrollbarSlider.activeBackground#a29dfaaa
  • scrollbarSlider.background#5d4d69aa
  • scrollbarSlider.hoverBackground#a29dfa55
  • sideBar.background#362d3d
  • sideBar.foreground#e0ceed
  • sideBarSectionHeader.background#3e3345
  • sideBarSectionHeader.foreground#e0ceed
  • statusBar.background#a29dfa
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b657ff
  • tab.inactiveBackground#332b3a
  • tab.inactiveForeground#917d9f
  • terminal.ansiBlack#362d3d
  • terminal.ansiBlue#f5b0ef
  • terminal.ansiBrightBlack#5d4d69
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#c7b4e4
  • terminal.ansiBrightGreen#fefeff
  • terminal.ansiBrightMagenta#bfaccd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e2bdff
  • terminal.ansiCyan#8e69c9
  • terminal.ansiGreen#a29dfa
  • terminal.ansiMagenta#8e6da6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ece1f4
  • terminal.ansiYellow#b657ff
  • terminal.background#1c171f
  • terminal.foreground#e0ceed
  • titleBar.activeBackground#1f1922

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e0ceed
comment#614e6e
string#f5b0ef
constant.numeric#f25ae6
constant.language#b657ff
constant.character, constant.other#b657ff
variable
keyword#8e6da6
storage#b657ff
storage.type#a29dfa
entity.name.class#b657ffunderline
entity.other.inherited-class#b657ff
entity.name.function#f5b0ef
variable.parameter#e0ceed
entity.name.tag#a29dfa
entity.other.attribute-name#b657ff
support.function#8e69c9
support.constant#b657ff
support.type, support.class#b657ff
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f5b0ef
meta.diff, meta.diff.header#614e6e
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#886f99
meta.property-value, support.constant.property-value, constant.other.color#f5b0ef
meta.structure.dictionary.json string.quoted.double.json#b657ff
meta.structure.dictionary.value.json string.quoted.double.json#f5b0ef
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#e0ceed
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#a29dfa
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#a29dfanormal
variable.other#e0ceednormal
variable.parameter.function.coffee#f25ae6
entity.name.section.markdown#b657ff
punctuation.definition.heading.markdown#8e6da6
markup.raw.inline.markdown#f5b0ef
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#8e6da6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#8e6da6
punctuation.definition.metadata.markdown#8e6da6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#a29dfa
markup.bold.markdown, markup.italic.markdown#a29dfa
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#e0ceed

Shiki preview

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

Loading...