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#14221e
  • activityBar.foreground#b9cec7
  • activityBarBadge.background#e54334
  • activityBarBadge.foreground#ffffff
  • badge.background#e54334
  • badge.foreground#ffffff
  • button.background#ea983a
  • button.foreground#ffffff
  • dropdown.background#0c1512
  • dropdown.border#0c1512
  • dropdown.foreground#b9cec7
  • editor.background#101c18
  • editor.foreground#b9cec7
  • editor.hoverHighlightBackground#e5433422
  • editor.lineHighlightBackground#162620
  • editor.selectionBackground#e5433455
  • editor.wordHighlightBackground#11a36122
  • editor.wordHighlightStrongBackground#ea983a22
  • editorBracketMatch.background#e5433444
  • editorBracketMatch.border#ea983a
  • editorCursor.foreground#ffffff
  • editorGroup.background#162620
  • editorGroupHeader.tabsBackground#162620
  • editorGutter.addedBackground#a7da1e
  • editorGutter.background#0c1512
  • editorGutter.deletedBackground#e61f44
  • editorGutter.modifiedBackground#f7b83d
  • editorIndentGuide.background#233c34
  • editorLineNumber.foreground#355d50
  • editorLink.activeForeground#e54334
  • editorOverviewRuler.addedForeground#a7da1e
  • editorOverviewRuler.deletedForeground#e61f44
  • editorOverviewRuler.errorForeground#e61f44
  • editorOverviewRuler.findMatchForeground#ea983a55
  • editorOverviewRuler.infoForeground#9d37fc
  • editorOverviewRuler.modifiedForeground#f7b83d
  • editorOverviewRuler.warningForeground#f7b83d
  • editorRuler.foreground#233c34
  • editorSuggestWidget.foreground#b9cec7
  • editorSuggestWidget.highlightForeground#e54334
  • editorSuggestWidget.selectedBackground#355d50
  • editorWhitespace.foreground#233c34
  • editorWidget.background#233c34
  • editorWidget.border#355d50
  • extensionButton.prominentBackground#e54334
  • extensionButton.prominentForeground#ffffff
  • extensionButton.prominentHoverBackground#eb6d61
  • focusBorder#e54334
  • foreground#b9cec7
  • gitDecoration.conflictingResourceForeground#9d37fc
  • gitDecoration.deletedResourceForeground#e61f44
  • gitDecoration.ignoredResourceForeground#487d6b
  • gitDecoration.modifiedResourceForeground#f7b83d
  • gitDecoration.untrackedResourceForeground#a7da1e
  • input.activeBorder#e54334
  • input.background#070c0a
  • input.border#2c4d42
  • input.foreground#b9cec7
  • input.placeholderForeground#31564a
  • inputOption.activeBorder#ea983a
  • list.activeSelectionBackground#ea983a
  • list.activeSelectionForeground#101c18
  • list.focusBackground#2c4d42
  • list.hoverBackground#162620
  • list.inactiveSelectionBackground#101c18
  • notification.background#192c26
  • notification.buttonBackground#e54334
  • notification.buttonForeground#ffffff
  • notification.errorBackground#e61f44
  • notification.errorForeground#ffffff
  • notification.foreground#b9cec7
  • notification.infoBackground#9d37fc
  • notification.infoForeground#ffffff
  • notification.warningBackground#f7b83d
  • notification.warningForeground#ffffff
  • panel.background#233c34
  • panel.border#355d50
  • panelTitle.activeBorder#e54334
  • panelTitle.inactiveForeground#518e79
  • peekView.border#e54334
  • peekViewEditor.background#090f0d
  • peekViewEditor.matchHighlightBackground#ea983a55
  • peekViewEditorGutter.background#0c1512
  • peekViewResult.background#192c26
  • peekViewResult.fileForeground#adc6bd
  • peekViewResult.lineForeground#9bb9af
  • peekViewResult.matchHighlightBackground#ea983a55
  • peekViewResult.selectionBackground#14221e
  • peekViewResult.selectionForeground#b9cec7
  • peekViewTitle.background#0c1512
  • peekViewTitleDescription.foreground#b0c8c0
  • peekViewTitleLabel.foreground#b9cec7
  • progressBar.background#11a361
  • scrollbar.shadow#000000
  • scrollbarSlider.activeBackground#e54334aa
  • scrollbarSlider.background#355d50aa
  • scrollbarSlider.hoverBackground#e5433455
  • sideBar.background#192c26
  • sideBar.foreground#b9cec7
  • sideBarSectionHeader.background#1f362e
  • sideBarSectionHeader.foreground#b9cec7
  • statusBar.background#e54334
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ea983a
  • tab.inactiveBackground#172923
  • tab.inactiveForeground#5a9e87
  • terminal.ansiBlack#192c26
  • terminal.ansiBlue#11a361
  • terminal.ansiBrightBlack#355d50
  • terminal.ansiBrightBlue#31e996
  • terminal.ansiBrightCyan#f4c896
  • terminal.ansiBrightGreen#f1978e
  • terminal.ansiBrightMagenta#f1978e
  • terminal.ansiBrightRed#f03e5f
  • terminal.ansiBrightWhite#f5f8f7
  • terminal.ansiBrightYellow#f4c896
  • terminal.ansiCyan#ea983a
  • terminal.ansiGreen#e54334
  • terminal.ansiMagenta#e54334
  • terminal.ansiRed#ba0e2e
  • terminal.ansiWhite#c8d8d3
  • terminal.ansiYellow#ea983a
  • terminal.background#070c0a
  • terminal.foreground#b9cec7
  • titleBar.activeBackground#090f0d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
#b9cec7
comment#497769
string#eac03a
constant.numeric#ea663a
constant.language#ea983a
constant.character, constant.other#ea983a
variable
keyword#e54334
storage#ea983a
storage.type#e54334
entity.name.class#ea983aunderline
entity.other.inherited-class#ea983a
entity.name.function#11a361
variable.parameter#e1efea
entity.name.tag#e54334
entity.other.attribute-name#ea983a
support.function#ea983a
support.constant#ea983a
support.type, support.class#ea983a
support.other.variable
invalid#cf433e
invalid.deprecated#cf433e
meta.structure.dictionary.json string.quoted.double.json#eac03a
meta.diff, meta.diff.header#497769
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#69a392
meta.property-value, support.constant.property-value, constant.other.color#eac03a
meta.structure.dictionary.json string.quoted.double.json#ea983a
meta.structure.dictionary.value.json string.quoted.double.json#eac03a
meta.property-name support.type.property-namenormal
meta.property-value punctuation.separator.key-value#b9cec7
keyword.other.use, keyword.other.function.use, keyword.other.namespace, keyword.other.new, keyword.other.special-method, keyword.other.unit, keyword.other.use-as#e54334
meta.use support.class.builtin, meta.other.inherited-class support.class.builtin#e54334normal
variable.other#e1efeanormal
variable.parameter.function.coffee#ea663a
entity.name.section.markdown#ea983a
punctuation.definition.heading.markdown#e54334
markup.raw.inline.markdown#eac03a
punctuation.definition.bold.markdown, punctuation.definition.italic.markdown#e54334
punctuation.definition.string.begin.markdown, punctuation.definition.string.end.markdown#e54334
punctuation.definition.metadata.markdown#e54334
markup.underline.link.markdown, markup.underline.link.image.markdown, meta.image.inline.markdown#e54334
markup.bold.markdown, markup.italic.markdown#e54334
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#b9cec7

Shiki preview

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

Loading...