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#161616
  • activityBar.foreground#cccccc
  • activityBarBadge.background#6f8b94
  • activityBarBadge.foreground#ffffff
  • badge.background#6f8b94
  • badge.foreground#ffffff
  • button.background#8767b7
  • button.foreground#ffffff
  • dropdown.background#0c0c0c
  • dropdown.border#0c0c0c
  • dropdown.foreground#cccccc
  • editor.background#111111
  • editor.foreground#cccccc
  • editor.hoverHighlightBackground#6f8b9422
  • editor.lineHighlightBackground#191919
  • editor.selectionBackground#8767b755
  • editor.wordHighlightBackground#b5db9922
  • editor.wordHighlightStrongBackground#8767b722
  • editorBracketMatch.background#6f8b9444
  • editorBracketMatch.border#8767b7
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#191919
  • editorGroupHeader.tabsBackground#191919
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c0c0c
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2a2a2a
  • editorLineNumber.foreground#444444
  • editorLink.activeForeground#6f8b94
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#8767b755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2a2a2a
  • editorSuggestWidget.foreground#cccccc
  • editorSuggestWidget.highlightForeground#6f8b94
  • editorSuggestWidget.selectedBackground#444444
  • editorWhitespace.foreground#2a2a2a
  • editorWidget.background#2a2a2a
  • editorWidget.border#444444
  • extensionButton.prominentBackground#6f8b94
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#8ca3aa
  • focusBorder#6f8b94
  • foreground#cccccc
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d5d5d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#6f8b94
  • input.background#040404
  • input.border#373737
  • input.foreground#cccccc
  • input.placeholderForeground#3f3f3f
  • inputOption.activeBorder#8767b7
  • list.activeSelectionBackground#8767b7
  • list.activeSelectionForeground#111111
  • list.focusBackground#373737
  • list.hoverBackground#191919
  • list.inactiveSelectionBackground#111111
  • notification.background#1e1e1e
  • notification.buttonBackground#6f8b94
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#cccccc
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2a2a2a
  • panel.border#444444
  • panelTitle.activeBorder#6f8b94
  • panelTitle.inactiveForeground#6a6a6a
  • peekView.border#6f8b94
  • peekViewEditor.background#070707
  • peekViewEditor.matchHighlightBackground#8767b755
  • peekViewEditorGutter.background#0c0c0c
  • peekViewResult.background#1e1e1e
  • peekViewResult.fileForeground#c2c2c2
  • peekViewResult.lineForeground#b3b3b3
  • peekViewResult.matchHighlightBackground#8767b755
  • peekViewResult.selectionBackground#161616
  • peekViewResult.selectionForeground#cccccc
  • peekViewTitle.background#0c0c0c
  • peekViewTitleDescription.foreground#c4c4c4
  • peekViewTitleLabel.foreground#cccccc
  • progressBar.background#b5db99
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#6f8b94aa
  • scrollbarSlider.background#444444aa
  • scrollbarSlider.hoverBackground#6f8b9455
  • sideBar.background#1e1e1e
  • sideBar.foreground#cccccc
  • sideBarSectionHeader.background#252525
  • sideBarSectionHeader.foreground#cccccc
  • statusBar.background#6f8b94
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#8767b7
  • tab.inactiveBackground#1b1b1b
  • tab.inactiveForeground#777777
  • terminal.ansiBlack#1e1e1e
  • terminal.ansiBlue#b5db99
  • terminal.ansiBrightBlack#444444
  • terminal.ansiBrightBlue#ecf6e4
  • terminal.ansiBrightCyan#beacd8
  • terminal.ansiBrightGreen#aababf
  • terminal.ansiBrightMagenta#aababf
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#beacd8
  • terminal.ansiCyan#8767b7
  • terminal.ansiGreen#6f8b94
  • terminal.ansiMagenta#6f8b94
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d9d9d9
  • terminal.ansiYellow#8767b7
  • terminal.background#040404
  • terminal.foreground#cccccc
  • titleBar.activeBackground#070707

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cccccc
comment#374c60
string#b5db99
constant.numeric#b5db99
constant.language#8767b7
constant.character, constant.other#8767b7
variable
keyword#6f8b94
storage#8767b7
storage.type#6f8b94
entity.name.class#8767b7underline
entity.other.inherited-class#8767b7
entity.name.function#b5db99
variable.parameter#cccccc
entity.name.tag#6f8b94
entity.other.attribute-name#8767b7
support.function#8767b7
support.constant#8767b7
support.type, support.class#8767b7
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#b5db99
meta.diff, meta.diff.header#374c60
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#537291
meta.property-value, support.constant.property-value, constant.other.color#b5db99
meta.structure.dictionary.json string.quoted.double.json#8767b7
meta.structure.dictionary.value.json string.quoted.double.json#b5db99
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#cccccc
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#6f8b94
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6f8b94normal
variable.other#ccccccnormal
variable.parameter.function.coffee#b5db99
entity.name.section.markdown#8767b7
punctuation.definition.heading.markdown#6f8b94
markup.raw.inline.markdown#b5db99
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#6f8b94
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#6f8b94
punctuation.definition.metadata.markdown#6f8b94
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6f8b94
markup.bold.markdown, markup.italic.markdown#6f8b94
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#cccccc

Shiki preview

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

Loading...