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#4a4e5b
  • activityBar.foreground#f3eff5
  • activityBarBadge.background#72b01d
  • activityBarBadge.foreground#ffffff
  • badge.background#72b01d
  • badge.foreground#ffffff
  • button.background#b3dd49
  • button.foreground#ffffff
  • dropdown.background#40444f
  • dropdown.border#40444f
  • dropdown.foreground#f3eff5
  • editor.background#454955
  • editor.foreground#f3eff5
  • editor.hoverHighlightBackground#72b01d22
  • editor.lineHighlightBackground#4c505d
  • editor.selectionBackground#b3dd4955
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#b3dd4922
  • editorBracketMatch.background#72b01d44
  • editorBracketMatch.border#b3dd49
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#4c505d
  • editorGroupHeader.tabsBackground#4c505d
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#40444f
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#5c6171
  • editorLineNumber.foreground#73798d
  • editorLink.activeForeground#72b01d
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#b3dd4955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#5c6171
  • editorSuggestWidget.foreground#f3eff5
  • editorSuggestWidget.highlightForeground#72b01d
  • editorSuggestWidget.selectedBackground#73798d
  • editorWhitespace.foreground#5c6171
  • editorWidget.background#5c6171
  • editorWidget.border#73798d
  • extensionButton.prominentBackground#72b01d
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#8edb25
  • focusBorder#72b01d
  • foreground#f3eff5
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#8f94a4
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#72b01d
  • input.background#3a3d47
  • input.border#676d7f
  • input.foreground#f3eff5
  • input.placeholderForeground#6e7588
  • inputOption.activeBorder#b3dd49
  • list.activeSelectionBackground#b3dd49
  • list.activeSelectionForeground#454955
  • list.focusBackground#676d7f
  • list.hoverBackground#4c505d
  • list.inactiveSelectionBackground#454955
  • notification.background#505563
  • notification.buttonBackground#72b01d
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f3eff5
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#5c6171
  • panel.border#73798d
  • panelTitle.activeBorder#72b01d
  • panelTitle.inactiveForeground#9da2af
  • peekView.border#72b01d
  • peekViewEditor.background#3c3f4a
  • peekViewEditor.matchHighlightBackground#b3dd4955
  • peekViewEditorGutter.background#40444f
  • peekViewResult.background#505563
  • peekViewResult.fileForeground#eae2ed
  • peekViewResult.lineForeground#dbd0e1
  • peekViewResult.matchHighlightBackground#b3dd4955
  • peekViewResult.selectionBackground#4a4e5b
  • peekViewResult.selectionForeground#f3eff5
  • peekViewTitle.background#40444f
  • peekViewTitleDescription.foreground#ece6ef
  • peekViewTitleLabel.foreground#f3eff5
  • progressBar.background#ffffff
  • scrollbar.shadow#2e3139
  • scrollbarSlider.activeBackground#72b01daa
  • scrollbarSlider.background#73798daa
  • scrollbarSlider.hoverBackground#72b01d55
  • sideBar.background#505563
  • sideBar.foreground#f3eff5
  • sideBarSectionHeader.background#575c6b
  • sideBarSectionHeader.foreground#f3eff5
  • statusBar.background#72b01d
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b3dd49
  • tab.inactiveBackground#4e5360
  • tab.inactiveForeground#abafbb
  • terminal.ansiBlack#505563
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#73798d
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#a5e251
  • terminal.ansiBrightGreen#a5e251
  • terminal.ansiBrightMagenta#d7ed9f
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#d7ed9f
  • terminal.ansiCyan#72b01d
  • terminal.ansiGreen#72b01d
  • terminal.ansiMagenta#b3dd49
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#b3dd49
  • terminal.background#3a3d47
  • terminal.foreground#f3eff5
  • titleBar.activeBackground#3c3f4a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f3eff5
comment#7b85a0
string#86baba
constant.numeric#afd1d1
constant.language#b3dd49
constant.character, constant.other#b3dd49
variable
keyword#b3dd49
storage#b3dd49
storage.type#72b01d
entity.name.class#b3dd49underline
entity.other.inherited-class#b3dd49
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#72b01d
entity.other.attribute-name#b3dd49
support.function#72b01d
support.constant#b3dd49
support.type, support.class#b3dd49
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#86baba
meta.diff, meta.diff.header#7b85a0
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#a7aec0
meta.property-value, support.constant.property-value, constant.other.color#86baba
meta.structure.dictionary.json string.quoted.double.json#b3dd49
meta.structure.dictionary.value.json string.quoted.double.json#86baba
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f3eff5
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#72b01d
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#72b01dnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#afd1d1
entity.name.section.markdown#b3dd49
punctuation.definition.heading.markdown#b3dd49
markup.raw.inline.markdown#86baba
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#b3dd49
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#b3dd49
punctuation.definition.metadata.markdown#b3dd49
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#72b01d
markup.bold.markdown, markup.italic.markdown#72b01d
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#f3eff5

Shiki preview

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

Loading...

Rainglow - Coding Theme