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#273030
  • activityBar.foreground#8da0a0
  • activityBarBadge.background#36a595
  • activityBarBadge.foreground#ffffff
  • badge.background#36a595
  • badge.foreground#ffffff
  • button.background#f6da40
  • button.foreground#ffffff
  • dropdown.background#1d2424
  • dropdown.border#1d2424
  • dropdown.foreground#8da0a0
  • editor.background#222a2a
  • editor.foreground#8da0a0
  • editor.hoverHighlightBackground#36a59522
  • editor.lineHighlightBackground#293232
  • editor.selectionBackground#36a59555
  • editor.wordHighlightBackground#db515c22
  • editor.wordHighlightStrongBackground#f6da4022
  • editorBracketMatch.background#36a59544
  • editorBracketMatch.border#f6da40
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#293232
  • editorGroupHeader.tabsBackground#293232
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d2424
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#394646
  • editorLineNumber.foreground#506262
  • editorLink.activeForeground#36a595
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f6da4055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#394646
  • editorSuggestWidget.foreground#8da0a0
  • editorSuggestWidget.highlightForeground#36a595
  • editorSuggestWidget.selectedBackground#506262
  • editorWhitespace.foreground#394646
  • editorWidget.background#394646
  • editorWidget.border#506262
  • extensionButton.prominentBackground#36a595
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#4ac4b2
  • focusBorder#36a595
  • foreground#8da0a0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#667f7f
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#36a595
  • input.background#171c1c
  • input.border#445454
  • input.foreground#8da0a0
  • input.placeholderForeground#4b5d5d
  • inputOption.activeBorder#f6da40
  • list.activeSelectionBackground#f6da40
  • list.activeSelectionForeground#222a2a
  • list.focusBackground#445454
  • list.hoverBackground#293232
  • list.inactiveSelectionBackground#222a2a
  • notification.background#2d3838
  • notification.buttonBackground#36a595
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#8da0a0
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#394646
  • panel.border#506262
  • panelTitle.activeBorder#36a595
  • panelTitle.inactiveForeground#728d8d
  • peekView.border#36a595
  • peekViewEditor.background#191f1f
  • peekViewEditor.matchHighlightBackground#f6da4055
  • peekViewEditorGutter.background#1d2424
  • peekViewResult.background#2d3838
  • peekViewResult.fileForeground#829797
  • peekViewResult.lineForeground#728888
  • peekViewResult.matchHighlightBackground#f6da4055
  • peekViewResult.selectionBackground#273030
  • peekViewResult.selectionForeground#8da0a0
  • peekViewTitle.background#1d2424
  • peekViewTitleDescription.foreground#859999
  • peekViewTitleLabel.foreground#8da0a0
  • progressBar.background#db515c
  • scrollbar.shadow#0b0e0e
  • scrollbarSlider.activeBackground#36a595aa
  • scrollbarSlider.background#506262aa
  • scrollbarSlider.hoverBackground#36a59555
  • sideBar.background#2d3838
  • sideBar.foreground#8da0a0
  • sideBarSectionHeader.background#344141
  • sideBarSectionHeader.foreground#8da0a0
  • statusBar.background#36a595
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f6da40
  • tab.inactiveBackground#2b3535
  • tab.inactiveForeground#809898
  • terminal.ansiBlack#2d3838
  • terminal.ansiBlue#db515c
  • terminal.ansiBrightBlack#506262
  • terminal.ansiBrightBlue#eca6ab
  • terminal.ansiBrightCyan#71d0c3
  • terminal.ansiBrightGreen#71d0c3
  • terminal.ansiBrightMagenta#efc5a3
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#c5cece
  • terminal.ansiBrightYellow#fbeda1
  • terminal.ansiCyan#36a595
  • terminal.ansiGreen#36a595
  • terminal.ansiMagenta#e08e4c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#9bacac
  • terminal.ansiYellow#f6da40
  • terminal.background#171c1c
  • terminal.foreground#8da0a0
  • titleBar.activeBackground#191f1f

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#8da0a0
comment#4e6060
string#63a5a5
constant.numeric#4eadad
constant.language#f6da40
constant.character, constant.other#f6da40
variable
keyword#e08e4c
storage#f6da40
storage.type#36a595
entity.name.class#f6da40underline
entity.other.inherited-class#f6da40
entity.name.function#db515c
variable.parameter#d0e8e8
entity.name.tag#36a595
entity.other.attribute-name#f6da40
support.function#36a595
support.constant#f6da40
support.type, support.class#f6da40
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#63a5a5
meta.diff, meta.diff.header#4e6060
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#708a8a
meta.property-value, support.constant.property-value, constant.other.color#63a5a5
meta.structure.dictionary.json string.quoted.double.json#f6da40
meta.structure.dictionary.value.json string.quoted.double.json#63a5a5
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#8da0a0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#36a595
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#36a595normal
variable.other#d0e8e8normal
variable.parameter.function.coffee#4eadad
entity.name.section.markdown#f6da40
punctuation.definition.heading.markdown#e08e4c
markup.raw.inline.markdown#63a5a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e08e4c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e08e4c
punctuation.definition.metadata.markdown#e08e4c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#36a595
markup.bold.markdown, markup.italic.markdown#36a595
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#8da0a0

Shiki preview

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

Loading...

Rainglow - Coding Theme