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#3d2a3e
  • activityBar.foreground#af92b2
  • activityBarBadge.background#c89933
  • activityBarBadge.foreground#ffffff
  • badge.background#c89933
  • badge.foreground#ffffff
  • button.background#74526c
  • button.foreground#ffffff
  • dropdown.background#312232
  • dropdown.border#312232
  • dropdown.foreground#af92b2
  • editor.background#372638
  • editor.foreground#af92b2
  • editor.hoverHighlightBackground#c8993322
  • editor.lineHighlightBackground#402c41
  • editor.selectionBackground#c8993355
  • editor.wordHighlightBackground#dbd05322
  • editor.wordHighlightStrongBackground#74526c22
  • editorBracketMatch.background#c8993344
  • editorBracketMatch.border#74526c
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#402c41
  • editorGroupHeader.tabsBackground#402c41
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#312232
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#553b56
  • editorLineNumber.foreground#734f75
  • editorLink.activeForeground#c89933
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#74526c55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#553b56
  • editorSuggestWidget.foreground#af92b2
  • editorSuggestWidget.highlightForeground#c89933
  • editorSuggestWidget.selectedBackground#734f75
  • editorWhitespace.foreground#553b56
  • editorWidget.background#553b56
  • editorWidget.border#734f75
  • extensionButton.prominentBackground#c89933
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d5ae59
  • focusBorder#c89933
  • foreground#af92b2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#916493
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#c89933
  • input.background#281c29
  • input.border#644566
  • input.foreground#af92b2
  • input.placeholderForeground#6d4b6f
  • inputOption.activeBorder#74526c
  • list.activeSelectionBackground#74526c
  • list.activeSelectionForeground#372638
  • list.focusBackground#644566
  • list.hoverBackground#402c41
  • list.inactiveSelectionBackground#372638
  • notification.background#463047
  • notification.buttonBackground#c89933
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#af92b2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#553b56
  • panel.border#734f75
  • panelTitle.activeBorder#c89933
  • panelTitle.inactiveForeground#9c729f
  • peekView.border#c89933
  • peekViewEditor.background#2b1e2c
  • peekViewEditor.matchHighlightBackground#74526c55
  • peekViewEditorGutter.background#312232
  • peekViewResult.background#463047
  • peekViewResult.fileForeground#a686aa
  • peekViewResult.lineForeground#99749d
  • peekViewResult.matchHighlightBackground#74526c55
  • peekViewResult.selectionBackground#3d2a3e
  • peekViewResult.selectionForeground#af92b2
  • peekViewTitle.background#312232
  • peekViewTitleDescription.foreground#a889ac
  • peekViewTitleLabel.foreground#af92b2
  • progressBar.background#dbd053
  • scrollbar.shadow#19111a
  • scrollbarSlider.activeBackground#c89933aa
  • scrollbarSlider.background#734f75aa
  • scrollbarSlider.hoverBackground#c8993355
  • sideBar.background#463047
  • sideBar.foreground#af92b2
  • sideBarSectionHeader.background#4f3650
  • sideBarSectionHeader.foreground#af92b2
  • statusBar.background#c89933
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#74526c
  • tab.inactiveBackground#432e44
  • tab.inactiveForeground#a781a9
  • terminal.ansiBlack#463047
  • terminal.ansiBlue#dbd053
  • terminal.ansiBrightBlack#734f75
  • terminal.ansiBrightBlue#ede7a7
  • terminal.ansiBrightCyan#ede7a7
  • terminal.ansiBrightGreen#dfc282
  • terminal.ansiBrightMagenta#dfc282
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#dbcedc
  • terminal.ansiBrightYellow#a884a0
  • terminal.ansiCyan#dbd053
  • terminal.ansiGreen#c89933
  • terminal.ansiMagenta#c89933
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#baa1bd
  • terminal.ansiYellow#74526c
  • terminal.background#281c29
  • terminal.foreground#af92b2
  • titleBar.activeBackground#2b1e2c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#af92b2
comment#614263
string#baa353
constant.numeric#d8b436
constant.language#74526c
constant.character, constant.other#74526c
variable
keyword#c89933
storage#74526c
storage.type#c89933
entity.name.class#74526cunderline
entity.other.inherited-class#74526c
entity.name.function#dbd053
variable.parameter#e3d0e5
entity.name.tag#c89933
entity.other.attribute-name#74526c
support.function#dbd053
support.constant#74526c
support.type, support.class#74526c
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#baa353
meta.diff, meta.diff.header#614263
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#8e6191
meta.property-value, support.constant.property-value, constant.other.color#baa353
meta.structure.dictionary.json string.quoted.double.json#74526c
meta.structure.dictionary.value.json string.quoted.double.json#baa353
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#af92b2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#c89933
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c89933normal
variable.other#e3d0e5normal
variable.parameter.function.coffee#d8b436
entity.name.section.markdown#74526c
punctuation.definition.heading.markdown#c89933
markup.raw.inline.markdown#baa353
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#c89933
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#c89933
punctuation.definition.metadata.markdown#c89933
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c89933
markup.bold.markdown, markup.italic.markdown#c89933
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#af92b2

Shiki preview

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

Loading...