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#191b1f
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#00b27d
  • activityBarBadge.foreground#ffffff
  • badge.background#00b27d
  • badge.foreground#ffffff
  • button.background#9a6fc4
  • button.foreground#ffffff
  • dropdown.background#0f1113
  • dropdown.border#0f1113
  • dropdown.foreground#c0ccdb
  • editor.background#141619
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#00b27d22
  • editor.lineHighlightBackground#1b1d21
  • editor.selectionBackground#00b27d55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#9a6fc422
  • editorBracketMatch.background#00b27d44
  • editorBracketMatch.border#9a6fc4
  • editorCursor.foreground#ffffff
  • editorGroup.background#1b1d21
  • editorGroupHeader.tabsBackground#1b1d21
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0f1113
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2b2f35
  • editorLineNumber.foreground#414852
  • editorLink.activeForeground#00b27d
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#9a6fc455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2b2f35
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#00b27d
  • editorSuggestWidget.selectedBackground#414852
  • editorWhitespace.foreground#2b2f35
  • editorWidget.background#2b2f35
  • editorWidget.border#414852
  • extensionButton.prominentBackground#00b27d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#00e5a1
  • focusBorder#00b27d
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#58616e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#00b27d
  • input.background#090a0b
  • input.border#363b43
  • input.foreground#c0ccdb
  • input.placeholderForeground#3d434c
  • inputOption.activeBorder#9a6fc4
  • list.activeSelectionBackground#9a6fc4
  • list.activeSelectionForeground#141619
  • list.focusBackground#363b43
  • list.hoverBackground#1b1d21
  • list.inactiveSelectionBackground#141619
  • notification.background#1f2227
  • notification.buttonBackground#00b27d
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c0ccdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2b2f35
  • panel.border#414852
  • panelTitle.activeBorder#00b27d
  • panelTitle.inactiveForeground#636d7c
  • peekView.border#00b27d
  • peekViewEditor.background#0b0c0e
  • peekViewEditor.matchHighlightBackground#9a6fc455
  • peekViewEditorGutter.background#0f1113
  • peekViewResult.background#1f2227
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#9a6fc455
  • peekViewResult.selectionBackground#191b1f
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#0f1113
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#00b27daa
  • scrollbarSlider.background#414852aa
  • scrollbarSlider.hoverBackground#00b27d55
  • sideBar.background#1f2227
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#262a30
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#00b27d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#9a6fc4
  • tab.inactiveBackground#1d2024
  • tab.inactiveForeground#6f7a8a
  • terminal.ansiBlack#1f2227
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#414852
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#cdb7e2
  • terminal.ansiBrightGreen#19ffbb
  • terminal.ansiBrightMagenta#19ffbb
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#cdb7e2
  • terminal.ansiCyan#9a6fc4
  • terminal.ansiGreen#00b27d
  • terminal.ansiMagenta#00b27d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#9a6fc4
  • terminal.background#090a0b
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#0b0c0e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#76818e
string#cccccc
constant.numeric#aaaaaa
constant.language#9a6fc4
constant.character, constant.other#9a6fc4
variable
keyword#00b27d
storage#9a6fc4
storage.type#00b27d
entity.name.class#9a6fc4underline
entity.other.inherited-class#9a6fc4
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#00b27d
entity.other.attribute-name#9a6fc4
support.function#9a6fc4
support.constant#9a6fc4
support.type, support.class#9a6fc4
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#cccccc
meta.diff, meta.diff.header#76818e
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#a0a8b1
meta.property-value, support.constant.property-value, constant.other.color#cccccc
meta.structure.dictionary.json string.quoted.double.json#9a6fc4
meta.structure.dictionary.value.json string.quoted.double.json#cccccc
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c0ccdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#00b27d
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#00b27dnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#aaaaaa
entity.name.section.markdown#9a6fc4
punctuation.definition.heading.markdown#00b27d
markup.raw.inline.markdown#cccccc
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#00b27d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#00b27d
punctuation.definition.metadata.markdown#00b27d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#00b27d
markup.bold.markdown, markup.italic.markdown#00b27d
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#c0ccdb

Shiki preview

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

Loading...

Rainglow - Coding Theme