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#222222
  • activityBar.foreground#d7e5ed
  • activityBarBadge.background#267fb5
  • activityBarBadge.foreground#ffffff
  • badge.background#267fb5
  • badge.foreground#ffffff
  • button.background#89bddd
  • button.foreground#ffffff
  • dropdown.background#d0e0ea
  • dropdown.border#d0e0ea
  • dropdown.foreground#222222
  • editor.background#d7e5ed
  • editor.foreground#222222
  • editor.hoverHighlightBackground#267fb522
  • editor.lineHighlightBackground#ccdee8
  • editor.selectionBackground#267fb533
  • editor.wordHighlightBackground#ffffff22
  • editor.wordHighlightStrongBackground#89bddd22
  • editorBracketMatch.background#267fb544
  • editorBracketMatch.border#89bddd
  • editorCursor.foreground#222222
  • editorGroup.background#ccdee8
  • editorGroupHeader.tabsBackground#ccdee8
  • editorGutter.addedBackground#59a50b
  • editorGutter.background#d0e0ea
  • editorGutter.deletedBackground#a30e29
  • editorGutter.modifiedBackground#c48405
  • editorIndentGuide.background#b4cedd
  • editorLineNumber.foreground#91b7cd
  • editorLink.activeForeground#267fb5
  • editorOverviewRuler.addedForeground#59a50b
  • editorOverviewRuler.deletedForeground#a30e29
  • editorOverviewRuler.errorForeground#a30e29
  • editorOverviewRuler.findMatchForeground#89bddd55
  • editorOverviewRuler.infoForeground#6a1faf
  • editorOverviewRuler.modifiedForeground#c48405
  • editorOverviewRuler.warningForeground#c48405
  • editorRuler.foreground#b4cedd
  • editorSuggestWidget.foreground#222222
  • editorSuggestWidget.highlightForeground#267fb5
  • editorSuggestWidget.selectedBackground#a2c3d5
  • editorWhitespace.foreground#b4cedd
  • editorWidget.background#c5dae5
  • editorWidget.border#91b7cd
  • extensionButton.prominentBackground#267fb5
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#399ad5
  • focusBorder#267fb5
  • foreground#222222
  • gitDecoration.conflictingResourceForeground#6a1faf
  • gitDecoration.deletedResourceForeground#a30e29
  • gitDecoration.ignoredResourceForeground#5c95b6
  • gitDecoration.modifiedResourceForeground#c48405
  • gitDecoration.untrackedResourceForeground#59a50b
  • input.activeBorder#267fb5
  • input.background#d7e5ed
  • input.border#4d89ab
  • input.foreground#222222
  • input.placeholderForeground#91b7cd
  • inputOption.activeBorder#89bddd
  • list.activeSelectionBackground#89bddd
  • list.activeSelectionForeground#ffffff
  • list.focusBackground#a2c3d5
  • list.hoverBackground#e2ecf2
  • list.inactiveSelectionBackground#d7e5ed
  • notification.background#a2c3d5
  • notification.buttonBackground#267fb5
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#222222
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#c9dce7
  • panel.border#adcada
  • panelTitle.activeBorder#267fb5
  • panelTitle.activeForeground#355f76
  • panelTitle.inactiveForeground#7facc5
  • peekView.border#267fb5
  • peekViewEditor.background#d0e0ea
  • peekViewEditor.matchHighlightBackground#89bddd55
  • peekViewEditorGutter.background#c2d7e3
  • peekViewResult.background#c5dae5
  • peekViewResult.fileForeground#2f2f2f
  • peekViewResult.lineForeground#626262
  • peekViewResult.matchHighlightBackground#89bddd55
  • peekViewResult.selectionBackground#deeaf0
  • peekViewResult.selectionForeground#2f2f2f
  • peekViewTitle.background#d0e0ea
  • peekViewTitleDescription.foreground#1a1a1a
  • peekViewTitleLabel.foreground#222222
  • progressBar.background#ffffff
  • scrollbar.shadow#4d89ab
  • scrollbarSlider.activeBackground#267fb5aa
  • scrollbarSlider.background#22222235
  • scrollbarSlider.hoverBackground#267fb555
  • sideBar.background#c5dae5
  • sideBar.foreground#222222
  • sideBarSectionHeader.background#a2c3d5
  • sideBarSectionHeader.foreground#222222
  • statusBar.background#267fb5
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#89bddd
  • tab.activeForeground#222222
  • tab.border#adcada
  • tab.inactiveBackground#c9dce7
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#e9f0f5
  • terminal.ansiBlue#ffffff
  • terminal.ansiBrightBlack#ffffff
  • terminal.ansiBrightBlue#ffffff
  • terminal.ansiBrightCyan#63b0de
  • terminal.ansiBrightGreen#63b0de
  • terminal.ansiBrightMagenta#b2bece
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#555555
  • terminal.ansiBrightYellow#d8e9f4
  • terminal.ansiCyan#267fb5
  • terminal.ansiGreen#267fb5
  • terminal.ansiMagenta#748aa6
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#2f2f2f
  • terminal.ansiYellow#89bddd
  • terminal.background#d7e5ed
  • terminal.foreground#222222
  • titleBar.activeBackground#a1a1a1
  • titleBar.activeForeground#222222
  • widget.shadow#91b7cd55

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#222222
comment#324357
string#6ee2ff
constant.numeric#6ee2ff
constant.language#89bddd
constant.character, constant.other#89bddd
variable
keyword#748aa6
storage#89bddd
storage.type#267fb5
entity.name.class#89bdddunderline
entity.other.inherited-class#89bddd
entity.name.function#ffffff
variable.parameter#222222
entity.name.tag#267fb5
entity.other.attribute-name#89bddd
support.function#267fb5
support.constant#89bddd
support.type, support.class#89bddd
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#6ee2ff
meta.diff, meta.diff.header#324357
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#161e26
meta.property-value, support.constant.property-value, constant.other.color#6ee2ff
meta.structure.dictionary.json string.quoted.double.json#89bddd
meta.structure.dictionary.value.json string.quoted.double.json#6ee2ff
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#222222
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#267fb5
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#267fb5normal
variable.other#222222normal
variable.parameter.function.coffee#6ee2ff
entity.name.section.markdown#89bddd
punctuation.definition.heading.markdown#748aa6
markup.raw.inline.markdown#6ee2ff
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#748aa6
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#748aa6
punctuation.definition.metadata.markdown#748aa6
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#267fb5
markup.bold.markdown, markup.italic.markdown#267fb5
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#222222

Shiki preview

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

Loading...