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#151111
  • activityBar.foreground#c4babb
  • activityBarBadge.background#0a9f9b
  • activityBarBadge.foreground#ffffff
  • badge.background#0a9f9b
  • badge.foreground#ffffff
  • button.background#f5f3eb
  • button.foreground#ffffff
  • dropdown.background#090707
  • dropdown.border#090707
  • dropdown.foreground#c4babb
  • editor.background#0f0c0c
  • editor.foreground#c4babb
  • editor.hoverHighlightBackground#0a9f9b22
  • editor.lineHighlightBackground#171313
  • editor.selectionBackground#0a9f9b55
  • editor.wordHighlightBackground#e7775722
  • editor.wordHighlightStrongBackground#f5f3eb22
  • editorBracketMatch.background#0a9f9b44
  • editorBracketMatch.border#f5f3eb
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#171313
  • editorGroupHeader.tabsBackground#171313
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#090707
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#2b2323
  • editorLineNumber.foreground#483939
  • editorLink.activeForeground#0a9f9b
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#f5f3eb55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#2b2323
  • editorSuggestWidget.foreground#c4babb
  • editorSuggestWidget.highlightForeground#0a9f9b
  • editorSuggestWidget.selectedBackground#483939
  • editorWhitespace.foreground#2b2323
  • editorWidget.background#2b2323
  • editorWidget.border#483939
  • extensionButton.prominentBackground#0a9f9b
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#0dcfca
  • focusBorder#0a9f9b
  • foreground#c4babb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#645050
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#0a9f9b
  • input.background#010101
  • input.border#392e2e
  • input.foreground#c4babb
  • input.placeholderForeground#423535
  • inputOption.activeBorder#f5f3eb
  • list.activeSelectionBackground#f5f3eb
  • list.activeSelectionForeground#0f0c0c
  • list.focusBackground#392e2e
  • list.hoverBackground#171313
  • list.inactiveSelectionBackground#0f0c0c
  • notification.background#1d1717
  • notification.buttonBackground#0a9f9b
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c4babb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#2b2323
  • panel.border#483939
  • panelTitle.activeBorder#0a9f9b
  • panelTitle.inactiveForeground#725b5b
  • peekView.border#0a9f9b
  • peekViewEditor.background#040303
  • peekViewEditor.matchHighlightBackground#f5f3eb55
  • peekViewEditorGutter.background#090707
  • peekViewResult.background#1d1717
  • peekViewResult.fileForeground#bbafb0
  • peekViewResult.lineForeground#ac9fa0
  • peekViewResult.matchHighlightBackground#f5f3eb55
  • peekViewResult.selectionBackground#151111
  • peekViewResult.selectionForeground#c4babb
  • peekViewTitle.background#090707
  • peekViewTitleDescription.foreground#bdb2b3
  • peekViewTitleLabel.foreground#c4babb
  • progressBar.background#e77757
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#0a9f9baa
  • scrollbarSlider.background#483939aa
  • scrollbarSlider.hoverBackground#0a9f9b55
  • sideBar.background#1d1717
  • sideBar.foreground#c4babb
  • sideBarSectionHeader.background#261e1e
  • sideBarSectionHeader.foreground#c4babb
  • statusBar.background#0a9f9b
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#f5f3eb
  • tab.inactiveBackground#1a1515
  • tab.inactiveForeground#806767
  • terminal.ansiBlack#1d1717
  • terminal.ansiBlue#e77757
  • terminal.ansiBrightBlack#483939
  • terminal.ansiBrightBlue#f4bfb0
  • terminal.ansiBrightCyan#f4bfb0
  • terminal.ansiBrightGreen#1ef1eb
  • terminal.ansiBrightMagenta#c0d8d7
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f3f1f1
  • terminal.ansiBrightYellow#ffffff
  • terminal.ansiCyan#e77757
  • terminal.ansiGreen#0a9f9b
  • terminal.ansiMagenta#80b2b0
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0c8c9
  • terminal.ansiYellow#f5f3eb
  • terminal.background#010101
  • terminal.foreground#c4babb
  • titleBar.activeBackground#040303

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c4babb
comment#423738
string#a58163
constant.numeric#cc8f5d
constant.language#f5f3eb
constant.character, constant.other#f5f3eb
variable
keyword#80b2b0
storage#f5f3eb
storage.type#0a9f9b
entity.name.class#f5f3ebunderline
entity.other.inherited-class#f5f3eb
entity.name.function#e77757
variable.parameter#ede3e4
entity.name.tag#0a9f9b
entity.other.attribute-name#f5f3eb
support.function#e77757
support.constant#f5f3eb
support.type, support.class#f5f3eb
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a58163
meta.diff, meta.diff.header#423738
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#6c5a5b
meta.property-value, support.constant.property-value, constant.other.color#a58163
meta.structure.dictionary.json string.quoted.double.json#f5f3eb
meta.structure.dictionary.value.json string.quoted.double.json#a58163
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c4babb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#0a9f9b
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#0a9f9bnormal
variable.other#ede3e4normal
variable.parameter.function.coffee#cc8f5d
entity.name.section.markdown#f5f3eb
punctuation.definition.heading.markdown#80b2b0
markup.raw.inline.markdown#a58163
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#80b2b0
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#80b2b0
punctuation.definition.metadata.markdown#80b2b0
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#0a9f9b
markup.bold.markdown, markup.italic.markdown#0a9f9b
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#c4babb

Shiki preview

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

Loading...