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#36403b
  • activityBar.foreground#e4e3e1
  • activityBarBadge.background#fdec5a
  • activityBarBadge.foreground#1a1f1d
  • badge.background#fdec5a
  • badge.foreground#1a1f1d
  • button.background#68875a
  • button.foreground#1a1f1d
  • dropdown.background#2c3431
  • dropdown.border#2c3431
  • dropdown.foreground#e4e3e1
  • editor.background#313a36
  • editor.foreground#e4e3e1
  • editor.hoverHighlightBackground#fdec5a22
  • editor.lineHighlightBackground#38423e
  • editor.selectionBackground#fdec5a55
  • editor.wordHighlightBackground#afb54c22
  • editor.wordHighlightStrongBackground#68875a22
  • editorBracketMatch.background#fdec5a44
  • editorBracketMatch.border#68875a
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#38423e
  • editorGroupHeader.tabsBackground#38423e
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#2c3431
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#485650
  • editorLineNumber.foreground#607169
  • editorLink.activeForeground#fdec5a
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#68875a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#485650
  • editorSuggestWidget.foreground#e4e3e1
  • editorSuggestWidget.highlightForeground#fdec5a
  • editorSuggestWidget.selectedBackground#607169
  • editorWhitespace.foreground#485650
  • editorWidget.background#485650
  • editorWidget.border#607169
  • extensionButton.prominentBackground#fdec5a
  • extensionButton.prominentForeground#1a1f1d
  • extensionButton.prominentHoverBackground#fef28c
  • focusBorder#fdec5a
  • foreground#e4e3e1
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#778d83
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fdec5a
  • input.background#252c29
  • input.border#54635d
  • input.foreground#e4e3e1
  • input.placeholderForeground#5b6c64
  • inputOption.activeBorder#68875a
  • list.activeSelectionBackground#68875a
  • list.activeSelectionForeground#313a36
  • list.focusBackground#54635d
  • list.hoverBackground#38423e
  • list.inactiveSelectionBackground#313a36
  • notification.background#3d4843
  • notification.buttonBackground#fdec5a
  • notification.buttonForeground#1a1f1d
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#e4e3e1
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#485650
  • panel.border#607169
  • panelTitle.activeBorder#fdec5a
  • panelTitle.inactiveForeground#859890
  • peekView.border#fdec5a
  • peekViewEditor.background#282f2c
  • peekViewEditor.matchHighlightBackground#68875a55
  • peekViewEditorGutter.background#2c3431
  • peekViewResult.background#3d4843
  • peekViewResult.fileForeground#dad9d6
  • peekViewResult.lineForeground#cccac6
  • peekViewResult.matchHighlightBackground#68875a55
  • peekViewResult.selectionBackground#36403b
  • peekViewResult.selectionForeground#e4e3e1
  • peekViewTitle.background#2c3431
  • peekViewTitleDescription.foreground#dddbd9
  • peekViewTitleLabel.foreground#e4e3e1
  • progressBar.background#afb54c
  • scrollbar.shadow#1a1e1c
  • scrollbarSlider.activeBackground#fdec5aaa
  • scrollbarSlider.background#607169aa
  • scrollbarSlider.hoverBackground#fdec5a55
  • sideBar.background#3d4843
  • sideBar.foreground#e4e3e1
  • sideBarSectionHeader.background#44504b
  • sideBarSectionHeader.foreground#e4e3e1
  • statusBar.background#fdec5a
  • statusBar.foreground#1a1f1d
  • statusBar.noFolderBackground#68875a
  • tab.inactiveBackground#3a4540
  • tab.inactiveForeground#93a49c
  • terminal.ansiBlack#3d4843
  • terminal.ansiBlue#afb54c
  • terminal.ansiBrightBlack#607169
  • terminal.ansiBrightBlue#cfd394
  • terminal.ansiBrightCyan#9cada4
  • terminal.ansiBrightGreen#fef8bf
  • terminal.ansiBrightMagenta#eff6f3
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#9db691
  • terminal.ansiCyan#677c71
  • terminal.ansiGreen#fdec5a
  • terminal.ansiMagenta#afd0c4
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#f0f0ee
  • terminal.ansiYellow#68875a
  • terminal.background#252c29
  • terminal.foreground#e4e3e1
  • titleBar.activeBackground#282f2c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e4e3e1
comment#63776d
string#f8bb39
constant.numeric#f8bb39
constant.language#68875a
constant.character, constant.other#68875a
variable
keyword#afd0c4
storage#68875a
storage.type#fdec5a
entity.name.class#68875aunderline
entity.other.inherited-class#68875a
entity.name.function#afb54c
variable.parameter#e4e3e1
entity.name.tag#fdec5a
entity.other.attribute-name#68875a
support.function#677c71
support.constant#68875a
support.type, support.class#68875a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#f8bb39
meta.diff, meta.diff.header#63776d
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#899d93
meta.property-value, support.constant.property-value, constant.other.color#f8bb39
meta.structure.dictionary.json string.quoted.double.json#68875a
meta.structure.dictionary.value.json string.quoted.double.json#f8bb39
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#e4e3e1
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fdec5a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fdec5anormal
variable.other#e4e3e1normal
variable.parameter.function.coffee#f8bb39
entity.name.section.markdown#68875a
punctuation.definition.heading.markdown#afd0c4
markup.raw.inline.markdown#f8bb39
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#afd0c4
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#afd0c4
punctuation.definition.metadata.markdown#afd0c4
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fdec5a
markup.bold.markdown, markup.italic.markdown#fdec5a
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#e4e3e1

Shiki preview

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

Loading...