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#485860
  • activityBar.foreground#ffffff
  • activityBarBadge.background#e06d5c
  • activityBarBadge.foreground#ffffff
  • badge.background#e06d5c
  • badge.foreground#ffffff
  • button.background#7ec579
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#485860
  • editor.background#ffffff
  • editor.foreground#485860
  • editor.hoverHighlightBackground#e06d5c22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#7ec57933
  • editor.wordHighlightBackground#98abb722
  • editor.wordHighlightStrongBackground#7ec57922
  • editorBracketMatch.background#e06d5c44
  • editorBracketMatch.border#7ec579
  • editorCursor.foreground#333333
  • 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#e06d5c
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#7ec57955
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#485860
  • editorSuggestWidget.highlightForeground#e06d5c
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#e06d5c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#e89387
  • focusBorder#e06d5c
  • foreground#485860
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#e06d5c
  • input.background#ffffff
  • input.border#999999
  • input.foreground#485860
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#7ec579
  • list.activeSelectionBackground#7ec579
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#e06d5c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#485860
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#e06d5c
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#e06d5c
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#7ec57955
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#53656f
  • peekViewResult.lineForeground#8499a3
  • peekViewResult.matchHighlightBackground#7ec57955
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#53656f
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#415057
  • peekViewTitleLabel.foreground#485860
  • progressBar.background#98abb7
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#e06d5caa
  • scrollbarSlider.background#48586035
  • scrollbarSlider.hoverBackground#e06d5c55
  • sideBar.background#f2f2f2
  • sideBar.foreground#485860
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#485860
  • statusBar.background#e06d5c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7ec579
  • tab.activeForeground#485860
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#b0bdc4
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#98abb7
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#d4dce1
  • terminal.ansiBrightCyan#c3e4c0
  • terminal.ansiBrightGreen#f0bab2
  • terminal.ansiBrightMagenta#f0bab2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#768d98
  • terminal.ansiBrightYellow#c3e4c0
  • terminal.ansiCyan#7ec579
  • terminal.ansiGreen#e06d5c
  • terminal.ansiMagenta#e06d5c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#53656f
  • terminal.ansiYellow#7ec579
  • terminal.background#ffffff
  • terminal.foreground#485860
  • titleBar.activeBackground#cdd6da
  • titleBar.activeForeground#485860
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#485860
comment#aab8bf
string#84c4ce
constant.numeric#e0ad5c
constant.language#7ec579
constant.character, constant.other#7ec579
variable
keyword#e06d5c
storage#7ec579
storage.type#e06d5c
entity.name.class#7ec579underline
entity.other.inherited-class#7ec579
entity.name.function#98abb7
variable.parameter#333e44
entity.name.tag#e06d5c
entity.other.attribute-name#7ec579
support.function#7ec579
support.constant#7ec579
support.type, support.class#7ec579
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#84c4ce
meta.diff, meta.diff.header#aab8bf
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#7e949e
meta.property-value, support.constant.property-value, constant.other.color#84c4ce
meta.structure.dictionary.json string.quoted.double.json#7ec579
meta.structure.dictionary.value.json string.quoted.double.json#84c4ce
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#485860
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e06d5c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e06d5cnormal
variable.other#333e44normal
variable.parameter.function.coffee#e0ad5c
entity.name.section.markdown#7ec579
punctuation.definition.heading.markdown#e06d5c
markup.raw.inline.markdown#84c4ce
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e06d5c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e06d5c
punctuation.definition.metadata.markdown#e06d5c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e06d5c
markup.bold.markdown, markup.italic.markdown#e06d5c
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#485860

Shiki preview

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

Loading...

Rainglow - Coding Theme