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#5a79a8
  • activityBar.foreground#ffffff
  • activityBarBadge.background#98baa6
  • activityBarBadge.foreground#ffffff
  • badge.background#98baa6
  • badge.foreground#ffffff
  • button.background#247888
  • button.foreground#ffffff
  • dropdown.background#fafafa
  • dropdown.border#fafafa
  • dropdown.foreground#5a79a8
  • editor.background#ffffff
  • editor.foreground#5a79a8
  • editor.hoverHighlightBackground#98baa622
  • editor.lineHighlightBackground#f7f7f7
  • editor.selectionBackground#98baa633
  • editor.wordHighlightBackground#ba9b5e22
  • editor.wordHighlightStrongBackground#24788822
  • editorBracketMatch.background#98baa644
  • editorBracketMatch.border#247888
  • editorCursor.foreground#15243b
  • 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#98baa6
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#24788855
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#e6e6e6
  • editorSuggestWidget.foreground#5a79a8
  • editorSuggestWidget.highlightForeground#98baa6
  • editorSuggestWidget.selectedBackground#d9d9d9
  • editorWhitespace.foreground#e6e6e6
  • editorWidget.background#f2f2f2
  • editorWidget.border#cccccc
  • extensionButton.prominentBackground#98baa6
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#b7cec0
  • focusBorder#98baa6
  • foreground#5a79a8
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#a6a6a6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#98baa6
  • input.background#ffffff
  • input.border#999999
  • input.foreground#5a79a8
  • input.placeholderForeground#cccccc
  • inputOption.activeBorder#247888
  • list.activeSelectionBackground#247888
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#d9d9d9
  • list.hoverBackground#ffffff
  • list.inactiveSelectionBackground#ffffff
  • notification.background#d9d9d9
  • notification.buttonBackground#98baa6
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#5a79a8
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#f5f5f5
  • panel.border#e0e0e0
  • panelTitle.activeBorder#98baa6
  • panelTitle.activeForeground#737373
  • panelTitle.inactiveForeground#bfbfbf
  • peekView.border#98baa6
  • peekViewEditor.background#fafafa
  • peekViewEditor.matchHighlightBackground#24788855
  • peekViewEditorGutter.background#f0f0f0
  • peekViewResult.background#f2f2f2
  • peekViewResult.fileForeground#6b87b1
  • peekViewResult.lineForeground#adbdd4
  • peekViewResult.matchHighlightBackground#24788855
  • peekViewResult.selectionBackground#ffffff
  • peekViewResult.selectionForeground#6b87b1
  • peekViewTitle.background#fafafa
  • peekViewTitleDescription.foreground#54729f
  • peekViewTitleLabel.foreground#5a79a8
  • progressBar.background#ba9b5e
  • scrollbar.shadow#999999
  • scrollbarSlider.activeBackground#98baa6aa
  • scrollbarSlider.background#5a79a835
  • scrollbarSlider.hoverBackground#98baa655
  • sideBar.background#f2f2f2
  • sideBar.foreground#5a79a8
  • sideBarSectionHeader.background#d9d9d9
  • sideBarSectionHeader.foreground#5a79a8
  • statusBar.background#98baa6
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#247888
  • tab.activeForeground#5a79a8
  • tab.border#e0e0e0
  • tab.inactiveBackground#f5f5f5
  • tab.inactiveForeground#e0e5ee
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#ba9b5e
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#d9c7a5
  • terminal.ansiBrightCyan#44b8ce
  • terminal.ansiBrightGreen#d5e3db
  • terminal.ansiBrightMagenta#f0a4ae
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#9dafcb
  • terminal.ansiBrightYellow#44b8ce
  • terminal.ansiCyan#247888
  • terminal.ansiGreen#98baa6
  • terminal.ansiMagenta#e14d61
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#6b87b1
  • terminal.ansiYellow#247888
  • terminal.background#ffffff
  • terminal.foreground#5a79a8
  • titleBar.activeBackground#ffffff
  • titleBar.activeForeground#5a79a8
  • widget.shadow#cccccc55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#5a79a8
comment#8ba2c4
string#f63a4e
constant.numeric#3ea7bc
constant.language#247888
constant.character, constant.other#247888
variable
keyword#e14d61
storage#247888
storage.type#98baa6
entity.name.class#247888underline
entity.other.inherited-class#247888
entity.name.function#ba9b5e
variable.parameter#2c4770
entity.name.tag#98baa6
entity.other.attribute-name#247888
support.function#247888
support.constant#247888
support.type, support.class#247888
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f63a4e
meta.diff, meta.diff.header#8ba2c4
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#5879aa
meta.property-value, support.constant.property-value, constant.other.color#f63a4e
meta.structure.dictionary.json string.quoted.double.json#247888
meta.structure.dictionary.value.json string.quoted.double.json#f63a4e
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#5a79a8
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#98baa6
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#98baa6normal
variable.other#2c4770normal
variable.parameter.function.coffee#3ea7bc
entity.name.section.markdown#247888
punctuation.definition.heading.markdown#e14d61
markup.raw.inline.markdown#f63a4e
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e14d61
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e14d61
punctuation.definition.metadata.markdown#e14d61
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#98baa6
markup.bold.markdown, markup.italic.markdown#98baa6
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#5a79a8

Shiki preview

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

Loading...