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#121314
  • activityBar.foreground#5f656d
  • activityBarBadge.background#3c4044
  • activityBarBadge.foreground#ffffff
  • badge.background#3c4044
  • badge.foreground#ffffff
  • button.background#474c51
  • button.foreground#ffffff
  • dropdown.background#08090a
  • dropdown.border#08090a
  • dropdown.foreground#5f656d
  • editor.background#0d0e0f
  • editor.foreground#5f656d
  • editor.hoverHighlightBackground#3c404422
  • editor.lineHighlightBackground#141617
  • editor.selectionBackground#ffffff55
  • editor.wordHighlightBackground#545a6022
  • editor.wordHighlightStrongBackground#474c5122
  • editorBracketMatch.background#3c404444
  • editorBracketMatch.border#474c51
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#141617
  • editorGroupHeader.tabsBackground#141617
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#08090a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#25272a
  • editorLineNumber.foreground#3c4146
  • editorLink.activeForeground#3c4044
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#474c5155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#25272a
  • editorSuggestWidget.foreground#5f656d
  • editorSuggestWidget.highlightForeground#3c4044
  • editorSuggestWidget.selectedBackground#3c4146
  • editorWhitespace.foreground#25272a
  • editorWidget.background#25272a
  • editorWidget.border#3c4146
  • extensionButton.prominentBackground#3c4044
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#54595f
  • focusBorder#3c4044
  • foreground#5f656d
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#545a61
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#3c4044
  • input.background#010101
  • input.border#313438
  • input.foreground#5f656d
  • input.placeholderForeground#383c40
  • inputOption.activeBorder#474c51
  • list.activeSelectionBackground#474c51
  • list.activeSelectionForeground#0d0e0f
  • list.focusBackground#313438
  • list.hoverBackground#141617
  • list.inactiveSelectionBackground#0d0e0f
  • notification.background#191b1d
  • notification.buttonBackground#3c4044
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#5f656d
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#25272a
  • panel.border#3c4146
  • panelTitle.activeBorder#3c4044
  • panelTitle.inactiveForeground#60676f
  • peekView.border#3c4044
  • peekViewEditor.background#040404
  • peekViewEditor.matchHighlightBackground#474c5155
  • peekViewEditorGutter.background#08090a
  • peekViewResult.background#191b1d
  • peekViewResult.fileForeground#565b62
  • peekViewResult.lineForeground#474c52
  • peekViewResult.matchHighlightBackground#474c5155
  • peekViewResult.selectionBackground#121314
  • peekViewResult.selectionForeground#5f656d
  • peekViewTitle.background#08090a
  • peekViewTitleDescription.foreground#585d65
  • peekViewTitleLabel.foreground#5f656d
  • progressBar.background#545a60
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#3c4044aa
  • scrollbarSlider.background#3c4146aa
  • scrollbarSlider.hoverBackground#3c404455
  • sideBar.background#191b1d
  • sideBar.foreground#5f656d
  • sideBarSectionHeader.background#202225
  • sideBarSectionHeader.foreground#5f656d
  • statusBar.background#3c4044
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#474c51
  • tab.inactiveBackground#16181a
  • tab.inactiveForeground#6c747c
  • terminal.ansiBlack#191b1d
  • terminal.ansiBlue#545a60
  • terminal.ansiBrightBlack#3c4146
  • terminal.ansiBrightBlue#858d95
  • terminal.ansiBrightCyan#6c737a
  • terminal.ansiBrightGreen#6c737a
  • terminal.ansiBrightMagenta#777f87
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#9298a0
  • terminal.ansiBrightYellow#777f87
  • terminal.ansiCyan#3c4044
  • terminal.ansiGreen#3c4044
  • terminal.ansiMagenta#474c51
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#6b727b
  • terminal.ansiYellow#474c51
  • terminal.background#010101
  • terminal.foreground#5f656d
  • titleBar.activeBackground#040404

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#5f656d
comment#323538
string#545a60
constant.numeric#545a60
constant.language#474c51
constant.character, constant.other#474c51
variable
keyword#474c51
storage#474c51
storage.type#3c4044
entity.name.class#474c51underline
entity.other.inherited-class#474c51
entity.name.function#545a60
variable.parameter#727982
entity.name.tag#3c4044
entity.other.attribute-name#474c51
support.function#3c4044
support.constant#474c51
support.type, support.class#474c51
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#545a60
meta.diff, meta.diff.header#323538
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#565b60
meta.property-value, support.constant.property-value, constant.other.color#545a60
meta.structure.dictionary.json string.quoted.double.json#474c51
meta.structure.dictionary.value.json string.quoted.double.json#545a60
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#5f656d
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#3c4044
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#3c4044normal
variable.other#727982normal
variable.parameter.function.coffee#545a60
entity.name.section.markdown#474c51
punctuation.definition.heading.markdown#474c51
markup.raw.inline.markdown#545a60
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#474c51
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#474c51
punctuation.definition.metadata.markdown#474c51
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#3c4044
markup.bold.markdown, markup.italic.markdown#3c4044
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#5f656d

Shiki preview

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

Loading...

Rainglow - Coding Theme