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#191e23
  • activityBar.foreground#ffffff
  • activityBarBadge.background#5d67ad
  • activityBarBadge.foreground#ffffff
  • badge.background#5d67ad
  • badge.foreground#ffffff
  • button.background#d60257
  • button.foreground#ffffff
  • dropdown.background#111417
  • dropdown.border#111417
  • dropdown.foreground#ffffff
  • editor.background#15191d
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#5d67ad22
  • editor.lineHighlightBackground#1b2126
  • editor.selectionBackground#e4563555
  • editor.wordHighlightBackground#e4563522
  • editor.wordHighlightStrongBackground#d6025722
  • editorBracketMatch.background#5d67ad44
  • editorBracketMatch.border#d60257
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#1b2126
  • editorGroupHeader.tabsBackground#1b2126
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#111417
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2a323b
  • editorLineNumber.foreground#404c58
  • editorLink.activeForeground#5d67ad
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#d6025755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2a323b
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#5d67ad
  • editorSuggestWidget.selectedBackground#404c58
  • editorWhitespace.foreground#2a323b
  • editorWidget.background#2a323b
  • editorWidget.border#404c58
  • extensionButton.prominentBackground#5d67ad
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#7f87be
  • focusBorder#5d67ad
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#556576
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#5d67ad
  • input.background#0a0c0e
  • input.border#353f49
  • input.foreground#ffffff
  • input.placeholderForeground#3c4752
  • inputOption.activeBorder#d60257
  • list.activeSelectionBackground#d60257
  • list.activeSelectionForeground#15191d
  • list.focusBackground#353f49
  • list.hoverBackground#1b2126
  • list.inactiveSelectionBackground#15191d
  • notification.background#20262c
  • notification.buttonBackground#5d67ad
  • 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#2a323b
  • panel.border#404c58
  • panelTitle.activeBorder#5d67ad
  • panelTitle.inactiveForeground#607285
  • peekView.border#5d67ad
  • peekViewEditor.background#0c0f11
  • peekViewEditor.matchHighlightBackground#d6025755
  • peekViewEditorGutter.background#111417
  • peekViewResult.background#20262c
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#d6025755
  • peekViewResult.selectionBackground#191e23
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#111417
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#e45635
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#5d67adaa
  • scrollbarSlider.background#404c58aa
  • scrollbarSlider.hoverBackground#5d67ad55
  • sideBar.background#20262c
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#262d35
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#5d67ad
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d60257
  • tab.inactiveBackground#1e2329
  • tab.inactiveForeground#6b7f93
  • terminal.ansiBlack#20262c
  • terminal.ansiBlue#e45635
  • terminal.ansiBrightBlack#404c58
  • terminal.ansiBrightBlue#f0a18f
  • terminal.ansiBrightCyan#f0a18f
  • terminal.ansiBrightGreen#a1a7cf
  • terminal.ansiBrightMagenta#a1a7cf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#fd418c
  • terminal.ansiCyan#e45635
  • terminal.ansiGreen#5d67ad
  • terminal.ansiMagenta#5d67ad
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#d60257
  • terminal.background#0a0c0e
  • terminal.foreground#ffffff
  • titleBar.activeBackground#0c0f11

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#465360
string#f7a21b
constant.numeric#f7a21b
constant.language#d60257
constant.character, constant.other#d60257
variable
keyword#5d67ad
storage#d60257
storage.type#5d67ad
entity.name.class#d60257underline
entity.other.inherited-class#d60257
entity.name.function#e45635
variable.parameter#ffffff
entity.name.tag#5d67ad
entity.other.attribute-name#d60257
support.function#e45635
support.constant#d60257
support.type, support.class#d60257
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f7a21b
meta.diff, meta.diff.header#465360
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#66798c
meta.property-value, support.constant.property-value, constant.other.color#f7a21b
meta.structure.dictionary.json string.quoted.double.json#d60257
meta.structure.dictionary.value.json string.quoted.double.json#f7a21b
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#5d67ad
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5d67adnormal
variable.other#ffffffnormal
variable.parameter.function.coffee#f7a21b
entity.name.section.markdown#d60257
punctuation.definition.heading.markdown#5d67ad
markup.raw.inline.markdown#f7a21b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#5d67ad
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#5d67ad
punctuation.definition.metadata.markdown#5d67ad
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#5d67ad
markup.bold.markdown, markup.italic.markdown#5d67ad
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