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#463b3a
  • activityBar.foreground#ffffff
  • activityBarBadge.background#e9c865
  • activityBarBadge.foreground#ffffff
  • badge.background#e9c865
  • badge.foreground#ffffff
  • button.background#ff9787
  • button.foreground#ffffff
  • dropdown.background#3a3130
  • dropdown.border#3a3130
  • dropdown.foreground#ffffff
  • editor.background#403635
  • editor.foreground#ffffff
  • editor.hoverHighlightBackground#e9c86522
  • editor.lineHighlightBackground#483d3c
  • editor.selectionBackground#b5db9955
  • editor.wordHighlightBackground#b5db9922
  • editor.wordHighlightStrongBackground#ff978722
  • editorBracketMatch.background#e9c86544
  • editorBracketMatch.border#ff9787
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#483d3c
  • editorGroupHeader.tabsBackground#483d3c
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#3a3130
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#5c4e4c
  • editorLineNumber.foreground#786563
  • editorLink.activeForeground#e9c865
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ff978755
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#5c4e4c
  • editorSuggestWidget.foreground#ffffff
  • editorSuggestWidget.highlightForeground#e9c865
  • editorSuggestWidget.selectedBackground#786563
  • editorWhitespace.foreground#5c4e4c
  • editorWidget.background#5c4e4c
  • editorWidget.border#786563
  • extensionButton.prominentBackground#e9c865
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#efd892
  • focusBorder#e9c865
  • foreground#ffffff
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#927e7c
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#e9c865
  • input.background#322a29
  • input.border#6a5958
  • input.foreground#ffffff
  • input.placeholderForeground#72605f
  • inputOption.activeBorder#ff9787
  • list.activeSelectionBackground#ff9787
  • list.activeSelectionForeground#403635
  • list.focusBackground#6a5958
  • list.hoverBackground#483d3c
  • list.inactiveSelectionBackground#403635
  • notification.background#4e4241
  • notification.buttonBackground#e9c865
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#ffffff
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#5c4e4c
  • panel.border#786563
  • panelTitle.activeBorder#e9c865
  • panelTitle.inactiveForeground#9e8b8a
  • peekView.border#e9c865
  • peekViewEditor.background#352d2c
  • peekViewEditor.matchHighlightBackground#ff978755
  • peekViewEditorGutter.background#3a3130
  • peekViewResult.background#4e4241
  • peekViewResult.fileForeground#f5f5f5
  • peekViewResult.lineForeground#e6e6e6
  • peekViewResult.matchHighlightBackground#ff978755
  • peekViewResult.selectionBackground#463b3a
  • peekViewResult.selectionForeground#ffffff
  • peekViewTitle.background#3a3130
  • peekViewTitleDescription.foreground#f7f7f7
  • peekViewTitleLabel.foreground#ffffff
  • progressBar.background#b5db99
  • scrollbar.shadow#241e1e
  • scrollbarSlider.activeBackground#e9c865aa
  • scrollbarSlider.background#786563aa
  • scrollbarSlider.hoverBackground#e9c86555
  • sideBar.background#4e4241
  • sideBar.foreground#ffffff
  • sideBarSectionHeader.background#564947
  • sideBarSectionHeader.foreground#ffffff
  • statusBar.background#e9c865
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff9787
  • tab.inactiveBackground#4b3f3e
  • tab.inactiveForeground#a99998
  • terminal.ansiBlack#4e4241
  • terminal.ansiBlue#b5db99
  • terminal.ansiBrightBlack#786563
  • terminal.ansiBrightBlue#ecf6e4
  • terminal.ansiBrightCyan#f6e8be
  • terminal.ansiBrightGreen#f6e8be
  • terminal.ansiBrightMagenta#ffefed
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffefed
  • terminal.ansiCyan#e9c865
  • terminal.ansiGreen#e9c865
  • terminal.ansiMagenta#ff9787
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#ffffff
  • terminal.ansiYellow#ff9787
  • terminal.background#322a29
  • terminal.foreground#ffffff
  • titleBar.activeBackground#352d2c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#ffffff
comment#c3b8b7
string#b5db99
constant.numeric#b5db99
constant.language#ff9787
constant.character, constant.other#ff9787
variable
keyword#ff9787
storage#ff9787
storage.type#e9c865
entity.name.class#ff9787underline
entity.other.inherited-class#ff9787
entity.name.function#b5db99
variable.parameter#ffffff
entity.name.tag#e9c865
entity.other.attribute-name#ff9787
support.function#e9c865
support.constant#ff9787
support.type, support.class#ff9787
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#b5db99
meta.diff, meta.diff.header#c3b8b7
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#e6e1e1
meta.property-value, support.constant.property-value, constant.other.color#b5db99
meta.structure.dictionary.json string.quoted.double.json#ff9787
meta.structure.dictionary.value.json string.quoted.double.json#b5db99
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#ffffff
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e9c865
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e9c865normal
variable.other#ffffffnormal
variable.parameter.function.coffee#b5db99
entity.name.section.markdown#ff9787
punctuation.definition.heading.markdown#ff9787
markup.raw.inline.markdown#b5db99
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ff9787
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ff9787
punctuation.definition.metadata.markdown#ff9787
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e9c865
markup.bold.markdown, markup.italic.markdown#e9c865
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#ffffff

Shiki preview

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

Loading...