Skip to main content
CodingTheme

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#443c44
  • activityBar.foreground#f9f3f9
  • activityBarBadge.background#b1a6ca
  • activityBarBadge.foreground#ffffff
  • badge.background#b1a6ca
  • badge.foreground#ffffff
  • button.background#f6e6eb
  • button.foreground#ffffff
  • dropdown.background#3a323a
  • dropdown.border#3a323a
  • dropdown.foreground#f9f3f9
  • editor.background#3f373f
  • editor.foreground#f9f3f9
  • editor.hoverHighlightBackground#b1a6ca22
  • editor.lineHighlightBackground#473e47
  • editor.selectionBackground#b1a6ca55
  • editor.wordHighlightBackground#e484b222
  • editor.wordHighlightStrongBackground#f6e6eb22
  • editorBracketMatch.background#b1a6ca44
  • editorBracketMatch.border#f6e6eb
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#473e47
  • editorGroupHeader.tabsBackground#473e47
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#3a323a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#5a4f5a
  • editorLineNumber.foreground#756775
  • editorLink.activeForeground#b1a6ca
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f6e6eb55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#5a4f5a
  • editorSuggestWidget.foreground#f9f3f9
  • editorSuggestWidget.highlightForeground#b1a6ca
  • editorSuggestWidget.selectedBackground#756775
  • editorWhitespace.foreground#5a4f5a
  • editorWidget.background#5a4f5a
  • editorWidget.border#756775
  • extensionButton.prominentBackground#b1a6ca
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#cdc6dd
  • focusBorder#b1a6ca
  • foreground#f9f3f9
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#907f90
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#b1a6ca
  • input.background#312b31
  • input.border#685b68
  • input.foreground#f9f3f9
  • input.placeholderForeground#706270
  • inputOption.activeBorder#f6e6eb
  • list.activeSelectionBackground#f6e6eb
  • list.activeSelectionForeground#3f373f
  • list.focusBackground#685b68
  • list.hoverBackground#473e47
  • list.inactiveSelectionBackground#3f373f
  • notification.background#4d434d
  • notification.buttonBackground#b1a6ca
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f9f3f9
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#5a4f5a
  • panel.border#756775
  • panelTitle.activeBorder#b1a6ca
  • panelTitle.inactiveForeground#9b8d9b
  • peekView.border#b1a6ca
  • peekViewEditor.background#342d34
  • peekViewEditor.matchHighlightBackground#f6e6eb55
  • peekViewEditorGutter.background#3a323a
  • peekViewResult.background#4d434d
  • peekViewResult.fileForeground#f2e5f2
  • peekViewResult.lineForeground#e8d1e8
  • peekViewResult.matchHighlightBackground#f6e6eb55
  • peekViewResult.selectionBackground#443c44
  • peekViewResult.selectionForeground#f9f3f9
  • peekViewTitle.background#3a323a
  • peekViewTitleDescription.foreground#f4e9f4
  • peekViewTitleLabel.foreground#f9f3f9
  • progressBar.background#e484b2
  • scrollbar.shadow#241f24
  • scrollbarSlider.activeBackground#b1a6caaa
  • scrollbarSlider.background#756775aa
  • scrollbarSlider.hoverBackground#b1a6ca55
  • sideBar.background#4d434d
  • sideBar.foreground#f9f3f9
  • sideBarSectionHeader.background#554a55
  • sideBarSectionHeader.foreground#f9f3f9
  • statusBar.background#b1a6ca
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f6e6eb
  • tab.inactiveBackground#4a404a
  • tab.inactiveForeground#a79ba7
  • terminal.ansiBlack#4d434d
  • terminal.ansiBlue#e484b2
  • terminal.ansiBrightBlack#756775
  • terminal.ansiBrightBlue#f6d8e6
  • terminal.ansiBrightCyan#ffffff
  • terminal.ansiBrightGreen#e9e6f0
  • terminal.ansiBrightMagenta#ffffff
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffffff
  • terminal.ansiCyan#f0b9d4
  • terminal.ansiGreen#b1a6ca
  • terminal.ansiMagenta#cacbdd
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#f6e6eb
  • terminal.background#312b31
  • terminal.foreground#f9f3f9
  • titleBar.activeBackground#342d34

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f9f3f9
comment#6a6a84
string#9eb2d9
constant.numeric#9eb2d9
constant.language#f6e6eb
constant.character, constant.other#f6e6eb
variable
keyword#cacbdd
storage#f6e6eb
storage.type#b1a6ca
entity.name.class#f6e6ebunderline
entity.other.inherited-class#f6e6eb
entity.name.function#e484b2
variable.parameter#f9f3f9
entity.name.tag#b1a6ca
entity.other.attribute-name#f6e6eb
support.function#f0b9d4
support.constant#f6e6eb
support.type, support.class#f6e6eb
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#9eb2d9
meta.diff, meta.diff.header#6a6a84
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#9393a8
meta.property-value, support.constant.property-value, constant.other.color#9eb2d9
meta.structure.dictionary.json string.quoted.double.json#f6e6eb
meta.structure.dictionary.value.json string.quoted.double.json#9eb2d9
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f9f3f9
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#b1a6ca
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#b1a6canormal
variable.other#f9f3f9normal
variable.parameter.function.coffee#9eb2d9
entity.name.section.markdown#f6e6eb
punctuation.definition.heading.markdown#cacbdd
markup.raw.inline.markdown#9eb2d9
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#cacbdd
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#cacbdd
punctuation.definition.metadata.markdown#cacbdd
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#b1a6ca
markup.bold.markdown, markup.italic.markdown#b1a6ca
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#f9f3f9

Shiki preview

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

Loading...