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#343939
  • activityBar.foreground#d6dbdb
  • activityBarBadge.background#c24e4b
  • activityBarBadge.foreground#ffffff
  • badge.background#c24e4b
  • badge.foreground#ffffff
  • button.background#7f9689
  • button.foreground#ffffff
  • dropdown.background#d1d6d6
  • dropdown.border#d1d6d6
  • dropdown.foreground#343939
  • editor.background#d6dbdb
  • editor.foreground#343939
  • editor.hoverHighlightBackground#c24e4b22
  • editor.lineHighlightBackground#ced4d4
  • editor.selectionBackground#9bb7a733
  • editor.wordHighlightBackground#34393922
  • editor.wordHighlightStrongBackground#7f968922
  • editorBracketMatch.background#c24e4b44
  • editorBracketMatch.border#7f9689
  • editorCursor.foreground#222222
  • editorGroup.background#ced4d4
  • editorGroupHeader.tabsBackground#ced4d4
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#d1d6d6
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#bbc3c3
  • editorLineNumber.foreground#a0abab
  • editorLink.activeForeground#c24e4b
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#7f968955
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#bbc3c3
  • editorSuggestWidget.foreground#343939
  • editorSuggestWidget.highlightForeground#c24e4b
  • editorSuggestWidget.selectedBackground#adb7b7
  • editorWhitespace.foreground#bbc3c3
  • editorWidget.background#c8cfcf
  • editorWidget.border#a0abab
  • extensionButton.prominentBackground#c24e4b
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#cf7371
  • focusBorder#c24e4b
  • foreground#343939
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#778888
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#c24e4b
  • input.background#d6dbdb
  • input.border#6b7a7a
  • input.foreground#343939
  • input.placeholderForeground#a0abab
  • inputOption.activeBorder#7f9689
  • list.activeSelectionBackground#7f9689
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#adb7b7
  • list.hoverBackground#dee2e2
  • list.inactiveSelectionBackground#d6dbdb
  • notification.background#adb7b7
  • notification.buttonBackground#c24e4b
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#343939
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#cbd1d1
  • panel.border#b5bebe
  • panelTitle.activeBorder#c24e4b
  • panelTitle.activeForeground#475151
  • panelTitle.inactiveForeground#929f9f
  • peekView.border#c24e4b
  • peekViewEditor.background#d1d6d6
  • peekViewEditor.matchHighlightBackground#7f968955
  • peekViewEditorGutter.background#c6cdcd
  • peekViewResult.background#c8cfcf
  • peekViewResult.fileForeground#404646
  • peekViewResult.lineForeground#717c7c
  • peekViewResult.matchHighlightBackground#7f968955
  • peekViewResult.selectionBackground#dbe0e0
  • peekViewResult.selectionForeground#404646
  • peekViewTitle.background#d1d6d6
  • peekViewTitleDescription.foreground#2d3131
  • peekViewTitleLabel.foreground#343939
  • progressBar.background#343939
  • scrollbar.shadow#6b7a7a
  • scrollbarSlider.activeBackground#c24e4baa
  • scrollbarSlider.background#34393935
  • scrollbarSlider.hoverBackground#c24e4b55
  • sideBar.background#c8cfcf
  • sideBar.foreground#343939
  • sideBarSectionHeader.background#adb7b7
  • sideBarSectionHeader.foreground#343939
  • statusBar.background#c24e4b
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7f9689
  • tab.activeForeground#343939
  • tab.border#b5bebe
  • tab.inactiveBackground#cbd1d1
  • tab.inactiveForeground#98a1a1
  • terminal.ansiBlack#e4e7e7
  • terminal.ansiBlue#343939
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#656e6e
  • terminal.ansiBrightCyan#dc9997
  • terminal.ansiBrightGreen#dc9997
  • terminal.ansiBrightMagenta#b7c4bd
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#656e6e
  • terminal.ansiBrightYellow#b7c4bd
  • terminal.ansiCyan#c24e4b
  • terminal.ansiGreen#c24e4b
  • terminal.ansiMagenta#7f9689
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#404646
  • terminal.ansiYellow#7f9689
  • terminal.background#d6dbdb
  • terminal.foreground#343939
  • titleBar.activeBackground#b3b9b9
  • titleBar.activeForeground#343939
  • widget.shadow#a0abab55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#343939
comment#9ba5a5
string#63a5a5
constant.numeric#4eadad
constant.language#7f9689
constant.character, constant.other#7f9689
variable
keyword#7f9689
storage#7f9689
storage.type#c24e4b
entity.name.class#7f9689underline
entity.other.inherited-class#7f9689
entity.name.function#343939
variable.parameter#5e6b6b
entity.name.tag#c24e4b
entity.other.attribute-name#7f9689
support.function#c24e4b
support.constant#7f9689
support.type, support.class#7f9689
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#63a5a5
meta.diff, meta.diff.header#9ba5a5
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#738080
meta.property-value, support.constant.property-value, constant.other.color#63a5a5
meta.structure.dictionary.json string.quoted.double.json#7f9689
meta.structure.dictionary.value.json string.quoted.double.json#63a5a5
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#343939
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#c24e4b
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#c24e4bnormal
variable.other#5e6b6bnormal
variable.parameter.function.coffee#4eadad
entity.name.section.markdown#7f9689
punctuation.definition.heading.markdown#7f9689
markup.raw.inline.markdown#63a5a5
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#7f9689
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#7f9689
punctuation.definition.metadata.markdown#7f9689
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#c24e4b
markup.bold.markdown, markup.italic.markdown#c24e4b
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#343939

Shiki preview

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

Loading...