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#101113
  • activityBar.foreground#ffffff
  • activityBarBadge.background#d8e778
  • activityBarBadge.foreground#3b3a32
  • badge.background#d8e778
  • badge.foreground#3b3a32
  • button.background#6a9ec5
  • button.foreground#3b3a32
  • dropdown.background#060707
  • dropdown.border#060707
  • dropdown.foreground#ffffff
  • editor.background#0b0c0d
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#d8e77822
  • editor.lineHighlightBackground#121415
  • editor.selectionBackground#c7af3f55
  • editor.wordHighlightBackground#d0b12322
  • editor.wordHighlightStrongBackground#6a9ec522
  • editorBracketMatch.background#d8e77844
  • editorBracketMatch.border#6a9ec5
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#121415
  • editorGroupHeader.tabsBackground#121415
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#060707
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#222529
  • editorLineNumber.foreground#3a3f44
  • editorLink.activeForeground#d8e778
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#6a9ec555
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#222529
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#d8e778
  • editorSuggestWidget.selectedBackground#3a3f44
  • editorWhitespace.foreground#222529
  • editorWidget.background#222529
  • editorWidget.border#3a3f44
  • extensionButton.prominentBackground#d8e778
  • extensionButton.prominentForeground#3b3a32
  • extensionButton.prominentHoverBackground#e5efa3
  • focusBorder#d8e778
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#515860
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#d8e778
  • input.background#000000
  • input.border#2e3236
  • input.foreground#ffffff
  • input.placeholderForeground#353a3f
  • inputOption.activeBorder#6a9ec5
  • list.activeSelectionBackground#6a9ec5
  • list.activeSelectionForeground#0b0c0d
  • list.focusBackground#2e3236
  • list.hoverBackground#121415
  • list.inactiveSelectionBackground#0b0c0d
  • notification.background#17191b
  • notification.buttonBackground#d8e778
  • notification.buttonForeground#3b3a32
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#222529
  • panel.border#3a3f44
  • panelTitle.activeBorder#d8e778
  • panelTitle.inactiveForeground#5d656e
  • peekView.border#d8e778
  • peekViewEditor.background#020202
  • peekViewEditor.matchHighlightBackground#6a9ec555
  • peekViewEditorGutter.background#060707
  • peekViewResult.background#17191b
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#6a9ec555
  • peekViewResult.selectionBackground#101113
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#060707
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#d0b123
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#d8e778aa
  • scrollbarSlider.background#3a3f44aa
  • scrollbarSlider.hoverBackground#d8e77855
  • sideBar.background#17191b
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#1e2023
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#d8e778
  • statusBar.foreground#3b3a32
  • statusBar.noFolderBackground#6a9ec5
  • tab.inactiveBackground#141618
  • tab.inactiveForeground#68727b
  • terminal.ansiBlack#17191b
  • terminal.ansiBlue#d0b123
  • terminal.ansiBrightBlack#3a3f44
  • terminal.ansiBrightBlue#e7d272
  • terminal.ansiBrightCyan#ecda82
  • terminal.ansiBrightGreen#f1f6cf
  • terminal.ansiBrightMagenta#b2cde1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b3cee2
  • terminal.ansiCyan#dfbf29
  • terminal.ansiGreen#d8e778
  • terminal.ansiMagenta#689dc5
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#6a9ec5
  • terminal.background#000000
  • terminal.foreground#ffffff
  • titleBar.activeBackground#020202

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#4f5a63
string#faffdb
constant.numeric#c7af3f
constant.language#6a9ec5
constant.character, constant.other#6a9ec5
variable
keyword#689dc5
storage#6a9ec5
storage.type#d8e778
entity.name.class#6a9ec5underline
entity.other.inherited-class#6a9ec5
entity.name.function#d0b123
variable.parameter#ffffff
entity.name.tag#d8e778
entity.other.attribute-name#6a9ec5
support.function#dfbf29
support.constant#6a9ec5
support.type, support.class#6a9ec5
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#faffdb
meta.diff, meta.diff.header#4f5a63
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#71818e
meta.property-value, support.constant.property-value, constant.other.color#faffdb
meta.structure.dictionary.json string.quoted.double.json#6a9ec5
meta.structure.dictionary.value.json string.quoted.double.json#faffdb
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#d8e778
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#d8e778normal
variable.other#ffffffnormal
variable.parameter.function.coffee#c7af3f
entity.name.section.markdown#6a9ec5
punctuation.definition.heading.markdown#689dc5
markup.raw.inline.markdown#faffdb
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#689dc5
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#689dc5
punctuation.definition.metadata.markdown#689dc5
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#d8e778
markup.bold.markdown, markup.italic.markdown#d8e778
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...