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#31332c
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#abc687
  • activityBarBadge.foreground#5c634f
  • badge.background#abc687
  • badge.foreground#5c634f
  • button.background#f56991
  • button.foreground#5c634f
  • dropdown.background#f4f4eb
  • dropdown.border#f4f4eb
  • dropdown.foreground#31332c
  • editor.background#f8f8f2
  • editor.foreground#31332c
  • editor.hoverHighlightBackground#abc68722
  • editor.lineHighlightBackground#f3f3e8
  • editor.selectionBackground#f5699133
  • editor.wordHighlightBackground#ffc48c22
  • editor.wordHighlightStrongBackground#f5699122
  • editorBracketMatch.background#abc68744
  • editorBracketMatch.border#f56991
  • editorCursor.foreground#222222
  • editorGroup.background#f3f3e8
  • editorGroupHeader.tabsBackground#f3f3e8
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#f4f4eb
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6d1
  • editorLineNumber.foreground#d4d4b0
  • editorLink.activeForeground#abc687
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#f5699155
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6d1
  • editorSuggestWidget.foreground#31332c
  • editorSuggestWidget.highlightForeground#abc687
  • editorSuggestWidget.selectedBackground#ddddc0
  • editorWhitespace.foreground#e6e6d1
  • editorWidget.background#efefe1
  • editorWidget.border#d4d4b0
  • extensionButton.prominentBackground#abc687
  • extensionButton.prominentForeground#5c634f
  • extensionButton.prominentHoverBackground#c3d6aa
  • focusBorder#abc687
  • foreground#31332c
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#baba7e
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#abc687
  • input.background#f8f8f2
  • input.border#b1b16d
  • input.foreground#31332c
  • input.placeholderForeground#d4d4b0
  • inputOption.activeBorder#f56991
  • list.activeSelectionBackground#f56991
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#ddddc0
  • list.hoverBackground#fdfdfc
  • list.inactiveSelectionBackground#f8f8f2
  • notification.background#ddddc0
  • notification.buttonBackground#abc687
  • notification.buttonForeground#5c634f
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#31332c
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f1f1e5
  • panel.border#e3e3ca
  • panelTitle.activeBorder#abc687
  • panelTitle.activeForeground#888849
  • panelTitle.inactiveForeground#cbcb9f
  • peekView.border#abc687
  • peekViewEditor.background#f4f4eb
  • peekViewEditor.matchHighlightBackground#f5699155
  • peekViewEditorGutter.background#ededde
  • peekViewResult.background#efefe1
  • peekViewResult.fileForeground#3e4138
  • peekViewResult.lineForeground#737767
  • peekViewResult.matchHighlightBackground#f5699155
  • peekViewResult.selectionBackground#fcfcf9
  • peekViewResult.selectionForeground#3e4138
  • peekViewTitle.background#f4f4eb
  • peekViewTitleDescription.foreground#292b25
  • peekViewTitleLabel.foreground#31332c
  • progressBar.background#ffc48c
  • scrollbar.shadow#b1b16d
  • scrollbarSlider.activeBackground#abc687aa
  • scrollbarSlider.background#31332c35
  • scrollbarSlider.hoverBackground#abc68755
  • sideBar.background#efefe1
  • sideBar.foreground#31332c
  • sideBarSectionHeader.background#ddddc0
  • sideBarSectionHeader.foreground#31332c
  • statusBar.background#abc687
  • statusBar.foreground#5c634f
  • statusBar.noFolderBackground#f56991
  • tab.activeForeground#31332c
  • tab.border#e3e3ca
  • tab.inactiveBackground#f1f1e5
  • tab.inactiveForeground#999d8e
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#ffc48c
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#fff8f2
  • terminal.ansiBrightCyan#fff8f2
  • terminal.ansiBrightGreen#dbe7cc
  • terminal.ansiBrightMagenta#c2ccb1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#666a5b
  • terminal.ansiBrightYellow#fbc9d7
  • terminal.ansiCyan#ffc48c
  • terminal.ansiGreen#abc687
  • terminal.ansiMagenta#91a374
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#3e4138
  • terminal.ansiYellow#f56991
  • terminal.background#f8f8f2
  • terminal.foreground#31332c
  • titleBar.activeBackground#b2b5a9
  • titleBar.activeForeground#31332c
  • widget.shadow#d4d4b055

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#31332c
comment#5c634f
string#abc687
constant.numeric#f56991
constant.language#f56991
constant.character, constant.other#f56991
variable
keyword#91a374
storage#f56991
storage.type#abc687
entity.name.class#f56991underline
entity.other.inherited-class#f56991
entity.name.function#ffc48c
variable.parameter#31332c
entity.name.tag#abc687
entity.other.attribute-name#f56991
support.function#ffc48c
support.constant#f56991
support.type, support.class#f56991
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#abc687
meta.diff, meta.diff.header#5c634f
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#34382d
meta.property-value, support.constant.property-value, constant.other.color#abc687
meta.structure.dictionary.json string.quoted.double.json#f56991
meta.structure.dictionary.value.json string.quoted.double.json#abc687
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#31332c
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#abc687
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#abc687normal
variable.other#31332cnormal
variable.parameter.function.coffee#f56991
entity.name.section.markdown#f56991
punctuation.definition.heading.markdown#91a374
markup.raw.inline.markdown#abc687
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#91a374
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#91a374
punctuation.definition.metadata.markdown#91a374
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#abc687
markup.bold.markdown, markup.italic.markdown#abc687
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#31332c

Shiki preview

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

Loading...

Rainglow - Coding Theme