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#272727
  • activityBar.foreground#cccccc
  • activityBarBadge.background#fc913a
  • activityBarBadge.foreground#ffffff
  • badge.background#fc913a
  • badge.foreground#ffffff
  • button.background#7d8991
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#cccccc
  • editor.background#222222
  • editor.foreground#cccccc
  • editor.hoverHighlightBackground#fc913a22
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#f8593155
  • editor.wordHighlightBackground#f9d42322
  • editor.wordHighlightStrongBackground#7d899122
  • editorBracketMatch.background#fc913a44
  • editorBracketMatch.border#7d8991
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#2a2a2a
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#fc913a
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#7d899155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#cccccc
  • editorSuggestWidget.highlightForeground#fc913a
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#fc913a
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fdad6c
  • focusBorder#fc913a
  • foreground#cccccc
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fc913a
  • input.background#151515
  • input.border#484848
  • input.foreground#cccccc
  • input.placeholderForeground#505050
  • inputOption.activeBorder#7d8991
  • list.activeSelectionBackground#7d8991
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • notification.background#2f2f2f
  • notification.buttonBackground#fc913a
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#cccccc
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#fc913a
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#fc913a
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#7d899155
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#c2c2c2
  • peekViewResult.lineForeground#b3b3b3
  • peekViewResult.matchHighlightBackground#7d899155
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#cccccc
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#c4c4c4
  • peekViewTitleLabel.foreground#cccccc
  • progressBar.background#f9d423
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#fc913aaa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#fc913a55
  • sideBar.background#2f2f2f
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.foreground#cccccc
  • statusBar.background#fc913a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7d8991
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#f9d423
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#fce786
  • terminal.ansiBrightCyan#fba894
  • terminal.ansiBrightGreen#fec99e
  • terminal.ansiBrightMagenta#b4bbc0
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b4bbc0
  • terminal.ansiCyan#f85931
  • terminal.ansiGreen#fc913a
  • terminal.ansiMagenta#7d8991
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d9d9d9
  • terminal.ansiYellow#7d8991
  • terminal.background#151515
  • terminal.foreground#cccccc
  • titleBar.activeBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cccccc
comment#555555
string#f9d423
constant.numeric#f9d423
constant.language#7d8991
constant.character, constant.other#7d8991
variable
keyword#7d8991
storage#7d8991
storage.type#fc913a
entity.name.class#7d8991underline
entity.other.inherited-class#7d8991
entity.name.function#f9d423
variable.parameter#cccccc
entity.name.tag#fc913a
entity.other.attribute-name#7d8991
support.function#f85931
support.constant#7d8991
support.type, support.class#7d8991
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f9d423
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#f9d423
meta.structure.dictionary.json string.quoted.double.json#7d8991
meta.structure.dictionary.value.json string.quoted.double.json#f9d423
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#cccccc
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fc913a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fc913anormal
variable.other#ccccccnormal
variable.parameter.function.coffee#f9d423
entity.name.section.markdown#7d8991
punctuation.definition.heading.markdown#7d8991
markup.raw.inline.markdown#f9d423
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#7d8991
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#7d8991
punctuation.definition.metadata.markdown#7d8991
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fc913a
markup.bold.markdown, markup.italic.markdown#fc913a
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#cccccc

Shiki preview

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

Loading...

Rainglow - Coding Theme