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#373c43
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#6299c4
  • activityBarBadge.foreground#ffffff
  • badge.background#6299c4
  • badge.foreground#ffffff
  • button.background#c262c4
  • button.foreground#ffffff
  • dropdown.background#2d3237
  • dropdown.border#2d3237
  • dropdown.foreground#c0ccdb
  • editor.background#32373d
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#6299c422
  • editor.lineHighlightBackground#393f45
  • editor.selectionBackground#c262c455
  • editor.wordHighlightBackground#62c47c22
  • editor.wordHighlightStrongBackground#c262c422
  • editorBracketMatch.background#6299c444
  • editorBracketMatch.border#c262c4
  • editorCursor.foreground#ffffff
  • editorGroup.background#393f45
  • editorGroupHeader.tabsBackground#393f45
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2d3237
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#495059
  • editorLineNumber.foreground#606a75
  • editorLink.activeForeground#6299c4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#c262c455
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#495059
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#6299c4
  • editorSuggestWidget.selectedBackground#606a75
  • editorWhitespace.foreground#495059
  • editorWidget.background#495059
  • editorWidget.border#606a75
  • extensionButton.prominentBackground#6299c4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#87b1d2
  • focusBorder#6299c4
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#788390
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#6299c4
  • input.background#272a2f
  • input.border#545d67
  • input.foreground#c0ccdb
  • input.placeholderForeground#5b646f
  • inputOption.activeBorder#c262c4
  • list.activeSelectionBackground#c262c4
  • list.activeSelectionForeground#32373d
  • list.focusBackground#545d67
  • list.hoverBackground#393f45
  • list.inactiveSelectionBackground#32373d
  • notification.background#3d444b
  • notification.buttonBackground#6299c4
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#c0ccdb
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#495059
  • panel.border#606a75
  • panelTitle.activeBorder#6299c4
  • panelTitle.inactiveForeground#86909c
  • peekView.border#6299c4
  • peekViewEditor.background#292d32
  • peekViewEditor.matchHighlightBackground#c262c455
  • peekViewEditorGutter.background#2d3237
  • peekViewResult.background#3d444b
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#c262c455
  • peekViewResult.selectionBackground#373c43
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#2d3237
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#62c47c
  • scrollbar.shadow#1b1e21
  • scrollbarSlider.activeBackground#6299c4aa
  • scrollbarSlider.background#606a75aa
  • scrollbarSlider.hoverBackground#6299c455
  • sideBar.background#3d444b
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#444b53
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#6299c4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#c262c4
  • tab.inactiveBackground#3b4148
  • tab.inactiveForeground#949da7
  • terminal.ansiBlack#3d444b
  • terminal.ansiBlue#62c47c
  • terminal.ansiBrightBlack#606a75
  • terminal.ansiBrightBlue#ace0ba
  • terminal.ansiBrightCyan#ace0ba
  • terminal.ansiBrightGreen#acc9e0
  • terminal.ansiBrightMagenta#acc9e0
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#dface0
  • terminal.ansiCyan#62c47c
  • terminal.ansiGreen#6299c4
  • terminal.ansiMagenta#6299c4
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#c262c4
  • terminal.background#272a2f
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#292d32

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#76818e
string#cec86f
constant.numeric#cea36f
constant.language#c262c4
constant.character, constant.other#c262c4
variable
keyword#6299c4
storage#c262c4
storage.type#6299c4
entity.name.class#c262c4underline
entity.other.inherited-class#c262c4
entity.name.function#62c47c
variable.parameter#ffffff
entity.name.tag#6299c4
entity.other.attribute-name#c262c4
support.function#62c47c
support.constant#c262c4
support.type, support.class#c262c4
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#cec86f
meta.diff, meta.diff.header#76818e
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#a0a8b1
meta.property-value, support.constant.property-value, constant.other.color#cec86f
meta.structure.dictionary.json string.quoted.double.json#c262c4
meta.structure.dictionary.value.json string.quoted.double.json#cec86f
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#c0ccdb
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#6299c4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#6299c4normal
variable.other#ffffffnormal
variable.parameter.function.coffee#cea36f
entity.name.section.markdown#c262c4
punctuation.definition.heading.markdown#6299c4
markup.raw.inline.markdown#cec86f
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#6299c4
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#6299c4
punctuation.definition.metadata.markdown#6299c4
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#6299c4
markup.bold.markdown, markup.italic.markdown#6299c4
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#c0ccdb

Shiki preview

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

Loading...