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#36312c
  • activityBar.foreground#ffffff
  • activityBarBadge.background#1a724a
  • activityBarBadge.foreground#ffffff
  • badge.background#1a724a
  • badge.foreground#ffffff
  • button.background#b22727
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#36312c
  • editor.background#ffffff
  • editor.foreground#36312c
  • editor.hoverHighlightBackground#1a724a22
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#1a724a33
  • editor.wordHighlightBackground#af832322
  • editor.wordHighlightStrongBackground#b2272722
  • editorBracketMatch.background#1a724a44
  • editorBracketMatch.border#b22727
  • 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#1a724a
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#b2272755
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#36312c
  • editorSuggestWidget.highlightForeground#1a724a
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#1a724a
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#239c65
  • focusBorder#1a724a
  • foreground#36312c
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#1a724a
  • input.background#ffffff
  • input.border#999999
  • input.foreground#36312c
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#b22727
  • list.activeSelectionBackground#b22727
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#1a724a
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#36312c
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#1a724a
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#1a724a
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#b2272755
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#443e37
  • peekViewResult.lineForeground#7c7165
  • peekViewResult.matchHighlightBackground#b2272755
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#443e37
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#2e2925
  • peekViewTitleLabel.foreground#36312c
  • progressBar.background#af8323
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#1a724aaa
  • scrollbarSlider.background#36312c35
  • scrollbarSlider.hoverBackground#1a724a55
  • sideBar.background#f2f2f2
  • sideBar.foreground#36312c
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#36312c
  • statusBar.background#1a724a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b22727
  • tab.activeForeground#36312c
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#a2978c
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#af8323
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#deb45a
  • terminal.ansiBrightCyan#2dc580
  • terminal.ansiBrightGreen#2dc580
  • terminal.ansiBrightMagenta#df9168
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#6e645a
  • terminal.ansiBrightYellow#dd6262
  • terminal.ansiCyan#1a724a
  • terminal.ansiGreen#1a724a
  • terminal.ansiMagenta#ba5a27
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#443e37
  • terminal.ansiYellow#b22727
  • terminal.background#ffffff
  • terminal.foreground#36312c
  • titleBar.activeBackground#b8b0a8
  • titleBar.activeForeground#36312c
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#36312c
comment#cccccc
string#f8bb39
constant.numeric#1a724a
constant.language#b22727
constant.character, constant.other#b22727
variable
keyword#ba5a27
storage#b22727
storage.type#1a724a
entity.name.class#b22727underline
entity.other.inherited-class#b22727
entity.name.function#af8323
variable.parameter#36312c
entity.name.tag#1a724a
entity.other.attribute-name#b22727
support.function#1a724a
support.constant#b22727
support.type, support.class#b22727
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#cccccc
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#a6a6a6
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#b22727
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#36312c
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#1a724a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#1a724anormal
variable.other#36312cnormal
variable.parameter.function.coffee#1a724a
entity.name.section.markdown#b22727
punctuation.definition.heading.markdown#ba5a27
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ba5a27
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ba5a27
punctuation.definition.metadata.markdown#ba5a27
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#1a724a
markup.bold.markdown, markup.italic.markdown#1a724a
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#36312c

Shiki preview

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

Loading...

Rainglow - Coding Theme