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#171c1f
  • activityBar.foreground#c0ccdb
  • activityBarBadge.background#5298c4
  • activityBarBadge.foreground#ffffff
  • badge.background#5298c4
  • badge.foreground#ffffff
  • button.background#d4856a
  • button.foreground#ffffff
  • dropdown.background#0f1213
  • dropdown.border#0f1213
  • dropdown.foreground#c0ccdb
  • editor.background#131719
  • editor.foreground#c0ccdb
  • editor.hoverHighlightBackground#5298c422
  • editor.lineHighlightBackground#1a1f22
  • editor.selectionBackground#43b5b355
  • editor.wordHighlightBackground#43b5b322
  • editor.wordHighlightStrongBackground#d4856a22
  • editorBracketMatch.background#5298c444
  • editorBracketMatch.border#d4856a
  • editorCursor.foreground#ffffff
  • editorGroup.background#1a1f22
  • editorGroupHeader.tabsBackground#1a1f22
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0f1213
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#293236
  • editorLineNumber.foreground#3f4c53
  • editorLink.activeForeground#5298c4
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#d4856a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#293236
  • editorSuggestWidget.foreground#c0ccdb
  • editorSuggestWidget.highlightForeground#5298c4
  • editorSuggestWidget.selectedBackground#3f4c53
  • editorWhitespace.foreground#293236
  • editorWidget.background#293236
  • editorWidget.border#3f4c53
  • extensionButton.prominentBackground#5298c4
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#78afd1
  • focusBorder#5298c4
  • foreground#c0ccdb
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#556770
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#5298c4
  • input.background#080a0a
  • input.border#343f44
  • input.foreground#c0ccdb
  • input.placeholderForeground#3b474d
  • inputOption.activeBorder#d4856a
  • list.activeSelectionBackground#d4856a
  • list.activeSelectionForeground#131719
  • list.focusBackground#343f44
  • list.hoverBackground#1a1f22
  • list.inactiveSelectionBackground#131719
  • notification.background#1e2427
  • notification.buttonBackground#5298c4
  • 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#293236
  • panel.border#3f4c53
  • panelTitle.activeBorder#5298c4
  • panelTitle.inactiveForeground#60747e
  • peekView.border#5298c4
  • peekViewEditor.background#0a0c0d
  • peekViewEditor.matchHighlightBackground#d4856a55
  • peekViewEditorGutter.background#0f1213
  • peekViewResult.background#1e2427
  • peekViewResult.fileForeground#b3c1d4
  • peekViewResult.lineForeground#a0b2c8
  • peekViewResult.matchHighlightBackground#d4856a55
  • peekViewResult.selectionBackground#171c1f
  • peekViewResult.selectionForeground#c0ccdb
  • peekViewTitle.background#0f1213
  • peekViewTitleDescription.foreground#b6c4d5
  • peekViewTitleLabel.foreground#c0ccdb
  • progressBar.background#43b5b3
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#5298c4aa
  • scrollbarSlider.background#3f4c53aa
  • scrollbarSlider.hoverBackground#5298c455
  • sideBar.background#1e2427
  • sideBar.foreground#c0ccdb
  • sideBarSectionHeader.background#252c30
  • sideBarSectionHeader.foreground#c0ccdb
  • statusBar.background#5298c4
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#d4856a
  • tab.inactiveBackground#1c2225
  • tab.inactiveForeground#6b828d
  • terminal.ansiBlack#1e2427
  • terminal.ansiBlue#43b5b3
  • terminal.ansiBrightBlack#3f4c53
  • terminal.ansiBrightBlue#8ad4d2
  • terminal.ansiBrightCyan#8ad4d2
  • terminal.ansiBrightGreen#9ec5de
  • terminal.ansiBrightMagenta#ebc6b9
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ebc6b9
  • terminal.ansiCyan#43b5b3
  • terminal.ansiGreen#5298c4
  • terminal.ansiMagenta#d4856a
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#d0d9e4
  • terminal.ansiYellow#d4856a
  • terminal.background#080a0a
  • terminal.foreground#c0ccdb
  • titleBar.activeBackground#0a0c0d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#c0ccdb
comment#4e5c66
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#ffffff
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#4e5c66
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#6f8391
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#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#5298c4
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#5298c4normal
variable.other#ffffffnormal
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#c0ccdb

Shiki preview

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

Loading...