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#FFFDE7
  • activityBar.foreground#3E2723
  • activityBar.inactiveForeground#5D4037
  • activityBarBadge.background#F57C00
  • activityBarBadge.foreground#FFFDE7
  • badge.background#F57C00
  • badge.foreground#FFFDE7
  • button.background#F57C00
  • button.foreground#FFFDE7
  • button.hoverBackground#EF6C00
  • dropdown.background#FFF3E0
  • dropdown.foreground#3E2723
  • editor.background#FFFDE7
  • editor.findMatchBackground#FFE08280
  • editor.findMatchBorder#FFE082
  • editor.findMatchHighlightBackground#FFCC80
  • editor.findMatchHighlightBorder#FFCC80
  • editor.foreground#3E2723
  • editor.hoverHighlightBackground#FFF8E1
  • editor.lineHighlightBackground#FFF9C4
  • editor.lineHighlightBorder#FFF3E0
  • editor.selectionBackground#FFC107
  • editor.selectionHighlightBackground#FFB74D80
  • editor.selectionHighlightBorder#FFB74D
  • editor.wordHighlightBackground#FFF3E0
  • editor.wordHighlightBorder#FFCC80
  • editor.wordHighlightStrongBackground#FFE08280
  • editor.wordHighlightStrongBorder#FFC107
  • editorCursor.foreground#F57C00
  • editorGroup.border#D7CCC8
  • editorGroupHeader.tabsBackground#FFFDE7
  • editorGroupHeader.tabsBorder#D7CCC8
  • editorIndentGuide.activeBackground#A1887F
  • editorIndentGuide.background#D7CCC8
  • editorLineNumber.activeForeground#F57C00
  • editorLineNumber.foreground#5D4037
  • editorLink.activeForeground#6D4C41
  • editorWhitespace.foreground#FFECB3
  • extensionButton.prominentBackground#F57C00
  • extensionButton.prominentForeground#FFFDE7
  • extensionButton.prominentHoverBackground#EF6C00
  • input.background#FFF3E0
  • input.foreground#3E2723
  • input.placeholderForeground#5D4037
  • list.activeSelectionBackground#FFD54F
  • list.activeSelectionForeground#3E2723
  • list.hoverBackground#FFCC80
  • list.hoverForeground#3E2723
  • list.inactiveSelectionBackground#FFF3E0
  • list.inactiveSelectionForeground#5D4037
  • menu.background#FFFDE7
  • menu.foreground#3E2723
  • menu.selectionBackground#FFCC80
  • menu.selectionForeground#3E2723
  • menu.separatorBackground#5D4037
  • menubar.selectionBackground#FFCC80
  • menubar.selectionForeground#3E2723
  • notification.background#FFF3E0
  • notification.buttonBackground#F57C00
  • notification.buttonForeground#FFFDE7
  • notification.buttonHoverBackground#EF6C00
  • notification.foreground#3E2723
  • panel.background#FFFDE7
  • panel.border#D7CCC8
  • panelTitle.activeForeground#3E2723
  • panelTitle.inactiveForeground#5D4037
  • peekViewEditor.background#FFFDE7
  • peekViewEditor.matchHighlightBackground#FFB74D80
  • peekViewResult.background#FFFDE7
  • peekViewResult.matchHighlightBackground#FFB74D80
  • peekViewTitle.background#FFFDE7
  • peekViewTitleDescription.foreground#5D4037
  • peekViewTitleLabel.foreground#3E2723
  • pickerGroup.border#F57C00
  • pickerGroup.foreground#3E2723
  • progressBar.background#F57C00
  • scrollbarSlider.activeBackground#8D6E63
  • scrollbarSlider.background#D7CCC8
  • scrollbarSlider.hoverBackground#BCAAA4
  • sideBar.background#FFF3E0
  • sideBar.foreground#3E2723
  • sideBarSectionHeader.background#D7CCC8
  • sideBarSectionHeader.foreground#3E2723
  • sideBarTitle.foreground#3E2723
  • statusBar.background#FFFDE7
  • statusBar.debuggingBackground#FFC107
  • statusBar.debuggingForeground#FFFDE7
  • statusBar.foreground#3E2723
  • tab.activeBackground#FFFDE7
  • tab.activeForeground#3E2723
  • tab.border#D7CCC8
  • tab.inactiveBackground#FFF3E0
  • tab.inactiveForeground#5D4037
  • terminal.ansiBlack#4E342E
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlack#616161
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#AED581
  • terminal.ansiBrightMagenta#CE93D8
  • terminal.ansiBrightRed#E64A19
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#0097A7
  • terminal.ansiGreen#8BC34A
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#D84315
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#FFC107
  • terminal.background#FFFDE7
  • terminal.foreground#1B1B1B
  • terminalCursor.foreground#F57C00
  • titleBar.activeBackground#FFFDE7
  • titleBar.activeForeground#3E2723
  • titleBar.inactiveBackground#FFF3E0
  • titleBar.inactiveForeground#5D4037

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A1887F—
keyword, keyword.control, storage.type, storage.modifier#F57C00—
variable, string constant.other.placeholder, variable.other.constant, variable.language#0097A7—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#8BC34A—
entity.name.function, support.function, meta.function-call, variable.function#1976D2—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#D84315—
markup.italic, punctuation.definition.italic#8BC34A—
markup.heading, punctuation.definition.heading#1976D2bold
constant, constant.language, constant.character, constant.other#FFC107—
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#7B1FA2—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#3E2723—
entity.name.tag, punctuation.definition.tag#1976D2—
entity.other.attribute-name#388E3C—
support.type, support.class, support.constant, support.variable#0288D1—
markup.bold, punctuation.definition.bold#D84315bold
markup.underline.link, string.other.link#0288D1underline
markup.fenced_code, markup.inline.raw#1976D2—
markup.list.unnumbered, markup.list.numbered#3E2723—
markup.quote#388E3Citalic
string.regexp, string.regexp keyword.other#0288D1—
constant.character.escape#D84315—
meta.tag.inline.any.html, *url*, *link*, *uri*—underline
markup.changed, meta.diff.header.git, meta.diff.header.from-file, meta.diff.header.to-file#1976D2italic
markup.deleted#D84315—
markup.inserted#8BC34A—
invalid, invalid.illegal#D84315underline wavy
invalid.deprecated#FFC107underline wavy
meta.diff.header#1976D2—
markup.deleted.diff#D84315—
markup.inserted.diff#8BC34A—
markup.changed.diff#FFC107—
meta.method, meta.method.declaration#1976D2—
support.type.property-name.json#FFC107—
entity.name.tag.yaml#FFC107—
meta.tag, meta.tag.xml#1976D2—
entity.other.inherited-class#D84315—