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#4d463e
  • activityBar.foreground#ffffff
  • activityBarBadge.background#95cc5e
  • activityBarBadge.foreground#ffffff
  • badge.background#95cc5e
  • badge.foreground#ffffff
  • button.background#db784d
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#4d463e
  • editor.background#ffffff
  • editor.foreground#4d463e
  • editor.hoverHighlightBackground#95cc5e22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#60a36533
  • editor.wordHighlightBackground#60a36522
  • editor.wordHighlightStrongBackground#db784d22
  • editorBracketMatch.background#95cc5e44
  • editorBracketMatch.border#db784d
  • editorCursor.foreground#111111
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#95cc5e
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#db784d55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#4d463e
  • editorSuggestWidget.highlightForeground#95cc5e
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#95cc5e
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#aed885
  • focusBorder#95cc5e
  • foreground#4d463e
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#95cc5e
  • input.background#ffffff
  • input.border#999999
  • input.foreground#4d463e
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#db784d
  • list.activeSelectionBackground#db784d
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#95cc5e
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#4d463e
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#95cc5e
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#95cc5e
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#db784d55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#5b5349
  • peekViewResult.lineForeground#928678
  • peekViewResult.matchHighlightBackground#db784d55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#5b5349
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#453e37
  • peekViewTitleLabel.foreground#4d463e
  • progressBar.background#60a365
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#95cc5eaa
  • scrollbarSlider.background#4d463e35
  • scrollbarSlider.hoverBackground#95cc5e55
  • sideBar.background#f2f2f2
  • sideBar.foreground#4d463e
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#4d463e
  • statusBar.background#95cc5e
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#db784d
  • tab.activeForeground#4d463e
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#b4aca2
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#60a365
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#a1c8a4
  • terminal.ansiBrightCyan#c8e5ab
  • terminal.ansiBrightGreen#c8e5ab
  • terminal.ansiBrightMagenta#ecb8a2
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#85796b
  • terminal.ansiBrightYellow#ecb8a2
  • terminal.ansiCyan#95cc5e
  • terminal.ansiGreen#95cc5e
  • terminal.ansiMagenta#db784d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#5b5349
  • terminal.ansiYellow#db784d
  • terminal.background#ffffff
  • terminal.foreground#4d463e
  • titleBar.activeBackground#cbc5bf
  • titleBar.activeForeground#4d463e
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#4d463e
comment#d6cab9
string#f8bb39
constant.numeric#f8bb39
constant.language#db784d
constant.character, constant.other#db784d
variable
keyword#db784d
storage#db784d
storage.type#95cc5e
entity.name.class#db784dunderline
entity.other.inherited-class#db784d
entity.name.function#60a365
variable.parameter#4d463e
entity.name.tag#95cc5e
entity.other.attribute-name#db784d
support.function#95cc5e
support.constant#db784d
support.type, support.class#db784d
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#d6cab9
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#baa589
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#db784d
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#4d463e
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#95cc5e
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#95cc5enormal
variable.other#4d463enormal
variable.parameter.function.coffee#f8bb39
entity.name.section.markdown#db784d
punctuation.definition.heading.markdown#db784d
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#db784d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#db784d
punctuation.definition.metadata.markdown#db784d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#95cc5e
markup.bold.markdown, markup.italic.markdown#95cc5e
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#4d463e

Shiki preview

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

Loading...

Rainglow - Coding Theme