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#222324
  • activityBar.foreground#e0e0e0
  • activityBarBadge.background#15a2c1
  • activityBarBadge.foreground#ffffff
  • badge.background#15a2c1
  • badge.foreground#ffffff
  • button.background#bf2713
  • button.foreground#ffffff
  • dropdown.background#dbdbdb
  • dropdown.border#dbdbdb
  • dropdown.foreground#222324
  • editor.background#e0e0e0
  • editor.foreground#222324
  • editor.hoverHighlightBackground#15a2c122
  • editor.lineHighlightBackground#d8d8d8
  • editor.selectionBackground#ff4e5033
  • editor.wordHighlightBackground#4b8e3022
  • editor.wordHighlightStrongBackground#bf271322
  • editorBracketMatch.background#15a2c144
  • editorBracketMatch.border#bf2713
  • editorCursor.foreground#222222
  • editorGroup.background#d8d8d8
  • editorGroupHeader.tabsBackground#d8d8d8
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#dbdbdb
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#c6c6c6
  • editorLineNumber.foreground#adadad
  • editorLink.activeForeground#15a2c1
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#bf271355
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#c6c6c6
  • editorSuggestWidget.foreground#222324
  • editorSuggestWidget.highlightForeground#15a2c1
  • editorSuggestWidget.selectedBackground#bababa
  • editorWhitespace.foreground#c6c6c6
  • editorWidget.background#d3d3d3
  • editorWidget.border#adadad
  • extensionButton.prominentBackground#15a2c1
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#22c3e7
  • focusBorder#15a2c1
  • foreground#222324
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#878787
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#15a2c1
  • input.background#e0e0e0
  • input.border#7a7a7a
  • input.foreground#222324
  • input.placeholderForeground#adadad
  • inputOption.activeBorder#bf2713
  • list.activeSelectionBackground#bf2713
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#bababa
  • list.hoverBackground#e8e8e8
  • list.inactiveSelectionBackground#e0e0e0
  • notification.background#bababa
  • notification.buttonBackground#15a2c1
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#222324
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#d6d6d6
  • panel.border#c1c1c1
  • panelTitle.activeBorder#15a2c1
  • panelTitle.activeForeground#545454
  • panelTitle.inactiveForeground#a0a0a0
  • peekView.border#15a2c1
  • peekViewEditor.background#dbdbdb
  • peekViewEditor.matchHighlightBackground#bf271355
  • peekViewEditorGutter.background#d1d1d1
  • peekViewResult.background#d3d3d3
  • peekViewResult.fileForeground#2e3031
  • peekViewResult.lineForeground#606366
  • peekViewResult.matchHighlightBackground#bf271355
  • peekViewResult.selectionBackground#e5e5e5
  • peekViewResult.selectionForeground#2e3031
  • peekViewTitle.background#dbdbdb
  • peekViewTitleDescription.foreground#1b1b1c
  • peekViewTitleLabel.foreground#222324
  • progressBar.background#4b8e30
  • scrollbar.shadow#7a7a7a
  • scrollbarSlider.activeBackground#15a2c1aa
  • scrollbarSlider.background#22232435
  • scrollbarSlider.hoverBackground#15a2c155
  • sideBar.background#d3d3d3
  • sideBar.foreground#222324
  • sideBarSectionHeader.background#bababa
  • sideBarSectionHeader.foreground#222324
  • statusBar.background#15a2c1
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#bf2713
  • tab.activeForeground#222324
  • tab.border#c1c1c1
  • tab.inactiveBackground#d6d6d6
  • tab.inactiveForeground#86898c
  • terminal.ansiBlack#ededed
  • terminal.ansiBlue#4b8e30
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#7bc85c
  • terminal.ansiBrightCyan#b2a0d0
  • terminal.ansiBrightGreen#50d0ec
  • terminal.ansiBrightMagenta#e7a45d
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#545658
  • terminal.ansiBrightYellow#ed5e4b
  • terminal.ansiCyan#7b5baf
  • terminal.ansiGreen#15a2c1
  • terminal.ansiMagenta#c1721d
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#2e3031
  • terminal.ansiYellow#bf2713
  • terminal.background#e0e0e0
  • terminal.foreground#222324
  • titleBar.activeBackground#a0a2a5
  • titleBar.activeForeground#222324
  • widget.shadow#adadad55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#222324
comment#494b4d
string#4b8e30
constant.numeric#7b5baf
constant.language#bf2713
constant.character, constant.other#bf2713
variable
keyword#c1721d
storage#bf2713
storage.type#15a2c1
entity.name.class#bf2713underline
entity.other.inherited-class#bf2713
entity.name.function#4b8e30
variable.parameter#222324
entity.name.tag#15a2c1
entity.other.attribute-name#bf2713
support.function#7b5baf
support.constant#bf2713
support.type, support.class#bf2713
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#4b8e30
meta.diff, meta.diff.header#494b4d
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#242526
meta.property-value, support.constant.property-value, constant.other.color#4b8e30
meta.structure.dictionary.json string.quoted.double.json#bf2713
meta.structure.dictionary.value.json string.quoted.double.json#4b8e30
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#222324
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#15a2c1
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#15a2c1normal
variable.other#222324normal
variable.parameter.function.coffee#7b5baf
entity.name.section.markdown#bf2713
punctuation.definition.heading.markdown#c1721d
markup.raw.inline.markdown#4b8e30
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#c1721d
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#c1721d
punctuation.definition.metadata.markdown#c1721d
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#15a2c1
markup.bold.markdown, markup.italic.markdown#15a2c1
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#222324

Shiki preview

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

Loading...