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#111110
  • activityBar.foreground#ffffff
  • activityBarBadge.background#26a6a6
  • activityBarBadge.foreground#ffffff
  • badge.background#26a6a6
  • badge.foreground#ffffff
  • button.background#ff5d38
  • button.foreground#ffffff
  • dropdown.background#070706
  • dropdown.border#070706
  • dropdown.foreground#ffffff
  • editor.background#0c0c0b
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#26a6a622
  • editor.lineHighlightBackground#141412
  • editor.selectionBackground#ff5d3855
  • editor.wordHighlightBackground#bcd42a22
  • editor.wordHighlightStrongBackground#ff5d3822
  • editorBracketMatch.background#26a6a644
  • editorBracketMatch.border#ff5d38
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#141412
  • editorGroupHeader.tabsBackground#141412
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#070706
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#272723
  • editorLineNumber.foreground#41413c
  • 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#272723
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#26a6a6
  • editorSuggestWidget.selectedBackground#41413c
  • editorWhitespace.foreground#272723
  • editorWidget.background#272723
  • editorWidget.border#41413c
  • extensionButton.prominentBackground#26a6a6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#30cfcf
  • focusBorder#26a6a6
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5c5c54
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#26a6a6
  • input.background#000000
  • input.border#343430
  • input.foreground#ffffff
  • input.placeholderForeground#3c3c37
  • inputOption.activeBorder#ff5d38
  • list.activeSelectionBackground#ff5d38
  • list.activeSelectionForeground#0c0c0b
  • list.focusBackground#343430
  • list.hoverBackground#141412
  • list.inactiveSelectionBackground#0c0c0b
  • notification.background#191917
  • notification.buttonBackground#26a6a6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#272723
  • panel.border#41413c
  • panelTitle.activeBorder#26a6a6
  • panelTitle.inactiveForeground#696960
  • peekView.border#26a6a6
  • peekViewEditor.background#010101
  • peekViewEditor.matchHighlightBackground#ff5d3855
  • peekViewEditorGutter.background#070706
  • peekViewResult.background#191917
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#ff5d3855
  • peekViewResult.selectionBackground#111110
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#070706
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#bcd42a
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#26a6a6aa
  • scrollbarSlider.background#41413caa
  • scrollbarSlider.hoverBackground#26a6a655
  • sideBar.background#191917
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#21211e
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#26a6a6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff5d38
  • tab.inactiveBackground#171715
  • tab.inactiveForeground#76766d
  • terminal.ansiBlack#191917
  • terminal.ansiBlue#bcd42a
  • terminal.ansiBrightBlack#41413c
  • 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#ffffff
  • terminal.ansiYellow#ff5d38
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#010101

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#555555
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#ffffff
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#555555
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#7b7b7b
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#ffffff
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#ffffffnormal
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#ffffff

Shiki preview

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

Loading...