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#272727
  • activityBar.foreground#e3e2e0
  • activityBarBadge.background#fc913a
  • activityBarBadge.foreground#ffffff
  • badge.background#fc913a
  • badge.foreground#ffffff
  • button.background#ff4e50
  • button.foreground#ffffff
  • dropdown.background#1d1d1d
  • dropdown.border#1d1d1d
  • dropdown.foreground#e3e2e0
  • editor.background#222222
  • editor.foreground#e3e2e0
  • editor.hoverHighlightBackground#fc913a22
  • editor.lineHighlightBackground#2a2a2a
  • editor.selectionBackground#ff4e5055
  • editor.wordHighlightBackground#ede57422
  • editor.wordHighlightStrongBackground#ff4e5022
  • editorBracketMatch.background#fc913a44
  • editorBracketMatch.border#ff4e50
  • editorCursor.foreground#f8f8f0
  • editorGroup.background#2a2a2a
  • editorGroupHeader.tabsBackground#2a2a2a
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#1d1d1d
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#3b3b3b
  • editorLineNumber.foreground#555555
  • editorLink.activeForeground#fc913a
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ff4e5055
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#3b3b3b
  • editorSuggestWidget.foreground#e3e2e0
  • editorSuggestWidget.highlightForeground#fc913a
  • editorSuggestWidget.selectedBackground#555555
  • editorWhitespace.foreground#3b3b3b
  • editorWidget.background#3b3b3b
  • editorWidget.border#555555
  • extensionButton.prominentBackground#fc913a
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#fdad6c
  • focusBorder#fc913a
  • foreground#e3e2e0
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#6e6e6e
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#fc913a
  • input.background#151515
  • input.border#484848
  • input.foreground#e3e2e0
  • input.placeholderForeground#505050
  • inputOption.activeBorder#ff4e50
  • list.activeSelectionBackground#ff4e50
  • list.activeSelectionForeground#222222
  • list.focusBackground#484848
  • list.hoverBackground#2a2a2a
  • list.inactiveSelectionBackground#222222
  • notification.background#2f2f2f
  • notification.buttonBackground#fc913a
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#e3e2e0
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#3b3b3b
  • panel.border#555555
  • panelTitle.activeBorder#fc913a
  • panelTitle.inactiveForeground#7b7b7b
  • peekView.border#fc913a
  • peekViewEditor.background#181818
  • peekViewEditor.matchHighlightBackground#ff4e5055
  • peekViewEditorGutter.background#1d1d1d
  • peekViewResult.background#2f2f2f
  • peekViewResult.fileForeground#d9d8d5
  • peekViewResult.lineForeground#cbc9c5
  • peekViewResult.matchHighlightBackground#ff4e5055
  • peekViewResult.selectionBackground#272727
  • peekViewResult.selectionForeground#e3e2e0
  • peekViewTitle.background#1d1d1d
  • peekViewTitleDescription.foreground#dcdad8
  • peekViewTitleLabel.foreground#e3e2e0
  • progressBar.background#ede574
  • scrollbar.shadow#080808
  • scrollbarSlider.activeBackground#fc913aaa
  • scrollbarSlider.background#555555aa
  • scrollbarSlider.hoverBackground#fc913a55
  • sideBar.background#2f2f2f
  • sideBar.foreground#e3e2e0
  • sideBarSectionHeader.background#363636
  • sideBarSectionHeader.foreground#e3e2e0
  • statusBar.background#fc913a
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff4e50
  • tab.inactiveBackground#2c2c2c
  • tab.inactiveForeground#888888
  • terminal.ansiBlack#2f2f2f
  • terminal.ansiBlue#ede574
  • terminal.ansiBrightBlack#555555
  • terminal.ansiBrightBlue#f9f6ce
  • terminal.ansiBrightCyan#fec99e
  • terminal.ansiBrightGreen#fec99e
  • terminal.ansiBrightMagenta#ffb4b5
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#ffffff
  • terminal.ansiBrightYellow#ffb4b5
  • terminal.ansiCyan#fc913a
  • terminal.ansiGreen#fc913a
  • terminal.ansiMagenta#ff4e50
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#efefed
  • terminal.ansiYellow#ff4e50
  • terminal.background#151515
  • terminal.foreground#e3e2e0
  • titleBar.activeBackground#181818

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#e3e2e0
comment#777777
string#ede574
constant.numeric#ff4e50
constant.language#ff4e50
constant.character, constant.other#ff4e50
variable
keyword#ff4e50
storage#ff4e50
storage.type#fc913a
entity.name.class#ff4e50underline
entity.other.inherited-class#ff4e50
entity.name.function#ede574
variable.parameter#e3e2e0
entity.name.tag#fc913a
entity.other.attribute-name#ff4e50
support.function#fc913a
support.constant#ff4e50
support.type, support.class#ff4e50
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#ede574
meta.diff, meta.diff.header#777777
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#9d9d9d
meta.property-value, support.constant.property-value, constant.other.color#ede574
meta.structure.dictionary.json string.quoted.double.json#ff4e50
meta.structure.dictionary.value.json string.quoted.double.json#ede574
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#e3e2e0
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#fc913a
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#fc913anormal
variable.other#e3e2e0normal
variable.parameter.function.coffee#ff4e50
entity.name.section.markdown#ff4e50
punctuation.definition.heading.markdown#ff4e50
markup.raw.inline.markdown#ede574
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#ff4e50
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#ff4e50
punctuation.definition.metadata.markdown#ff4e50
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#fc913a
markup.bold.markdown, markup.italic.markdown#fc913a
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#e3e2e0

Shiki preview

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

Loading...