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#161616
  • activityBar.foreground#ffffff
  • activityBarBadge.background#7385bc
  • activityBarBadge.foreground#ffffff
  • badge.background#7385bc
  • badge.foreground#ffffff
  • button.background#66c4c4
  • button.foreground#ffffff
  • dropdown.background#0c0c0c
  • dropdown.border#0c0c0c
  • dropdown.foreground#ffffff
  • editor.background#111111
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#7385bc22
  • editor.lineHighlightBackground#191919
  • editor.selectionBackground#00808055
  • editor.wordHighlightBackground#e53d6722
  • editor.wordHighlightStrongBackground#66c4c422
  • editorBracketMatch.background#7385bc44
  • editorBracketMatch.border#66c4c4
  • editorCursor.foreground#ffffff
  • editorGroup.background#191919
  • editorGroupHeader.tabsBackground#191919
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c0c0c
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2a2a2a
  • editorLineNumber.foreground#444444
  • editorLink.activeForeground#7385bc
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#66c4c455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2a2a2a
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#7385bc
  • editorSuggestWidget.selectedBackground#444444
  • editorWhitespace.foreground#2a2a2a
  • editorWidget.background#2a2a2a
  • editorWidget.border#444444
  • extensionButton.prominentBackground#7385bc
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#95a3cc
  • focusBorder#7385bc
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d5d5d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#7385bc
  • input.background#040404
  • input.border#373737
  • input.foreground#ffffff
  • input.placeholderForeground#3f3f3f
  • inputOption.activeBorder#66c4c4
  • list.activeSelectionBackground#66c4c4
  • list.activeSelectionForeground#111111
  • list.focusBackground#373737
  • list.hoverBackground#191919
  • list.inactiveSelectionBackground#111111
  • notification.background#1e1e1e
  • notification.buttonBackground#7385bc
  • 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#2a2a2a
  • panel.border#444444
  • panelTitle.activeBorder#7385bc
  • panelTitle.inactiveForeground#6a6a6a
  • peekView.border#7385bc
  • peekViewEditor.background#070707
  • peekViewEditor.matchHighlightBackground#66c4c455
  • peekViewEditorGutter.background#0c0c0c
  • peekViewResult.background#1e1e1e
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#66c4c455
  • peekViewResult.selectionBackground#161616
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#0c0c0c
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#e53d67
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#7385bcaa
  • scrollbarSlider.background#444444aa
  • scrollbarSlider.hoverBackground#7385bc55
  • sideBar.background#1e1e1e
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#252525
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#7385bc
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#66c4c4
  • tab.inactiveBackground#1b1b1b
  • tab.inactiveForeground#777777
  • terminal.ansiBlack#1e1e1e
  • terminal.ansiBlue#e53d67
  • terminal.ansiBrightBlack#444444
  • terminal.ansiBrightBlue#f197ad
  • terminal.ansiBrightCyan#9eaacf
  • terminal.ansiBrightGreen#b8c1dd
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b0e0e0
  • terminal.ansiCyan#5a6fad
  • terminal.ansiGreen#7385bc
  • terminal.ansiMagenta#cccccc
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#66c4c4
  • terminal.background#040404
  • terminal.foreground#ffffff
  • titleBar.activeBackground#070707

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#555555
string#e53d67
constant.numeric#e53d67
constant.language#66c4c4
constant.character, constant.other#66c4c4
variable
keyword#cccccc
storage#66c4c4
storage.type#7385bc
entity.name.class#66c4c4underline
entity.other.inherited-class#66c4c4
entity.name.function#e53d67
variable.parameter#26c1c1
entity.name.tag#7385bc
entity.other.attribute-name#66c4c4
support.function#5a6fad
support.constant#66c4c4
support.type, support.class#66c4c4
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#e53d67
meta.diff, meta.diff.header#555555
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#7b7b7b
meta.property-value, support.constant.property-value, constant.other.color#e53d67
meta.structure.dictionary.json string.quoted.double.json#66c4c4
meta.structure.dictionary.value.json string.quoted.double.json#e53d67
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#7385bc
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#7385bcnormal
variable.other#26c1c1normal
variable.parameter.function.coffee#e53d67
entity.name.section.markdown#66c4c4
punctuation.definition.heading.markdown#cccccc
markup.raw.inline.markdown#e53d67
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#cccccc
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#cccccc
punctuation.definition.metadata.markdown#cccccc
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#7385bc
markup.bold.markdown, markup.italic.markdown#7385bc
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...

Rainglow - Coding Theme