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#474466
  • activityBar.foreground#ffffff
  • activityBarBadge.background#fd8a25
  • activityBarBadge.foreground#ffffff
  • badge.background#fd8a25
  • badge.foreground#ffffff
  • button.background#ba66d6
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#474466
  • editor.background#ffffff
  • editor.foreground#474466
  • editor.hoverHighlightBackground#fd8a2522
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#fd8a2533
  • editor.wordHighlightBackground#fed23022
  • editor.wordHighlightStrongBackground#ba66d622
  • editorBracketMatch.background#fd8a2544
  • editorBracketMatch.border#ba66d6
  • editorCursor.foreground#222222
  • editorGroup.background#f7f7f7
  • editorGroupHeader.tabsBackground#f7f7f7
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#fafafa
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#e6e6e6
  • editorLineNumber.foreground#cccccc
  • editorLink.activeForeground#fd8a25
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#ba66d655
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#474466
  • editorSuggestWidget.highlightForeground#fd8a25
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#fd8a25
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fda558
  • focusBorder#fd8a25
  • foreground#474466
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#fd8a25
  • input.background#ffffff
  • input.border#999999
  • input.foreground#474466
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#ba66d6
  • list.activeSelectionBackground#ba66d6
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#fd8a25
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#474466
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#fd8a25
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#fd8a25
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#ba66d655
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#524e75
  • peekViewResult.lineForeground#837faa
  • peekViewResult.matchHighlightBackground#ba66d655
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#524e75
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#413e5d
  • peekViewTitleLabel.foreground#474466
  • progressBar.background#fed230
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#fd8a25aa
  • scrollbarSlider.background#47446635
  • scrollbarSlider.hoverBackground#fd8a2555
  • sideBar.background#f2f2f2
  • sideBar.foreground#474466
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#474466
  • statusBar.background#fd8a25
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ba66d6
  • tab.activeForeground#474466
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#b0adc9
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#fed230
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#fee895
  • terminal.ansiBrightCyan#f07fcd
  • terminal.ansiBrightGreen#fec08a
  • terminal.ansiBrightMagenta#f07492
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#7470a0
  • terminal.ansiBrightYellow#deb6ec
  • terminal.ansiCyan#e524a9
  • terminal.ansiGreen#fd8a25
  • terminal.ansiMagenta#e5194b
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#524e75
  • terminal.ansiYellow#ba66d6
  • terminal.background#ffffff
  • terminal.foreground#474466
  • titleBar.activeBackground#cdccdd
  • titleBar.activeForeground#474466
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#474466
comment#736faa
string#fd8a25
constant.numeric#e524a9
constant.language#ba66d6
constant.character, constant.other#ba66d6
variable
keyword#e5194b
storage#ba66d6
storage.type#fd8a25
entity.name.class#ba66d6underline
entity.other.inherited-class#ba66d6
entity.name.function#fed230
variable.parameter#686491
entity.name.tag#fd8a25
entity.other.attribute-name#ba66d6
support.function#e524a9
support.constant#ba66d6
support.type, support.class#ba66d6
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#fd8a25
meta.diff, meta.diff.header#736faa
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#4f4c81
meta.property-value, support.constant.property-value, constant.other.color#fd8a25
meta.structure.dictionary.json string.quoted.double.json#ba66d6
meta.structure.dictionary.value.json string.quoted.double.json#fd8a25
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#474466
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fd8a25
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fd8a25normal
variable.other#686491normal
variable.parameter.function.coffee#e524a9
entity.name.section.markdown#ba66d6
punctuation.definition.heading.markdown#e5194b
markup.raw.inline.markdown#fd8a25
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e5194b
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e5194b
punctuation.definition.metadata.markdown#e5194b
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fd8a25
markup.bold.markdown, markup.italic.markdown#fd8a25
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#474466

Shiki preview

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

Loading...