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#2f3930
  • activityBar.foreground#d8ebe5
  • activityBarBadge.background#26a6a6
  • activityBarBadge.foreground#ffffff
  • badge.background#26a6a6
  • badge.foreground#ffffff
  • button.background#ff5d38
  • button.foreground#ffffff
  • dropdown.background#252d26
  • dropdown.border#252d26
  • dropdown.foreground#d8ebe5
  • editor.background#2a332b
  • editor.foreground#d8ebe5
  • editor.hoverHighlightBackground#26a6a622
  • editor.lineHighlightBackground#313b32
  • editor.selectionBackground#ff5d3855
  • editor.wordHighlightBackground#bcd42a22
  • editor.wordHighlightStrongBackground#ff5d3822
  • editorBracketMatch.background#26a6a644
  • editorBracketMatch.border#ff5d38
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#313b32
  • editorGroupHeader.tabsBackground#313b32
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#252d26
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#414f43
  • editorLineNumber.foreground#586b5a
  • editorLink.activeForeground#26a6a6
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ff5d3855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#414f43
  • editorSuggestWidget.foreground#d8ebe5
  • editorSuggestWidget.highlightForeground#26a6a6
  • editorSuggestWidget.selectedBackground#586b5a
  • editorWhitespace.foreground#414f43
  • editorWidget.background#414f43
  • editorWidget.border#586b5a
  • extensionButton.prominentBackground#26a6a6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#30cfcf
  • focusBorder#26a6a6
  • foreground#d8ebe5
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6f8772
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#26a6a6
  • input.background#1e251f
  • input.border#4d5d4e
  • input.foreground#d8ebe5
  • input.placeholderForeground#536555
  • inputOption.activeBorder#ff5d38
  • list.activeSelectionBackground#ff5d38
  • list.activeSelectionForeground#2a332b
  • list.focusBackground#4d5d4e
  • list.hoverBackground#313b32
  • list.inactiveSelectionBackground#2a332b
  • notification.background#364137
  • notification.buttonBackground#26a6a6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#d8ebe5
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#414f43
  • panel.border#586b5a
  • panelTitle.activeBorder#26a6a6
  • panelTitle.inactiveForeground#7c937f
  • peekView.border#26a6a6
  • peekViewEditor.background#212822
  • peekViewEditor.matchHighlightBackground#ff5d3855
  • peekViewEditorGutter.background#252d26
  • peekViewResult.background#364137
  • peekViewResult.fileForeground#cbe4dc
  • peekViewResult.lineForeground#b6dacf
  • peekViewResult.matchHighlightBackground#ff5d3855
  • peekViewResult.selectionBackground#2f3930
  • peekViewResult.selectionForeground#d8ebe5
  • peekViewTitle.background#252d26
  • peekViewTitleDescription.foreground#cee6de
  • peekViewTitleLabel.foreground#d8ebe5
  • progressBar.background#bcd42a
  • scrollbar.shadow#131713
  • scrollbarSlider.activeBackground#26a6a6aa
  • scrollbarSlider.background#586b5aaa
  • scrollbarSlider.hoverBackground#26a6a655
  • sideBar.background#364137
  • sideBar.foreground#d8ebe5
  • sideBarSectionHeader.background#3c493e
  • sideBarSectionHeader.foreground#d8ebe5
  • statusBar.background#26a6a6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff5d38
  • tab.inactiveBackground#333e34
  • tab.inactiveForeground#8a9f8c
  • terminal.ansiBlack#364137
  • terminal.ansiBlue#bcd42a
  • terminal.ansiBrightBlack#586b5a
  • terminal.ansiBrightBlue#d7e67e
  • terminal.ansiBrightCyan#ffb09e
  • terminal.ansiBrightGreen#59d9d9
  • terminal.ansiBrightMagenta#59d9d9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffb09e
  • terminal.ansiCyan#ff5d38
  • terminal.ansiGreen#26a6a6
  • terminal.ansiMagenta#26a6a6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#e9f4f0
  • terminal.ansiYellow#ff5d38
  • terminal.background#1e251f
  • terminal.foreground#d8ebe5
  • titleBar.activeBackground#212822

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d8ebe5
comment#4f6e64
string#bcd42a
constant.numeric#bcd42a
constant.language#ff5d38
constant.character, constant.other#ff5d38
variable
keyword#26a6a6
storage#ff5d38
storage.type#26a6a6
entity.name.class#ff5d38underline
entity.other.inherited-class#ff5d38
entity.name.function#bcd42a
variable.parameter#d8ebe5
entity.name.tag#26a6a6
entity.other.attribute-name#ff5d38
support.function#ff5d38
support.constant#ff5d38
support.type, support.class#ff5d38
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#bcd42a
meta.diff, meta.diff.header#4f6e64
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#71998c
meta.property-value, support.constant.property-value, constant.other.color#bcd42a
meta.structure.dictionary.json string.quoted.double.json#ff5d38
meta.structure.dictionary.value.json string.quoted.double.json#bcd42a
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#d8ebe5
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#26a6a6
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#26a6a6normal
variable.other#d8ebe5normal
variable.parameter.function.coffee#bcd42a
entity.name.section.markdown#ff5d38
punctuation.definition.heading.markdown#26a6a6
markup.raw.inline.markdown#bcd42a
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#26a6a6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#26a6a6
punctuation.definition.metadata.markdown#26a6a6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#26a6a6
markup.bold.markdown, markup.italic.markdown#26a6a6
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#d8ebe5

Shiki preview

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

Loading...