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#6a7684
  • activityBar.foreground#ffffff
  • activityBarBadge.background#e7be45
  • activityBarBadge.foreground#ffffff
  • badge.background#e7be45
  • badge.foreground#ffffff
  • button.background#7a8289
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#6a7684
  • editor.background#ffffff
  • editor.foreground#6a7684
  • editor.hoverHighlightBackground#e7be4522
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#e7be4533
  • editor.wordHighlightBackground#6a768422
  • editor.wordHighlightStrongBackground#7a828922
  • editorBracketMatch.background#e7be4544
  • editorBracketMatch.border#7a8289
  • editorCursor.foreground#333333
  • 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#e7be45
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#7a828955
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#6a7684
  • editorSuggestWidget.highlightForeground#e7be45
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#e7be45
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#edce72
  • focusBorder#e7be45
  • foreground#6a7684
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#e7be45
  • input.background#ffffff
  • input.border#999999
  • input.foreground#6a7684
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#7a8289
  • list.activeSelectionBackground#7a8289
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#e7be45
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#6a7684
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#e7be45
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#e7be45
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#7a828955
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#768391
  • peekViewResult.lineForeground#afb6bf
  • peekViewResult.matchHighlightBackground#7a828955
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#768391
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#636e7b
  • peekViewTitleLabel.foreground#6a7684
  • progressBar.background#6a7684
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#e7be45aa
  • scrollbarSlider.background#6a768435
  • scrollbarSlider.hoverBackground#e7be4555
  • sideBar.background#f2f2f2
  • sideBar.foreground#6a7684
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#6a7684
  • statusBar.background#e7be45
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#7a8289
  • tab.activeForeground#6a7684
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#d9dde1
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#6a7684
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#a1a9b3
  • terminal.ansiBrightCyan#b0b5b9
  • terminal.ansiBrightGreen#f3de9f
  • terminal.ansiBrightMagenta#f3de9f
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#a1a9b3
  • terminal.ansiBrightYellow#b0b5b9
  • terminal.ansiCyan#7a8289
  • terminal.ansiGreen#e7be45
  • terminal.ansiMagenta#e7be45
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#768391
  • terminal.ansiYellow#7a8289
  • terminal.background#ffffff
  • terminal.foreground#6a7684
  • titleBar.activeBackground#f6f6f7
  • titleBar.activeForeground#6a7684
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#6a7684
comment#aeb9c4
string#afa441
constant.numeric#998d29
constant.language#7a8289
constant.character, constant.other#7a8289
variable
keyword#e7be45
storage#7a8289
storage.type#e7be45
entity.name.class#7a8289underline
entity.other.inherited-class#7a8289
entity.name.function#6a7684
variable.parameter#535d68
entity.name.tag#e7be45
entity.other.attribute-name#7a8289
support.function#7a8289
support.constant#7a8289
support.type, support.class#7a8289
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#afa441
meta.diff, meta.diff.header#aeb9c4
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#8293a4
meta.property-value, support.constant.property-value, constant.other.color#afa441
meta.structure.dictionary.json string.quoted.double.json#7a8289
meta.structure.dictionary.value.json string.quoted.double.json#afa441
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#6a7684
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e7be45
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e7be45normal
variable.other#535d68normal
variable.parameter.function.coffee#998d29
entity.name.section.markdown#7a8289
punctuation.definition.heading.markdown#e7be45
markup.raw.inline.markdown#afa441
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e7be45
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e7be45
punctuation.definition.metadata.markdown#e7be45
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e7be45
markup.bold.markdown, markup.italic.markdown#e7be45
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#6a7684

Shiki preview

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

Loading...