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#313548
  • activityBar.foreground#ffffff
  • activityBarBadge.background#ef8354
  • activityBarBadge.foreground#ffffff
  • badge.background#ef8354
  • badge.foreground#ffffff
  • button.background#6e81a0
  • button.foreground#ffffff
  • dropdown.background#292c3c
  • dropdown.border#292c3c
  • dropdown.foreground#ffffff
  • editor.background#2d3142
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#ef835422
  • editor.lineHighlightBackground#33384b
  • editor.selectionBackground#ef835455
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#6e81a022
  • editorBracketMatch.background#ef835444
  • editorBracketMatch.border#6e81a0
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#33384b
  • editorGroupHeader.tabsBackground#33384b
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#292c3c
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#424860
  • editorLineNumber.foreground#565e7f
  • editorLink.activeForeground#ef8354
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#6e81a055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#424860
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#ef8354
  • editorSuggestWidget.selectedBackground#565e7f
  • editorWhitespace.foreground#424860
  • editorWidget.background#424860
  • editorWidget.border#565e7f
  • extensionButton.prominentBackground#ef8354
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f3a583
  • focusBorder#ef8354
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6d769b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#ef8354
  • input.background#232633
  • input.border#4c536f
  • input.foreground#ffffff
  • input.placeholderForeground#525a79
  • inputOption.activeBorder#6e81a0
  • list.activeSelectionBackground#6e81a0
  • list.activeSelectionForeground#2d3142
  • list.focusBackground#4c536f
  • list.hoverBackground#33384b
  • list.inactiveSelectionBackground#2d3142
  • notification.background#373c51
  • notification.buttonBackground#ef8354
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#424860
  • panel.border#565e7f
  • panelTitle.activeBorder#ef8354
  • panelTitle.inactiveForeground#7c84a6
  • peekView.border#ef8354
  • peekViewEditor.background#252836
  • peekViewEditor.matchHighlightBackground#6e81a055
  • peekViewEditorGutter.background#292c3c
  • peekViewResult.background#373c51
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#6e81a055
  • peekViewResult.selectionBackground#313548
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#292c3c
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#ffffff
  • scrollbar.shadow#181a24
  • scrollbarSlider.activeBackground#ef8354aa
  • scrollbarSlider.background#565e7faa
  • scrollbarSlider.hoverBackground#ef835455
  • sideBar.background#373c51
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#3e435a
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#ef8354
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#6e81a0
  • tab.inactiveBackground#353a4e
  • tab.inactiveForeground#8b92b0
  • terminal.ansiBlack#373c51
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#565e7f
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#acb7c8
  • terminal.ansiBrightGreen#f8c7b1
  • terminal.ansiBrightMagenta#f8c7b1
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#acb7c8
  • terminal.ansiCyan#6e81a0
  • terminal.ansiGreen#ef8354
  • terminal.ansiMagenta#ef8354
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#6e81a0
  • terminal.background#232633
  • terminal.foreground#ffffff
  • titleBar.activeBackground#252836

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#726c87
string#83ba7c
constant.numeric#7cb8ba
constant.language#6e81a0
constant.character, constant.other#6e81a0
variable
keyword#ef8354
storage#6e81a0
storage.type#ef8354
entity.name.class#6e81a0underline
entity.other.inherited-class#6e81a0
entity.name.function#ffffff
variable.parameter#ffffff
entity.name.tag#ef8354
entity.other.attribute-name#6e81a0
support.function#6e81a0
support.constant#6e81a0
support.type, support.class#6e81a0
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#83ba7c
meta.diff, meta.diff.header#726c87
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#9a95aa
meta.property-value, support.constant.property-value, constant.other.color#83ba7c
meta.structure.dictionary.json string.quoted.double.json#6e81a0
meta.structure.dictionary.value.json string.quoted.double.json#83ba7c
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#ef8354
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#ef8354normal
variable.other#ffffffnormal
variable.parameter.function.coffee#7cb8ba
entity.name.section.markdown#6e81a0
punctuation.definition.heading.markdown#ef8354
markup.raw.inline.markdown#83ba7c
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ef8354
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ef8354
punctuation.definition.metadata.markdown#ef8354
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#ef8354
markup.bold.markdown, markup.italic.markdown#ef8354
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#ffffff

Shiki preview

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

Loading...