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#6a7e89
  • activityBar.foreground#ffffff
  • activityBarBadge.background#5298c4
  • activityBarBadge.foreground#ffffff
  • badge.background#5298c4
  • badge.foreground#ffffff
  • button.background#d4856a
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#6a7e89
  • editor.background#ffffff
  • editor.foreground#6a7e89
  • editor.hoverHighlightBackground#5298c422
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#43b5b333
  • editor.wordHighlightBackground#43b5b322
  • editor.wordHighlightStrongBackground#d4856a22
  • editorBracketMatch.background#5298c444
  • editorBracketMatch.border#d4856a
  • 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#5298c4
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#d4856a55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#6a7e89
  • editorSuggestWidget.highlightForeground#5298c4
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#5298c4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#78afd1
  • focusBorder#5298c4
  • foreground#6a7e89
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#5298c4
  • input.background#ffffff
  • input.border#999999
  • input.foreground#6a7e89
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#d4856a
  • list.activeSelectionBackground#d4856a
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#5298c4
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#6a7e89
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#5298c4
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#5298c4
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#d4856a55
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#778b96
  • peekViewResult.lineForeground#b0bcc2
  • peekViewResult.matchHighlightBackground#d4856a55
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#778b96
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#637680
  • peekViewTitleLabel.foreground#6a7e89
  • progressBar.background#43b5b3
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#5298c4aa
  • scrollbarSlider.background#6a7e8935
  • scrollbarSlider.hoverBackground#5298c455
  • sideBar.background#f2f2f2
  • sideBar.foreground#6a7e89
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#6a7e89
  • statusBar.background#5298c4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d4856a
  • tab.activeForeground#6a7e89
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#dbe1e4
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#43b5b3
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#8ad4d2
  • terminal.ansiBrightCyan#8ad4d2
  • terminal.ansiBrightGreen#9ec5de
  • terminal.ansiBrightMagenta#ebc6b9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#a2b0b7
  • terminal.ansiBrightYellow#ebc6b9
  • terminal.ansiCyan#43b5b3
  • terminal.ansiGreen#5298c4
  • terminal.ansiMagenta#d4856a
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#778b96
  • terminal.ansiYellow#d4856a
  • terminal.background#ffffff
  • terminal.foreground#6a7e89
  • titleBar.activeBackground#f8f9fa
  • titleBar.activeForeground#6a7e89
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#6a7e89
comment#a6b4bc
string#84c4ce
constant.numeric#529ca8
constant.language#d4856a
constant.character, constant.other#d4856a
variable
keyword#d4856a
storage#d4856a
storage.type#5298c4
entity.name.class#d4856aunderline
entity.other.inherited-class#d4856a
entity.name.function#43b5b3
variable.parameter#3e4a51
entity.name.tag#5298c4
entity.other.attribute-name#d4856a
support.function#43b5b3
support.constant#d4856a
support.type, support.class#d4856a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#84c4ce
meta.diff, meta.diff.header#a6b4bc
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#7a8f9b
meta.property-value, support.constant.property-value, constant.other.color#84c4ce
meta.structure.dictionary.json string.quoted.double.json#d4856a
meta.structure.dictionary.value.json string.quoted.double.json#84c4ce
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#6a7e89
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#5298c4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5298c4normal
variable.other#3e4a51normal
variable.parameter.function.coffee#529ca8
entity.name.section.markdown#d4856a
punctuation.definition.heading.markdown#d4856a
markup.raw.inline.markdown#84c4ce
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#d4856a
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#d4856a
punctuation.definition.metadata.markdown#d4856a
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#5298c4
markup.bold.markdown, markup.italic.markdown#5298c4
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#6a7e89

Shiki preview

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

Loading...