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#293139
  • activityBar.foreground#afb7bf
  • activityBarBadge.background#e7be45
  • activityBarBadge.foreground#ffffff
  • badge.background#e7be45
  • badge.foreground#ffffff
  • button.background#7a8289
  • button.foreground#ffffff
  • dropdown.background#21272d
  • dropdown.border#21272d
  • dropdown.foreground#afb7bf
  • editor.background#252c33
  • editor.foreground#afb7bf
  • editor.hoverHighlightBackground#e7be4522
  • editor.lineHighlightBackground#2b343c
  • editor.selectionBackground#e7be4555
  • editor.wordHighlightBackground#e6eaef22
  • editor.wordHighlightStrongBackground#7a828922
  • editorBracketMatch.background#e7be4544
  • editorBracketMatch.border#7a8289
  • editorCursor.foreground#ffffff
  • editorGroup.background#2b343c
  • editorGroupHeader.tabsBackground#2b343c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#21272d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3a4551
  • editorLineNumber.foreground#505f6e
  • editorLink.activeForeground#e7be45
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#7a828955
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3a4551
  • editorSuggestWidget.foreground#afb7bf
  • editorSuggestWidget.highlightForeground#e7be45
  • editorSuggestWidget.selectedBackground#505f6e
  • editorWhitespace.foreground#3a4551
  • editorWidget.background#3a4551
  • editorWidget.border#505f6e
  • extensionButton.prominentBackground#e7be45
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#edce72
  • focusBorder#e7be45
  • foreground#afb7bf
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#65788c
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#e7be45
  • input.background#1a1f24
  • input.border#45525f
  • input.foreground#afb7bf
  • input.placeholderForeground#4c5a68
  • inputOption.activeBorder#7a8289
  • list.activeSelectionBackground#7a8289
  • list.activeSelectionForeground#252c33
  • list.focusBackground#45525f
  • list.hoverBackground#2b343c
  • list.inactiveSelectionBackground#252c33
  • notification.background#303942
  • notification.buttonBackground#e7be45
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#afb7bf
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3a4551
  • panel.border#505f6e
  • panelTitle.activeBorder#e7be45
  • panelTitle.inactiveForeground#728599
  • peekView.border#e7be45
  • peekViewEditor.background#1c2227
  • peekViewEditor.matchHighlightBackground#7a828955
  • peekViewEditorGutter.background#21272d
  • peekViewResult.background#303942
  • peekViewResult.fileForeground#a4adb6
  • peekViewResult.lineForeground#939da8
  • peekViewResult.matchHighlightBackground#7a828955
  • peekViewResult.selectionBackground#293139
  • peekViewResult.selectionForeground#afb7bf
  • peekViewTitle.background#21272d
  • peekViewTitleDescription.foreground#a6afb8
  • peekViewTitleLabel.foreground#afb7bf
  • progressBar.background#e6eaef
  • scrollbar.shadow#101215
  • scrollbarSlider.activeBackground#e7be45aa
  • scrollbarSlider.background#505f6eaa
  • scrollbarSlider.hoverBackground#e7be4555
  • sideBar.background#303942
  • sideBar.foreground#afb7bf
  • sideBarSectionHeader.background#36404b
  • sideBarSectionHeader.foreground#afb7bf
  • statusBar.background#e7be45
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7a8289
  • tab.inactiveBackground#2e363f
  • tab.inactiveForeground#8192a3
  • terminal.ansiBlack#303942
  • terminal.ansiBlue#e6eaef
  • terminal.ansiBrightBlack#505f6e
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#b0b5b9
  • terminal.ansiBrightGreen#f3de9f
  • terminal.ansiBrightMagenta#f3de9f
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#e8eaec
  • terminal.ansiBrightYellow#b0b5b9
  • terminal.ansiCyan#7a8289
  • terminal.ansiGreen#e7be45
  • terminal.ansiMagenta#e7be45
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#bdc4ca
  • terminal.ansiYellow#7a8289
  • terminal.background#1a1f24
  • terminal.foreground#afb7bf
  • titleBar.activeBackground#1c2227

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#afb7bf
comment#49525b
string#eae18f
constant.numeric#bab47c
constant.language#7a8289
constant.character, constant.other#7a8289
variable
keyword#e7be45
storage#7a8289
storage.type#e7be45
entity.name.class#7a8289underline
entity.other.inherited-class#7a8289
entity.name.function#e6eaef
variable.parameter#d0d9e2
entity.name.tag#e7be45
entity.other.attribute-name#7a8289
support.function#7a8289
support.constant#7a8289
support.type, support.class#7a8289
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#eae18f
meta.diff, meta.diff.header#49525b
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#6b7885
meta.property-value, support.constant.property-value, constant.other.color#eae18f
meta.structure.dictionary.json string.quoted.double.json#7a8289
meta.structure.dictionary.value.json string.quoted.double.json#eae18f
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#afb7bf
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e7be45
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e7be45normal
variable.other#d0d9e2normal
variable.parameter.function.coffee#bab47c
entity.name.section.markdown#7a8289
punctuation.definition.heading.markdown#e7be45
markup.raw.inline.markdown#eae18f
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e7be45
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e7be45
punctuation.definition.metadata.markdown#e7be45
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e7be45
markup.bold.markdown, markup.italic.markdown#e7be45
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#afb7bf

Shiki preview

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

Loading...