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#080a0d
  • activityBar.foreground#ffffff
  • activityBarBadge.background#6ab0a3
  • activityBarBadge.foreground#ffffff
  • badge.background#6ab0a3
  • badge.foreground#ffffff
  • button.background#52708b
  • button.foreground#ffffff
  • dropdown.background#000000
  • dropdown.border#000000
  • dropdown.foreground#ffffff
  • editor.background#040507
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#6ab0a322
  • editor.lineHighlightBackground#0a0c11
  • editor.selectionBackground#47959a55
  • editor.wordHighlightBackground#508aaa22
  • editor.wordHighlightStrongBackground#52708b22
  • editorBracketMatch.background#6ab0a344
  • editorBracketMatch.border#52708b
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#0a0c11
  • editorGroupHeader.tabsBackground#0a0c11
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#000000
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#171c27
  • editorLineNumber.foreground#293348
  • editorLink.activeForeground#6ab0a3
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#52708b55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#171c27
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#6ab0a3
  • editorSuggestWidget.selectedBackground#293348
  • editorWhitespace.foreground#171c27
  • editorWidget.background#171c27
  • editorWidget.border#293348
  • extensionButton.prominentBackground#6ab0a3
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#8bc2b8
  • focusBorder#6ab0a3
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#3c4b68
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#6ab0a3
  • input.background#000000
  • input.border#202838
  • input.foreground#ffffff
  • input.placeholderForeground#252f41
  • inputOption.activeBorder#52708b
  • list.activeSelectionBackground#52708b
  • list.activeSelectionForeground#040507
  • list.focusBackground#202838
  • list.hoverBackground#0a0c11
  • list.inactiveSelectionBackground#040507
  • notification.background#0d1117
  • notification.buttonBackground#6ab0a3
  • 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#171c27
  • panel.border#293348
  • panelTitle.activeBorder#6ab0a3
  • panelTitle.inactiveForeground#455679
  • peekView.border#6ab0a3
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#52708b55
  • peekViewEditorGutter.background#000000
  • peekViewResult.background#0d1117
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#52708b55
  • peekViewResult.selectionBackground#080a0d
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#000000
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#508aaa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#6ab0a3aa
  • scrollbarSlider.background#293348aa
  • scrollbarSlider.hoverBackground#6ab0a355
  • sideBar.background#0d1117
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#131821
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#6ab0a3
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#52708b
  • tab.inactiveBackground#0b0e14
  • tab.inactiveForeground#4e6289
  • terminal.ansiBlack#0d1117
  • terminal.ansiBlue#508aaa
  • terminal.ansiBrightBlack#293348
  • terminal.ansiBrightBlue#94b8cc
  • terminal.ansiBrightCyan#add3cc
  • terminal.ansiBrightGreen#add3cc
  • terminal.ansiBrightMagenta#94b8cc
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#89a3ba
  • terminal.ansiCyan#6ab0a3
  • terminal.ansiGreen#6ab0a3
  • terminal.ansiMagenta#508aaa
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#52708b
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#414d62
string#64aeb3
constant.numeric#64aeb3
constant.language#52708b
constant.character, constant.other#52708b
variable
keyword#508aaa
storage#52708b
storage.type#6ab0a3
entity.name.class#52708bunderline
entity.other.inherited-class#52708b
entity.name.function#508aaa
variable.parameter#ffffff
entity.name.tag#6ab0a3
entity.other.attribute-name#52708b
support.function#6ab0a3
support.constant#52708b
support.type, support.class#52708b
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#64aeb3
meta.diff, meta.diff.header#414d62
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#607190
meta.property-value, support.constant.property-value, constant.other.color#64aeb3
meta.structure.dictionary.json string.quoted.double.json#52708b
meta.structure.dictionary.value.json string.quoted.double.json#64aeb3
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#6ab0a3
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6ab0a3normal
variable.other#ffffffnormal
variable.parameter.function.coffee#64aeb3
entity.name.section.markdown#52708b
punctuation.definition.heading.markdown#508aaa
markup.raw.inline.markdown#64aeb3
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#508aaa
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#508aaa
punctuation.definition.metadata.markdown#508aaa
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6ab0a3
markup.bold.markdown, markup.italic.markdown#6ab0a3
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