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#150f08
  • activityBar.foreground#ffffff
  • activityBarBadge.background#5b472c
  • activityBarBadge.foreground#ffffff
  • badge.background#5b472c
  • badge.foreground#ffffff
  • button.background#a08f76
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#150f08
  • editor.background#ffffff
  • editor.foreground#150f08
  • editor.hoverHighlightBackground#5b472c22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#8b6e4633
  • editor.wordHighlightBackground#b5a48d22
  • editor.wordHighlightStrongBackground#a08f7622
  • editorBracketMatch.background#5b472c44
  • editorBracketMatch.border#a08f76
  • editorCursor.foreground#222222
  • 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#5b472c
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#a08f7655
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#150f08
  • editorSuggestWidget.highlightForeground#5b472c
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#5b472c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#7d623d
  • focusBorder#5b472c
  • foreground#150f08
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#5b472c
  • input.background#ffffff
  • input.border#999999
  • input.foreground#150f08
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#a08f76
  • list.activeSelectionBackground#a08f76
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#5b472c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#150f08
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#5b472c
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#5b472c
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#a08f7655
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#271c0f
  • peekViewResult.lineForeground#71512b
  • peekViewResult.matchHighlightBackground#a08f7655
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#271c0f
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#0a0704
  • peekViewTitleLabel.foreground#150f08
  • progressBar.background#b5a48d
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#5b472caa
  • scrollbarSlider.background#150f0835
  • scrollbarSlider.hoverBackground#5b472c55
  • sideBar.background#f2f2f2
  • sideBar.foreground#150f08
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#150f08
  • statusBar.background#5b472c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#a08f76
  • tab.activeForeground#150f08
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a97940
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#b5a48d
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#ddd5cb
  • terminal.ansiBrightCyan#a07d4d
  • terminal.ansiBrightGreen#a07d4d
  • terminal.ansiBrightMagenta#bca687
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#5f4424
  • terminal.ansiBrightYellow#cac0b2
  • terminal.ansiCyan#5b472c
  • terminal.ansiGreen#5b472c
  • terminal.ansiMagenta#8e744f
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#271c0f
  • terminal.ansiYellow#a08f76
  • terminal.background#ffffff
  • terminal.foreground#150f08
  • titleBar.activeBackground#c1925b
  • titleBar.activeForeground#150f08
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#150f08
comment#e2cdb0
string#f7a21b
constant.numeric#f7a21b
constant.language#a08f76
constant.character, constant.other#a08f76
variable
keyword#8e744f
storage#a08f76
storage.type#5b472c
entity.name.class#a08f76underline
entity.other.inherited-class#a08f76
entity.name.function#b5a48d
variable.parameter#150f08
entity.name.tag#5b472c
entity.other.attribute-name#a08f76
support.function#5b472c
support.constant#a08f76
support.type, support.class#a08f76
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f7a21b
meta.diff, meta.diff.header#e2cdb0
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#cdaa78
meta.property-value, support.constant.property-value, constant.other.color#f7a21b
meta.structure.dictionary.json string.quoted.double.json#a08f76
meta.structure.dictionary.value.json string.quoted.double.json#f7a21b
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#150f08
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#5b472c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5b472cnormal
variable.other#150f08normal
variable.parameter.function.coffee#f7a21b
entity.name.section.markdown#a08f76
punctuation.definition.heading.markdown#8e744f
markup.raw.inline.markdown#f7a21b
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#8e744f
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#8e744f
punctuation.definition.metadata.markdown#8e744f
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#5b472c
markup.bold.markdown, markup.italic.markdown#5b472c
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#150f08

Shiki preview

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

Loading...

Rainglow - Coding Theme