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#12100f
  • activityBar.foreground#edebe6
  • activityBarBadge.background#94c7b6
  • activityBarBadge.foreground#ffffff
  • badge.background#94c7b6
  • badge.foreground#ffffff
  • button.background#d3643b
  • button.foreground#ffffff
  • dropdown.background#060605
  • dropdown.border#060605
  • dropdown.foreground#edebe6
  • editor.background#0c0b0a
  • editor.foreground#edebe6
  • editor.hoverHighlightBackground#94c7b622
  • editor.lineHighlightBackground#141311
  • editor.selectionBackground#d3643b55
  • editor.wordHighlightBackground#d6e1c722
  • editor.wordHighlightStrongBackground#d3643b22
  • editorBracketMatch.background#94c7b644
  • editorBracketMatch.border#d3643b
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#141311
  • editorGroupHeader.tabsBackground#141311
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#060605
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#282421
  • editorLineNumber.foreground#443e38
  • editorLink.activeForeground#94c7b6
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#d3643b55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#282421
  • editorSuggestWidget.foreground#edebe6
  • editorSuggestWidget.highlightForeground#94c7b6
  • editorSuggestWidget.selectedBackground#443e38
  • editorWhitespace.foreground#282421
  • editorWidget.background#282421
  • editorWidget.border#443e38
  • extensionButton.prominentBackground#94c7b6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#b5d9cd
  • focusBorder#94c7b6
  • foreground#edebe6
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5f5750
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#94c7b6
  • input.background#000000
  • input.border#36312d
  • input.foreground#edebe6
  • input.placeholderForeground#3e3934
  • inputOption.activeBorder#d3643b
  • list.activeSelectionBackground#d3643b
  • list.activeSelectionForeground#0c0b0a
  • list.focusBackground#36312d
  • list.hoverBackground#141311
  • list.inactiveSelectionBackground#0c0b0a
  • notification.background#1a1816
  • notification.buttonBackground#94c7b6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#edebe6
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#282421
  • panel.border#443e38
  • panelTitle.activeBorder#94c7b6
  • panelTitle.inactiveForeground#6d645b
  • peekView.border#94c7b6
  • peekViewEditor.background#010101
  • peekViewEditor.matchHighlightBackground#d3643b55
  • peekViewEditorGutter.background#060605
  • peekViewResult.background#1a1816
  • peekViewResult.fileForeground#e4e1da
  • peekViewResult.lineForeground#d8d3c8
  • peekViewResult.matchHighlightBackground#d3643b55
  • peekViewResult.selectionBackground#12100f
  • peekViewResult.selectionForeground#edebe6
  • peekViewTitle.background#060605
  • peekViewTitleDescription.foreground#e7e4dd
  • peekViewTitleLabel.foreground#edebe6
  • progressBar.background#d6e1c7
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#94c7b6aa
  • scrollbarSlider.background#443e38aa
  • scrollbarSlider.hoverBackground#94c7b655
  • sideBar.background#1a1816
  • sideBar.foreground#edebe6
  • sideBarSectionHeader.background#221f1d
  • sideBarSectionHeader.foreground#edebe6
  • statusBar.background#94c7b6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d3643b
  • tab.inactiveBackground#171513
  • tab.inactiveForeground#7b7167
  • terminal.ansiBlack#1a1816
  • terminal.ansiBlue#d6e1c7
  • terminal.ansiBrightBlack#443e38
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#e6a68e
  • terminal.ansiBrightGreen#d7eae4
  • terminal.ansiBrightMagenta#d7eae4
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#e6a68e
  • terminal.ansiCyan#d3643b
  • terminal.ansiGreen#94c7b6
  • terminal.ansiMagenta#94c7b6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f8f7f5
  • terminal.ansiYellow#d3643b
  • terminal.background#000000
  • terminal.foreground#edebe6
  • titleBar.activeBackground#010101

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#edebe6
comment#585146
string#f4d370
constant.numeric#f4d370
constant.language#d3643b
constant.character, constant.other#d3643b
variable
keyword#94c7b6
storage#d3643b
storage.type#94c7b6
entity.name.class#d3643bunderline
entity.other.inherited-class#d3643b
entity.name.function#d6e1c7
variable.parameter#edebe6
entity.name.tag#94c7b6
entity.other.attribute-name#d3643b
support.function#d3643b
support.constant#d3643b
support.type, support.class#d3643b
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f4d370
meta.diff, meta.diff.header#585146
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#837868
meta.property-value, support.constant.property-value, constant.other.color#f4d370
meta.structure.dictionary.json string.quoted.double.json#d3643b
meta.structure.dictionary.value.json string.quoted.double.json#f4d370
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#edebe6
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#94c7b6
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#94c7b6normal
variable.other#edebe6normal
variable.parameter.function.coffee#f4d370
entity.name.section.markdown#d3643b
punctuation.definition.heading.markdown#94c7b6
markup.raw.inline.markdown#f4d370
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#94c7b6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#94c7b6
punctuation.definition.metadata.markdown#94c7b6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#94c7b6
markup.bold.markdown, markup.italic.markdown#94c7b6
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#edebe6

Shiki preview

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

Loading...