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#14171c
  • activityBar.foreground#d6dbdb
  • activityBarBadge.background#bc4331
  • activityBarBadge.foreground#ffffff
  • badge.background#bc4331
  • badge.foreground#ffffff
  • button.background#908bbc
  • button.foreground#ffffff
  • dropdown.background#0c0d10
  • dropdown.border#0c0d10
  • dropdown.foreground#d6dbdb
  • editor.background#101216
  • editor.foreground#d6dbdb
  • editor.hoverHighlightBackground#bc433122
  • editor.lineHighlightBackground#16191f
  • editor.selectionBackground#908bbc55
  • editor.wordHighlightBackground#91b9c922
  • editor.wordHighlightStrongBackground#908bbc22
  • editorBracketMatch.background#bc433144
  • editorBracketMatch.border#908bbc
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#16191f
  • editorGroupHeader.tabsBackground#16191f
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c0d10
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#252a34
  • editorLineNumber.foreground#3b4251
  • editorLink.activeForeground#bc4331
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#908bbc55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#252a34
  • editorSuggestWidget.foreground#d6dbdb
  • editorSuggestWidget.highlightForeground#bc4331
  • editorSuggestWidget.selectedBackground#3b4251
  • editorWhitespace.foreground#252a34
  • editorWidget.background#252a34
  • editorWidget.border#3b4251
  • extensionButton.prominentBackground#bc4331
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d1604f
  • focusBorder#bc4331
  • foreground#d6dbdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#505a6f
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#bc4331
  • input.background#050607
  • input.border#303642
  • input.foreground#d6dbdb
  • input.placeholderForeground#373d4b
  • inputOption.activeBorder#908bbc
  • list.activeSelectionBackground#908bbc
  • list.activeSelectionForeground#101216
  • list.focusBackground#303642
  • list.hoverBackground#16191f
  • list.inactiveSelectionBackground#101216
  • notification.background#1b1e25
  • notification.buttonBackground#bc4331
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#d6dbdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#252a34
  • panel.border#3b4251
  • panelTitle.activeBorder#bc4331
  • panelTitle.inactiveForeground#5b677d
  • peekView.border#bc4331
  • peekViewEditor.background#07080a
  • peekViewEditor.matchHighlightBackground#908bbc55
  • peekViewEditorGutter.background#0c0d10
  • peekViewResult.background#1b1e25
  • peekViewResult.fileForeground#cbd1d1
  • peekViewResult.lineForeground#bbc3c3
  • peekViewResult.matchHighlightBackground#908bbc55
  • peekViewResult.selectionBackground#14171c
  • peekViewResult.selectionForeground#d6dbdb
  • peekViewTitle.background#0c0d10
  • peekViewTitleDescription.foreground#ced4d4
  • peekViewTitleLabel.foreground#d6dbdb
  • progressBar.background#91b9c9
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#bc4331aa
  • scrollbarSlider.background#3b4251aa
  • scrollbarSlider.hoverBackground#bc433155
  • sideBar.background#1b1e25
  • sideBar.foreground#d6dbdb
  • sideBarSectionHeader.background#21252e
  • sideBarSectionHeader.foreground#d6dbdb
  • statusBar.background#bc4331
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#908bbc
  • tab.inactiveBackground#191c22
  • tab.inactiveForeground#66738c
  • terminal.ansiBlack#1b1e25
  • terminal.ansiBlue#91b9c9
  • terminal.ansiBrightBlack#3b4251
  • terminal.ansiBrightBlue#d5e5eb
  • terminal.ansiBrightCyan#cecce1
  • terminal.ansiBrightGreen#dc8477
  • terminal.ansiBrightMagenta#e2e1e6
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#cecce1
  • terminal.ansiCyan#908bbc
  • terminal.ansiGreen#bc4331
  • terminal.ansiMagenta#abaab7
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#e4e7e7
  • terminal.ansiYellow#908bbc
  • terminal.background#050607
  • terminal.foreground#d6dbdb
  • titleBar.activeBackground#07080a

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#d6dbdb
comment#3e3c4c
string#63a5a5
constant.numeric#4eadad
constant.language#908bbc
constant.character, constant.other#908bbc
variable
keyword#abaab7
storage#908bbc
storage.type#bc4331
entity.name.class#908bbcunderline
entity.other.inherited-class#908bbc
entity.name.function#91b9c9
variable.parameter#ffffff
entity.name.tag#bc4331
entity.other.attribute-name#908bbc
support.function#908bbc
support.constant#908bbc
support.type, support.class#908bbc
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#63a5a5
meta.diff, meta.diff.header#3e3c4c
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#615e77
meta.property-value, support.constant.property-value, constant.other.color#63a5a5
meta.structure.dictionary.json string.quoted.double.json#908bbc
meta.structure.dictionary.value.json string.quoted.double.json#63a5a5
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#d6dbdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#bc4331
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#bc4331normal
variable.other#ffffffnormal
variable.parameter.function.coffee#4eadad
entity.name.section.markdown#908bbc
punctuation.definition.heading.markdown#abaab7
markup.raw.inline.markdown#63a5a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#abaab7
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#abaab7
punctuation.definition.metadata.markdown#abaab7
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#bc4331
markup.bold.markdown, markup.italic.markdown#bc4331
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#d6dbdb

Shiki preview

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

Loading...