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#1f1f2a
  • activityBar.foreground#c8c7d5
  • activityBarBadge.background#585480
  • activityBarBadge.foreground#ffffff
  • badge.background#585480
  • badge.foreground#ffffff
  • button.background#7873ae
  • button.foreground#ffffff
  • dropdown.background#17171e
  • dropdown.border#17171e
  • dropdown.foreground#c8c7d5
  • editor.background#1b1b24
  • editor.foreground#c8c7d5
  • editor.hoverHighlightBackground#58548022
  • editor.lineHighlightBackground#22222d
  • editor.selectionBackground#7873ae55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#7873ae22
  • editorBracketMatch.background#58548044
  • editorBracketMatch.border#7873ae
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#22222d
  • editorGroupHeader.tabsBackground#22222d
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#17171e
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#313141
  • editorLineNumber.foreground#47475e
  • editorLink.activeForeground#585480
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#7873ae55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#313141
  • editorSuggestWidget.foreground#c8c7d5
  • editorSuggestWidget.highlightForeground#585480
  • editorSuggestWidget.selectedBackground#47475e
  • editorWhitespace.foreground#313141
  • editorWidget.background#313141
  • editorWidget.border#47475e
  • extensionButton.prominentBackground#585480
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#6f6a9d
  • focusBorder#585480
  • foreground#c8c7d5
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d5d7b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#585480
  • input.background#101015
  • input.border#3c3c50
  • input.foreground#c8c7d5
  • input.placeholderForeground#424258
  • inputOption.activeBorder#7873ae
  • list.activeSelectionBackground#7873ae
  • list.activeSelectionForeground#1b1b24
  • list.focusBackground#3c3c50
  • list.hoverBackground#22222d
  • list.inactiveSelectionBackground#1b1b24
  • notification.background#262633
  • notification.buttonBackground#585480
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c8c7d5
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#313141
  • panel.border#47475e
  • panelTitle.activeBorder#585480
  • panelTitle.inactiveForeground#68688a
  • peekView.border#585480
  • peekViewEditor.background#121218
  • peekViewEditor.matchHighlightBackground#7873ae55
  • peekViewEditorGutter.background#17171e
  • peekViewResult.background#262633
  • peekViewResult.fileForeground#bdbbcc
  • peekViewResult.lineForeground#abaabf
  • peekViewResult.matchHighlightBackground#7873ae55
  • peekViewResult.selectionBackground#1f1f2a
  • peekViewResult.selectionForeground#c8c7d5
  • peekViewTitle.background#17171e
  • peekViewTitleDescription.foreground#bfbece
  • peekViewTitleLabel.foreground#c8c7d5
  • progressBar.background#ffffff
  • scrollbar.shadow#050507
  • scrollbarSlider.activeBackground#585480aa
  • scrollbarSlider.background#47475eaa
  • scrollbarSlider.hoverBackground#58548055
  • sideBar.background#262633
  • sideBar.foreground#c8c7d5
  • sideBarSectionHeader.background#2c2c3b
  • sideBarSectionHeader.foreground#c8c7d5
  • statusBar.background#585480
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7873ae
  • tab.inactiveBackground#242430
  • tab.inactiveForeground#747497
  • terminal.ansiBlack#262633
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#47475e
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#defdc5
  • terminal.ansiBrightGreen#8c89b1
  • terminal.ansiBrightMagenta#b6b4d3
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b6b4d3
  • terminal.ansiCyan#a6fa62
  • terminal.ansiGreen#585480
  • terminal.ansiMagenta#7873ae
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d6d6e0
  • terminal.ansiYellow#7873ae
  • terminal.background#101015
  • terminal.foreground#c8c7d5
  • titleBar.activeBackground#121218

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c8c7d5
comment#505067
string#a6fa62
constant.numeric#a6fa62
constant.language#7873ae
constant.character, constant.other#7873ae
variable
keyword#7873ae
storage#7873ae
storage.type#585480
entity.name.class#7873aeunderline
entity.other.inherited-class#7873ae
entity.name.function#ffffff
variable.parameter#c8c7d5
entity.name.tag#585480
entity.other.attribute-name#7873ae
support.function#a6fa62
support.constant#7873ae
support.type, support.class#7873ae
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a6fa62
meta.diff, meta.diff.header#505067
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#727291
meta.property-value, support.constant.property-value, constant.other.color#a6fa62
meta.structure.dictionary.json string.quoted.double.json#7873ae
meta.structure.dictionary.value.json string.quoted.double.json#a6fa62
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c8c7d5
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#585480
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#585480normal
variable.other#c8c7d5normal
variable.parameter.function.coffee#a6fa62
entity.name.section.markdown#7873ae
punctuation.definition.heading.markdown#7873ae
markup.raw.inline.markdown#a6fa62
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#7873ae
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#7873ae
punctuation.definition.metadata.markdown#7873ae
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#585480
markup.bold.markdown, markup.italic.markdown#585480
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#c8c7d5

Shiki preview

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

Loading...

Rainglow - Coding Theme