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#181d22
  • activityBar.foreground#aeb9c4
  • activityBarBadge.background#fe532c
  • activityBarBadge.foreground#ffffff
  • badge.background#fe532c
  • badge.foreground#ffffff
  • button.background#b0ca48
  • button.foreground#ffffff
  • dropdown.background#101316
  • dropdown.border#101316
  • dropdown.foreground#aeb9c4
  • editor.background#14181c
  • editor.foreground#aeb9c4
  • editor.hoverHighlightBackground#fe532c22
  • editor.lineHighlightBackground#1a2025
  • editor.selectionBackground#b0ca4855
  • editor.wordHighlightBackground#1f9aa822
  • editor.wordHighlightStrongBackground#b0ca4822
  • editorBracketMatch.background#fe532c44
  • editorBracketMatch.border#b0ca48
  • editorCursor.foreground#ffffff
  • editorGroup.background#1a2025
  • editorGroupHeader.tabsBackground#1a2025
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#101316
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#29313a
  • editorLineNumber.foreground#3f4b57
  • editorLink.activeForeground#fe532c
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#b0ca4855
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#29313a
  • editorSuggestWidget.foreground#aeb9c4
  • editorSuggestWidget.highlightForeground#fe532c
  • editorSuggestWidget.selectedBackground#3f4b57
  • editorWhitespace.foreground#29313a
  • editorWidget.background#29313a
  • editorWidget.border#3f4b57
  • extensionButton.prominentBackground#fe532c
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fe7c5f
  • focusBorder#fe532c
  • foreground#aeb9c4
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#546475
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fe532c
  • input.background#090b0d
  • input.border#343e49
  • input.foreground#aeb9c4
  • input.placeholderForeground#3a4652
  • inputOption.activeBorder#b0ca48
  • list.activeSelectionBackground#b0ca48
  • list.activeSelectionForeground#14181c
  • list.focusBackground#343e49
  • list.hoverBackground#1a2025
  • list.inactiveSelectionBackground#14181c
  • notification.background#1f252b
  • notification.buttonBackground#fe532c
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#aeb9c4
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#29313a
  • panel.border#3f4b57
  • panelTitle.activeBorder#fe532c
  • panelTitle.inactiveForeground#5e7184
  • peekView.border#fe532c
  • peekViewEditor.background#0b0e10
  • peekViewEditor.matchHighlightBackground#b0ca4855
  • peekViewEditorGutter.background#101316
  • peekViewResult.background#1f252b
  • peekViewResult.fileForeground#a2afbb
  • peekViewResult.lineForeground#909fae
  • peekViewResult.matchHighlightBackground#b0ca4855
  • peekViewResult.selectionBackground#181d22
  • peekViewResult.selectionForeground#aeb9c4
  • peekViewTitle.background#101316
  • peekViewTitleDescription.foreground#a5b1be
  • peekViewTitleLabel.foreground#aeb9c4
  • progressBar.background#1f9aa8
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#fe532caa
  • scrollbarSlider.background#3f4b57aa
  • scrollbarSlider.hoverBackground#fe532c55
  • sideBar.background#1f252b
  • sideBar.foreground#aeb9c4
  • sideBarSectionHeader.background#252c34
  • sideBarSectionHeader.foreground#aeb9c4
  • statusBar.background#fe532c
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#b0ca48
  • tab.inactiveBackground#1c2228
  • tab.inactiveForeground#697e93
  • terminal.ansiBlack#1f252b
  • terminal.ansiBlue#1f9aa8
  • terminal.ansiBrightBlack#3f4b57
  • terminal.ansiBrightBlue#4fd0de
  • terminal.ansiBrightCyan#d2e197
  • terminal.ansiBrightGreen#fea692
  • terminal.ansiBrightMagenta#fea692
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#e9ecef
  • terminal.ansiBrightYellow#d2e197
  • terminal.ansiCyan#b0ca48
  • terminal.ansiGreen#fe532c
  • terminal.ansiMagenta#fe532c
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#bdc6cf
  • terminal.ansiYellow#b0ca48
  • terminal.background#090b0d
  • terminal.foreground#aeb9c4
  • titleBar.activeBackground#0b0e10

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#aeb9c4
comment#44515e
string#4abcc9
constant.numeric#ef8b75
constant.language#b0ca48
constant.character, constant.other#b0ca48
variable
keyword#fe532c
storage#b0ca48
storage.type#fe532c
entity.name.class#b0ca48underline
entity.other.inherited-class#b0ca48
entity.name.function#1f9aa8
variable.parameter#e3edf7
entity.name.tag#fe532c
entity.other.attribute-name#b0ca48
support.function#b0ca48
support.constant#b0ca48
support.type, support.class#b0ca48
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#4abcc9
meta.diff, meta.diff.header#44515e
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#64778a
meta.property-value, support.constant.property-value, constant.other.color#4abcc9
meta.structure.dictionary.json string.quoted.double.json#b0ca48
meta.structure.dictionary.value.json string.quoted.double.json#4abcc9
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#aeb9c4
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fe532c
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fe532cnormal
variable.other#e3edf7normal
variable.parameter.function.coffee#ef8b75
entity.name.section.markdown#b0ca48
punctuation.definition.heading.markdown#fe532c
markup.raw.inline.markdown#4abcc9
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#fe532c
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#fe532c
punctuation.definition.metadata.markdown#fe532c
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fe532c
markup.bold.markdown, markup.italic.markdown#fe532c
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#aeb9c4

Shiki preview

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

Loading...