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#252e39
  • activityBar.foreground#aec2e0
  • activityBarBadge.background#267fb5
  • activityBarBadge.foreground#ffffff
  • badge.background#267fb5
  • badge.foreground#ffffff
  • button.background#ffb20d
  • button.foreground#ffffff
  • dropdown.background#1d242d
  • dropdown.border#1d242d
  • dropdown.foreground#aec2e0
  • editor.background#212933
  • editor.foreground#aec2e0
  • editor.hoverHighlightBackground#267fb522
  • editor.lineHighlightBackground#27303c
  • editor.selectionBackground#ff410d55
  • editor.wordHighlightBackground#ffb20d22
  • editor.wordHighlightStrongBackground#ffffff22
  • editorBracketMatch.background#267fb544
  • editorBracketMatch.border#ffffff
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#27303c
  • editorGroupHeader.tabsBackground#27303c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d242d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#354252
  • editorLineNumber.foreground#495b71
  • editorLink.activeForeground#267fb5
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ffffff55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#354252
  • editorSuggestWidget.foreground#aec2e0
  • editorSuggestWidget.highlightForeground#267fb5
  • editorSuggestWidget.selectedBackground#495b71
  • editorWhitespace.foreground#354252
  • editorWidget.background#354252
  • editorWidget.border#495b71
  • extensionButton.prominentBackground#267fb5
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#399ad5
  • focusBorder#267fb5
  • foreground#aec2e0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d7490
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#267fb5
  • input.background#171d24
  • input.border#3f4e61
  • input.foreground#aec2e0
  • input.placeholderForeground#45566b
  • inputOption.activeBorder#ffffff
  • list.activeSelectionBackground#ffffff
  • list.activeSelectionForeground#212933
  • list.focusBackground#3f4e61
  • list.hoverBackground#27303c
  • list.inactiveSelectionBackground#212933
  • notification.background#2b3542
  • notification.buttonBackground#267fb5
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#aec2e0
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#354252
  • panel.border#495b71
  • panelTitle.activeBorder#267fb5
  • panelTitle.inactiveForeground#69809e
  • peekView.border#267fb5
  • peekViewEditor.background#191f27
  • peekViewEditor.matchHighlightBackground#ffffff55
  • peekViewEditorGutter.background#1d242d
  • peekViewResult.background#2b3542
  • peekViewResult.fileForeground#9fb7da
  • peekViewResult.lineForeground#89a6d2
  • peekViewResult.matchHighlightBackground#ffffff55
  • peekViewResult.selectionBackground#252e39
  • peekViewResult.selectionForeground#aec2e0
  • peekViewTitle.background#1d242d
  • peekViewTitleDescription.foreground#a3badc
  • peekViewTitleLabel.foreground#aec2e0
  • progressBar.background#ffb20d
  • scrollbar.shadow#0d1014
  • scrollbarSlider.activeBackground#267fb5aa
  • scrollbarSlider.background#495b71aa
  • scrollbarSlider.hoverBackground#267fb555
  • sideBar.background#2b3542
  • sideBar.foreground#aec2e0
  • sideBarSectionHeader.background#313d4c
  • sideBarSectionHeader.foreground#aec2e0
  • statusBar.background#267fb5
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ffffff
  • tab.inactiveBackground#29333f
  • tab.inactiveForeground#788da8
  • terminal.ansiBlack#2b3542
  • terminal.ansiBlue#ffb20d
  • terminal.ansiBrightBlack#495b71
  • terminal.ansiBrightBlue#ffd273
  • terminal.ansiBrightCyan#63b0de
  • terminal.ansiBrightGreen#63b0de
  • terminal.ansiBrightMagenta#b2bece
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f8fafc
  • terminal.ansiBrightYellow#ffffff
  • terminal.ansiCyan#267fb5
  • terminal.ansiGreen#267fb5
  • terminal.ansiMagenta#748aa6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c0d0e7
  • terminal.ansiYellow#ffffff
  • terminal.background#171d24
  • terminal.foreground#aec2e0
  • titleBar.activeBackground#191f27

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#aec2e0
comment#425972
string#ff410d
constant.numeric#c7f026
constant.language#ffffff
constant.character, constant.other#ffffff
variable
keyword#748aa6
storage#ffffff
storage.type#267fb5
entity.name.class#ffffffunderline
entity.other.inherited-class#ffffff
entity.name.function#ffb20d
variable.parameter#f1f6fb
entity.name.tag#267fb5
entity.other.attribute-name#ffffff
support.function#267fb5
support.constant#ffffff
support.type, support.class#ffffff
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ff410d
meta.diff, meta.diff.header#425972
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#5e7fa2
meta.property-value, support.constant.property-value, constant.other.color#ff410d
meta.structure.dictionary.json string.quoted.double.json#ffffff
meta.structure.dictionary.value.json string.quoted.double.json#ff410d
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#aec2e0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#267fb5
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#267fb5normal
variable.other#f1f6fbnormal
variable.parameter.function.coffee#c7f026
entity.name.section.markdown#ffffff
punctuation.definition.heading.markdown#748aa6
markup.raw.inline.markdown#ff410d
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#748aa6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#748aa6
punctuation.definition.metadata.markdown#748aa6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#267fb5
markup.bold.markdown, markup.italic.markdown#267fb5
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#aec2e0

Shiki preview

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

Loading...

Rainglow - Coding Theme