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#121111
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#c491c4
  • activityBarBadge.foreground#ffffff
  • badge.background#c491c4
  • badge.foreground#ffffff
  • button.background#ed1153
  • button.foreground#ffffff
  • dropdown.background#080707
  • dropdown.border#080707
  • dropdown.foreground#f8f8f2
  • editor.background#0d0c0c
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#c491c422
  • editor.lineHighlightBackground#151313
  • editor.selectionBackground#ed115355
  • editor.wordHighlightBackground#b866fa22
  • editor.wordHighlightStrongBackground#ed115322
  • editorBracketMatch.background#c491c444
  • editorBracketMatch.border#ed1153
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#151313
  • editorGroupHeader.tabsBackground#151313
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#080707
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#282424
  • editorLineNumber.foreground#423d3d
  • editorLink.activeForeground#c491c4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ed115355
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#282424
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#c491c4
  • editorSuggestWidget.selectedBackground#423d3d
  • editorWhitespace.foreground#282424
  • editorWidget.background#282424
  • editorWidget.border#423d3d
  • extensionButton.prominentBackground#c491c4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#d6b2d6
  • focusBorder#c491c4
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5d5555
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#c491c4
  • input.background#000000
  • input.border#353131
  • input.foreground#f8f8f2
  • input.placeholderForeground#3d3838
  • inputOption.activeBorder#ed1153
  • list.activeSelectionBackground#ed1153
  • list.activeSelectionForeground#0d0c0c
  • list.focusBackground#353131
  • list.hoverBackground#151313
  • list.inactiveSelectionBackground#0d0c0c
  • notification.background#1a1818
  • notification.buttonBackground#c491c4
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#282424
  • panel.border#423d3d
  • panelTitle.activeBorder#c491c4
  • panelTitle.inactiveForeground#6a6262
  • peekView.border#c491c4
  • peekViewEditor.background#020202
  • peekViewEditor.matchHighlightBackground#ed115355
  • peekViewEditorGutter.background#080707
  • peekViewResult.background#1a1818
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#ed115355
  • peekViewResult.selectionBackground#121111
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#080707
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#b866fa
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#c491c4aa
  • scrollbarSlider.background#423d3daa
  • scrollbarSlider.hoverBackground#c491c455
  • sideBar.background#1a1818
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#222020
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#c491c4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ed1153
  • tab.inactiveBackground#181616
  • tab.inactiveForeground#776e6e
  • terminal.ansiBlack#1a1818
  • terminal.ansiBlue#b866fa
  • terminal.ansiBrightBlack#423d3d
  • terminal.ansiBrightBlue#e6c9fd
  • terminal.ansiBrightCyan#fccbed
  • terminal.ansiBrightGreen#e8d3e8
  • terminal.ansiBrightMagenta#f56f97
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#f56f97
  • terminal.ansiCyan#f76acb
  • terminal.ansiGreen#c491c4
  • terminal.ansiMagenta#ed1153
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ed1153
  • terminal.background#000000
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#020202

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#696363
string#b866fa
constant.numeric#c84ff0
constant.language#ed1153
constant.character, constant.other#ed1153
variable
keyword#ed1153
storage#ed1153
storage.type#c491c4
entity.name.class#ed1153underline
entity.other.inherited-class#ed1153
entity.name.function#b866fa
variable.parameter#f8f8f2
entity.name.tag#c491c4
entity.other.attribute-name#ed1153
support.function#f76acb
support.constant#ed1153
support.type, support.class#ed1153
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#b866fa
meta.diff, meta.diff.header#696363
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#908989
meta.property-value, support.constant.property-value, constant.other.color#b866fa
meta.structure.dictionary.json string.quoted.double.json#ed1153
meta.structure.dictionary.value.json string.quoted.double.json#b866fa
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f8f8f2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#c491c4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c491c4normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#c84ff0
entity.name.section.markdown#ed1153
punctuation.definition.heading.markdown#ed1153
markup.raw.inline.markdown#b866fa
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ed1153
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ed1153
punctuation.definition.metadata.markdown#ed1153
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c491c4
markup.bold.markdown, markup.italic.markdown#c491c4
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#f8f8f2

Shiki preview

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

Loading...