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#29222e
  • activityBar.foreground#ffffff
  • activityBarBadge.background#a29dfa
  • activityBarBadge.foreground#ffffff
  • badge.background#a29dfa
  • badge.foreground#ffffff
  • button.background#b657ff
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#29222e
  • editor.background#ffffff
  • editor.foreground#29222e
  • editor.hoverHighlightBackground#a29dfa22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#b657ff33
  • editor.wordHighlightBackground#f5b0ef22
  • editor.wordHighlightStrongBackground#b657ff22
  • editorBracketMatch.background#a29dfa44
  • editorBracketMatch.border#b657ff
  • editorCursor.foreground#222222
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#a29dfa
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#b657ff55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#29222e
  • editorSuggestWidget.highlightForeground#a29dfa
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#a29dfa
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d0cefc
  • focusBorder#a29dfa
  • foreground#29222e
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#a29dfa
  • input.background#ffffff
  • input.border#999999
  • input.foreground#29222e
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#b657ff
  • list.activeSelectionBackground#b657ff
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#a29dfa
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#29222e
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#a29dfa
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#a29dfa
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#b657ff55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#362d3d
  • peekViewResult.lineForeground#6a5877
  • peekViewResult.matchHighlightBackground#b657ff55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#362d3d
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#211b25
  • peekViewTitleLabel.foreground#29222e
  • progressBar.background#f5b0ef
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#a29dfaaa
  • scrollbarSlider.background#29222e35
  • scrollbarSlider.hoverBackground#a29dfa55
  • sideBar.background#f2f2f2
  • sideBar.foreground#29222e
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#29222e
  • statusBar.background#a29dfa
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b657ff
  • tab.activeForeground#29222e
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#917d9f
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#f5b0ef
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#c7b4e4
  • terminal.ansiBrightGreen#fefeff
  • terminal.ansiBrightMagenta#bfaccd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#5d4d69
  • terminal.ansiBrightYellow#e2bdff
  • terminal.ansiCyan#8e69c9
  • terminal.ansiGreen#a29dfa
  • terminal.ansiMagenta#8e6da6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#362d3d
  • terminal.ansiYellow#b657ff
  • terminal.background#ffffff
  • terminal.foreground#29222e
  • titleBar.activeBackground#aa9ab5
  • titleBar.activeForeground#29222e
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#29222e
comment#9177a3
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#29222e
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#9177a3
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#6a537b
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#29222e
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#29222enormal
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#29222e

Shiki preview

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

Loading...

Rainglow - Coding Theme