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#111513
  • activityBar.foreground#edebe6
  • activityBarBadge.background#229986
  • activityBarBadge.foreground#ffffff
  • badge.background#229986
  • badge.foreground#ffffff
  • button.background#95c72a
  • button.foreground#ffffff
  • dropdown.background#070909
  • dropdown.border#070909
  • dropdown.foreground#edebe6
  • editor.background#0c0f0e
  • editor.foreground#edebe6
  • editor.hoverHighlightBackground#22998622
  • editor.lineHighlightBackground#131716
  • editor.selectionBackground#0b6d5c55
  • editor.wordHighlightBackground#0b6d5c22
  • editor.wordHighlightStrongBackground#95c72a22
  • editorBracketMatch.background#22998644
  • editorBracketMatch.border#95c72a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#131716
  • editorGroupHeader.tabsBackground#131716
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#070909
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#232b28
  • editorLineNumber.foreground#394843
  • editorLink.activeForeground#229986
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#95c72a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#232b28
  • editorSuggestWidget.foreground#edebe6
  • editorSuggestWidget.highlightForeground#229986
  • editorSuggestWidget.selectedBackground#394843
  • editorWhitespace.foreground#232b28
  • editorWidget.background#232b28
  • editorWidget.border#394843
  • extensionButton.prominentBackground#229986
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#2bc3ab
  • focusBorder#229986
  • foreground#edebe6
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#50645d
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#229986
  • input.background#010101
  • input.border#2e3936
  • input.foreground#edebe6
  • input.placeholderForeground#35423e
  • inputOption.activeBorder#95c72a
  • list.activeSelectionBackground#95c72a
  • list.activeSelectionForeground#0c0f0e
  • list.focusBackground#2e3936
  • list.hoverBackground#131716
  • list.inactiveSelectionBackground#0c0f0e
  • notification.background#171d1b
  • notification.buttonBackground#229986
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#edebe6
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#232b28
  • panel.border#394843
  • panelTitle.activeBorder#229986
  • panelTitle.inactiveForeground#5b726b
  • peekView.border#229986
  • peekViewEditor.background#030403
  • peekViewEditor.matchHighlightBackground#95c72a55
  • peekViewEditorGutter.background#070909
  • peekViewResult.background#171d1b
  • peekViewResult.fileForeground#e4e1da
  • peekViewResult.lineForeground#d8d3c8
  • peekViewResult.matchHighlightBackground#95c72a55
  • peekViewResult.selectionBackground#111513
  • peekViewResult.selectionForeground#edebe6
  • peekViewTitle.background#070909
  • peekViewTitleDescription.foreground#e7e4dd
  • peekViewTitleLabel.foreground#edebe6
  • progressBar.background#0b6d5c
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#229986aa
  • scrollbarSlider.background#394843aa
  • scrollbarSlider.hoverBackground#22998655
  • sideBar.background#171d1b
  • sideBar.foreground#edebe6
  • sideBarSectionHeader.background#1e2623
  • sideBarSectionHeader.foreground#edebe6
  • statusBar.background#229986
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#95c72a
  • tab.inactiveBackground#151a19
  • tab.inactiveForeground#678078
  • terminal.ansiBlack#171d1b
  • terminal.ansiBlue#0b6d5c
  • terminal.ansiBrightBlack#394843
  • terminal.ansiBrightBlue#14caaa
  • terminal.ansiBrightCyan#bfe275
  • terminal.ansiBrightGreen#4ad7c0
  • terminal.ansiBrightMagenta#4ad7c0
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#bfe275
  • terminal.ansiCyan#95c72a
  • terminal.ansiGreen#229986
  • terminal.ansiMagenta#229986
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f8f7f5
  • terminal.ansiYellow#95c72a
  • terminal.background#010101
  • terminal.foreground#edebe6
  • titleBar.activeBackground#030403

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#edebe6
comment#354341
string#a1e6c1
constant.numeric#a1e6c1
constant.language#95c72a
constant.character, constant.other#95c72a
variable
keyword#229986
storage#95c72a
storage.type#229986
entity.name.class#95c72aunderline
entity.other.inherited-class#95c72a
entity.name.function#0b6d5c
variable.parameter#edebe6
entity.name.tag#229986
entity.other.attribute-name#95c72a
support.function#95c72a
support.constant#95c72a
support.type, support.class#95c72a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#a1e6c1
meta.diff, meta.diff.header#354341
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#576e6a
meta.property-value, support.constant.property-value, constant.other.color#a1e6c1
meta.structure.dictionary.json string.quoted.double.json#95c72a
meta.structure.dictionary.value.json string.quoted.double.json#a1e6c1
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#edebe6
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#229986
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#229986normal
variable.other#edebe6normal
variable.parameter.function.coffee#a1e6c1
entity.name.section.markdown#95c72a
punctuation.definition.heading.markdown#229986
markup.raw.inline.markdown#a1e6c1
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#229986
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#229986
punctuation.definition.metadata.markdown#229986
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#229986
markup.bold.markdown, markup.italic.markdown#229986
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#edebe6

Shiki preview

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

Loading...