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#272727
  • activityBar.foreground#ffffff
  • activityBarBadge.background#b2de62
  • activityBarBadge.foreground#ffffff
  • badge.background#b2de62
  • badge.foreground#ffffff
  • button.background#857a5e
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#ffffff
  • editor.background#222222
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#b2de6222
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#857a5e55
  • editor.wordHighlightBackground#f0f2eb22
  • editor.wordHighlightStrongBackground#857a5e22
  • editorBracketMatch.background#b2de6244
  • editorBracketMatch.border#857a5e
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#2a2a2a
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#b2de62
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#857a5e55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#b2de62
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#b2de62
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#c7e78c
  • focusBorder#b2de62
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#b2de62
  • input.background#151515
  • input.border#484848
  • input.foreground#ffffff
  • input.placeholderForeground#505050
  • inputOption.activeBorder#857a5e
  • list.activeSelectionBackground#857a5e
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • notification.background#2f2f2f
  • notification.buttonBackground#b2de62
  • 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#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#b2de62
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#b2de62
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#857a5e55
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#857a5e55
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#f0f2eb
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#b2de62aa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#b2de6255
  • sideBar.background#2f2f2f
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#b2de62
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#857a5e
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#f0f2eb
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#dbf0b6
  • terminal.ansiBrightGreen#dbf0b6
  • terminal.ansiBrightMagenta#e7e3d9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#b4ab95
  • terminal.ansiCyan#b2de62
  • terminal.ansiGreen#b2de62
  • terminal.ansiMagenta#bfb59b
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#857a5e
  • terminal.background#151515
  • terminal.foreground#ffffff
  • titleBar.activeBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#555555
string#81e911
constant.numeric#81e911
constant.language#857a5e
constant.character, constant.other#857a5e
variable
keyword#bfb59b
storage#857a5e
storage.type#b2de62
entity.name.class#857a5eunderline
entity.other.inherited-class#857a5e
entity.name.function#f0f2eb
variable.parameter#ffffff
entity.name.tag#b2de62
entity.other.attribute-name#857a5e
support.function#b2de62
support.constant#857a5e
support.type, support.class#857a5e
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#81e911
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#81e911
meta.structure.dictionary.json string.quoted.double.json#857a5e
meta.structure.dictionary.value.json string.quoted.double.json#81e911
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#b2de62
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#b2de62normal
variable.other#ffffffnormal
variable.parameter.function.coffee#81e911
entity.name.section.markdown#857a5e
punctuation.definition.heading.markdown#bfb59b
markup.raw.inline.markdown#81e911
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#bfb59b
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#bfb59b
punctuation.definition.metadata.markdown#bfb59b
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#b2de62
markup.bold.markdown, markup.italic.markdown#b2de62
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...