Skip to main content
CodingTheme

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#110f0e
  • activityBar.foreground#f8f8f2
  • activityBarBadge.background#f2bc79
  • activityBarBadge.foreground#ffffff
  • badge.background#f2bc79
  • badge.foreground#ffffff
  • button.background#1f8181
  • button.foreground#ffffff
  • dropdown.background#050504
  • dropdown.border#050504
  • dropdown.foreground#f8f8f2
  • editor.background#0b0a09
  • editor.foreground#f8f8f2
  • editor.hoverHighlightBackground#f2bc7922
  • editor.lineHighlightBackground#131210
  • editor.selectionBackground#f55d7955
  • editor.wordHighlightBackground#f2897222
  • editor.wordHighlightStrongBackground#1f818122
  • editorBracketMatch.background#f2bc7944
  • editorBracketMatch.border#1f8181
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#131210
  • editorGroupHeader.tabsBackground#131210
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#050504
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#272320
  • editorLineNumber.foreground#433d37
  • editorLink.activeForeground#f2bc79
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#1f818155
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#272320
  • editorSuggestWidget.foreground#f8f8f2
  • editorSuggestWidget.highlightForeground#f2bc79
  • editorSuggestWidget.selectedBackground#433d37
  • editorWhitespace.foreground#272320
  • editorWidget.background#272320
  • editorWidget.border#433d37
  • extensionButton.prominentBackground#f2bc79
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#f7d3a7
  • focusBorder#f2bc79
  • foreground#f8f8f2
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#5f564e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#f2bc79
  • input.background#000000
  • input.border#35302b
  • input.foreground#f8f8f2
  • input.placeholderForeground#3d3832
  • inputOption.activeBorder#1f8181
  • list.activeSelectionBackground#1f8181
  • list.activeSelectionForeground#0b0a09
  • list.focusBackground#35302b
  • list.hoverBackground#131210
  • list.inactiveSelectionBackground#0b0a09
  • notification.background#191714
  • notification.buttonBackground#f2bc79
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#f8f8f2
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#272320
  • panel.border#433d37
  • panelTitle.activeBorder#f2bc79
  • panelTitle.inactiveForeground#6d6359
  • peekView.border#f2bc79
  • peekViewEditor.background#000000
  • peekViewEditor.matchHighlightBackground#1f818155
  • peekViewEditorGutter.background#050504
  • peekViewResult.background#191714
  • peekViewResult.fileForeground#f1f1e5
  • peekViewResult.lineForeground#e6e6d1
  • peekViewResult.matchHighlightBackground#1f818155
  • peekViewResult.selectionBackground#110f0e
  • peekViewResult.selectionForeground#f8f8f2
  • peekViewTitle.background#050504
  • peekViewTitleDescription.foreground#f3f3e8
  • peekViewTitleLabel.foreground#f8f8f2
  • progressBar.background#f28972
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#f2bc79aa
  • scrollbarSlider.background#433d37aa
  • scrollbarSlider.hoverBackground#f2bc7955
  • sideBar.background#191714
  • sideBar.foreground#f8f8f2
  • sideBarSectionHeader.background#211e1b
  • sideBarSectionHeader.foreground#f8f8f2
  • statusBar.background#f2bc79
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#1f8181
  • tab.inactiveBackground#161412
  • tab.inactiveForeground#7b7065
  • terminal.ansiBlack#191714
  • terminal.ansiBlue#f28972
  • terminal.ansiBrightBlack#433d37
  • terminal.ansiBrightBlue#fbd7cf
  • terminal.ansiBrightCyan#fbbdc8
  • terminal.ansiBrightGreen#fbead6
  • terminal.ansiBrightMagenta#fbead6
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#37cfcf
  • terminal.ansiCyan#f55d79
  • terminal.ansiGreen#f2bc79
  • terminal.ansiMagenta#f2bc79
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#1f8181
  • terminal.background#000000
  • terminal.foreground#f8f8f2
  • titleBar.activeBackground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#f8f8f2
comment#7a7267
string#f8bb39
constant.numeric#f8bb39
constant.language#1f8181
constant.character, constant.other#1f8181
variable
keyword#f2bc79
storage#1f8181
storage.type#f2bc79
entity.name.class#1f8181underline
entity.other.inherited-class#1f8181
entity.name.function#f28972
variable.parameter#f8f8f2
entity.name.tag#f2bc79
entity.other.attribute-name#1f8181
support.function#f55d79
support.constant#1f8181
support.type, support.class#1f8181
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#7a7267
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#a0988e
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#1f8181
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#f8f8f2
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#f2bc79
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#f2bc79normal
variable.other#f8f8f2normal
variable.parameter.function.coffee#f8bb39
entity.name.section.markdown#1f8181
punctuation.definition.heading.markdown#f2bc79
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#f2bc79
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#f2bc79
punctuation.definition.metadata.markdown#f2bc79
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#f2bc79
markup.bold.markdown, markup.italic.markdown#f2bc79
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#f8f8f2

Shiki preview

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

Loading...