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#1b4d47
  • activityBar.foreground#bad3d0
  • activityBarBadge.background#f75431
  • activityBarBadge.foreground#ffffff
  • badge.background#f75431
  • badge.foreground#ffffff
  • button.background#facc54
  • button.foreground#ffffff
  • dropdown.background#153d39
  • dropdown.border#153d39
  • dropdown.foreground#bad3d0
  • editor.background#184540
  • editor.foreground#bad3d0
  • editor.hoverHighlightBackground#f7543122
  • editor.lineHighlightBackground#1c504b
  • editor.selectionBackground#f7543155
  • editor.wordHighlightBackground#8ec06522
  • editor.wordHighlightStrongBackground#facc5422
  • editorBracketMatch.background#f7543144
  • editorBracketMatch.border#facc54
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#1c504b
  • editorGroupHeader.tabsBackground#1c504b
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#153d39
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#256b63
  • editorLineNumber.foreground#329186
  • editorLink.activeForeground#f75431
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#facc5455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#256b63
  • editorSuggestWidget.foreground#bad3d0
  • editorSuggestWidget.highlightForeground#f75431
  • editorSuggestWidget.selectedBackground#329186
  • editorWhitespace.foreground#256b63
  • editorWidget.background#256b63
  • editorWidget.border#329186
  • extensionButton.prominentBackground#f75431
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f97d62
  • focusBorder#f75431
  • foreground#bad3d0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#3fb6a9
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f75431
  • input.background#11322e
  • input.border#2c7e75
  • input.foreground#bad3d0
  • input.placeholderForeground#30897f
  • inputOption.activeBorder#facc54
  • list.activeSelectionBackground#facc54
  • list.activeSelectionForeground#184540
  • list.focusBackground#2c7e75
  • list.hoverBackground#1c504b
  • list.inactiveSelectionBackground#184540
  • notification.background#1f5852
  • notification.buttonBackground#f75431
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#bad3d0
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#256b63
  • panel.border#329186
  • panelTitle.activeBorder#f75431
  • panelTitle.inactiveForeground#4ec1b5
  • peekView.border#f75431
  • peekViewEditor.background#133632
  • peekViewEditor.matchHighlightBackground#facc5455
  • peekViewEditorGutter.background#153d39
  • peekViewResult.background#1f5852
  • peekViewResult.fileForeground#aecbc8
  • peekViewResult.lineForeground#9bbfbb
  • peekViewResult.matchHighlightBackground#facc5455
  • peekViewResult.selectionBackground#1b4d47
  • peekViewResult.selectionForeground#bad3d0
  • peekViewTitle.background#153d39
  • peekViewTitleDescription.foreground#b1cdca
  • peekViewTitleLabel.foreground#bad3d0
  • progressBar.background#8ec065
  • scrollbar.shadow#0b1f1d
  • scrollbarSlider.activeBackground#f75431aa
  • scrollbarSlider.background#329186aa
  • scrollbarSlider.hoverBackground#f7543155
  • sideBar.background#1f5852
  • sideBar.foreground#bad3d0
  • sideBarSectionHeader.background#23635c
  • sideBarSectionHeader.foreground#bad3d0
  • statusBar.background#f75431
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#facc54
  • tab.inactiveBackground#1d544e
  • tab.inactiveForeground#61c8bd
  • terminal.ansiBlack#1f5852
  • terminal.ansiBlue#8ec065
  • terminal.ansiBrightBlack#329186
  • terminal.ansiBrightBlue#c3dead
  • terminal.ansiBrightCyan#fba593
  • terminal.ansiBrightGreen#fba593
  • terminal.ansiBrightMagenta#61cd8e
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f8fbfa
  • terminal.ansiBrightYellow#fdeab7
  • terminal.ansiCyan#f75431
  • terminal.ansiGreen#f75431
  • terminal.ansiMagenta#30985b
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#cadddb
  • terminal.ansiYellow#facc54
  • terminal.background#11322e
  • terminal.foreground#bad3d0
  • titleBar.activeBackground#133632

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#bad3d0
comment#2d7a7f
string#f78d30
constant.numeric#f78d30
constant.language#facc54
constant.character, constant.other#facc54
variable
keyword#30985b
storage#facc54
storage.type#f75431
entity.name.class#facc54underline
entity.other.inherited-class#facc54
entity.name.function#8ec065
variable.parameter#e6f4f3
entity.name.tag#f75431
entity.other.attribute-name#facc54
support.function#f75431
support.constant#facc54
support.type, support.class#facc54
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f78d30
meta.diff, meta.diff.header#2d7a7f
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#41b0b7
meta.property-value, support.constant.property-value, constant.other.color#f78d30
meta.structure.dictionary.json string.quoted.double.json#facc54
meta.structure.dictionary.value.json string.quoted.double.json#f78d30
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#bad3d0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f75431
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f75431normal
variable.other#e6f4f3normal
variable.parameter.function.coffee#f78d30
entity.name.section.markdown#facc54
punctuation.definition.heading.markdown#30985b
markup.raw.inline.markdown#f78d30
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#30985b
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#30985b
punctuation.definition.metadata.markdown#30985b
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f75431
markup.bold.markdown, markup.italic.markdown#f75431
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#bad3d0

Shiki preview

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

Loading...

Rainglow - Coding Theme