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#121314
  • activityBar.foreground#cad9e3
  • activityBarBadge.background#de333c
  • activityBarBadge.foreground#ffffff
  • badge.background#de333c
  • badge.foreground#ffffff
  • button.background#2e6fd9
  • button.foreground#ffffff
  • dropdown.background#08090a
  • dropdown.border#08090a
  • dropdown.foreground#cad9e3
  • editor.background#0d0e0f
  • editor.foreground#cad9e3
  • editor.hoverHighlightBackground#de333c22
  • editor.lineHighlightBackground#141617
  • editor.selectionBackground#de333c55
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#2e6fd922
  • editorBracketMatch.background#de333c44
  • editorBracketMatch.border#2e6fd9
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#141617
  • editorGroupHeader.tabsBackground#141617
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#08090a
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#25272a
  • editorLineNumber.foreground#3c4146
  • editorLink.activeForeground#de333c
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#2e6fd955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#25272a
  • editorSuggestWidget.foreground#cad9e3
  • editorSuggestWidget.highlightForeground#de333c
  • editorSuggestWidget.selectedBackground#3c4146
  • editorWhitespace.foreground#25272a
  • editorWidget.background#25272a
  • editorWidget.border#3c4146
  • extensionButton.prominentBackground#de333c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#e55f66
  • focusBorder#de333c
  • foreground#cad9e3
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#545a61
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#de333c
  • input.background#010101
  • input.border#313438
  • input.foreground#cad9e3
  • input.placeholderForeground#383c40
  • inputOption.activeBorder#2e6fd9
  • list.activeSelectionBackground#2e6fd9
  • list.activeSelectionForeground#0d0e0f
  • list.focusBackground#313438
  • list.hoverBackground#141617
  • list.inactiveSelectionBackground#0d0e0f
  • notification.background#191b1d
  • notification.buttonBackground#de333c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#cad9e3
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#25272a
  • panel.border#3c4146
  • panelTitle.activeBorder#de333c
  • panelTitle.inactiveForeground#60676f
  • peekView.border#de333c
  • peekViewEditor.background#040404
  • peekViewEditor.matchHighlightBackground#2e6fd955
  • peekViewEditorGutter.background#08090a
  • peekViewResult.background#191b1d
  • peekViewResult.fileForeground#bdcfdc
  • peekViewResult.lineForeground#a9c1d1
  • peekViewResult.matchHighlightBackground#2e6fd955
  • peekViewResult.selectionBackground#121314
  • peekViewResult.selectionForeground#cad9e3
  • peekViewTitle.background#08090a
  • peekViewTitleDescription.foreground#c0d2de
  • peekViewTitleLabel.foreground#cad9e3
  • progressBar.background#ffffff
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#de333caa
  • scrollbarSlider.background#3c4146aa
  • scrollbarSlider.hoverBackground#de333c55
  • sideBar.background#191b1d
  • sideBar.foreground#cad9e3
  • sideBarSectionHeader.background#202225
  • sideBarSectionHeader.foreground#cad9e3
  • statusBar.background#de333c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#2e6fd9
  • tab.inactiveBackground#16181a
  • tab.inactiveForeground#6c747c
  • terminal.ansiBlack#191b1d
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#3c4146
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#ec8b90
  • terminal.ansiBrightGreen#ec8b90
  • terminal.ansiBrightMagenta#f2f2f3
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#84aae9
  • terminal.ansiCyan#de333c
  • terminal.ansiGreen#de333c
  • terminal.ansiMagenta#bbbcc4
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#dbe5ec
  • terminal.ansiYellow#2e6fd9
  • terminal.background#010101
  • terminal.foreground#cad9e3
  • titleBar.activeBackground#040404

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#cad9e3
comment#515e66
string#3790de
constant.numeric#2e6fd9
constant.language#2e6fd9
constant.character, constant.other#2e6fd9
variable
keyword#bbbcc4
storage#2e6fd9
storage.type#de333c
entity.name.class#2e6fd9underline
entity.other.inherited-class#2e6fd9
entity.name.function#ffffff
variable.parameter#cad9e3
entity.name.tag#de333c
entity.other.attribute-name#2e6fd9
support.function#de333c
support.constant#2e6fd9
support.type, support.class#2e6fd9
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#3790de
meta.diff, meta.diff.header#515e66
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#738590
meta.property-value, support.constant.property-value, constant.other.color#3790de
meta.structure.dictionary.json string.quoted.double.json#2e6fd9
meta.structure.dictionary.value.json string.quoted.double.json#3790de
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#cad9e3
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#de333c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#de333cnormal
variable.other#cad9e3normal
variable.parameter.function.coffee#2e6fd9
entity.name.section.markdown#2e6fd9
punctuation.definition.heading.markdown#bbbcc4
markup.raw.inline.markdown#3790de
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#bbbcc4
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#bbbcc4
punctuation.definition.metadata.markdown#bbbcc4
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#de333c
markup.bold.markdown, markup.italic.markdown#de333c
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#cad9e3

Shiki preview

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

Loading...