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#FFF8E1
  • activityBar.foreground#1A237E
  • activityBar.inactiveForeground#3949AB
  • activityBarBadge.background#FF6F00
  • activityBarBadge.foreground#FFF8E1
  • badge.background#FF6F00
  • badge.foreground#FFF8E1
  • button.background#FF6F00
  • button.foreground#FFF8E1
  • button.hoverBackground#F57C00
  • dropdown.background#FFF3E0
  • dropdown.foreground#1A237E
  • editor.background#FFF8E1
  • editor.findMatchBackground#FFAB4080
  • editor.findMatchBorder#FFAB40
  • editor.findMatchHighlightBackground#FFCA2880
  • editor.findMatchHighlightBorder#FFCA28
  • editor.foreground#1A237E
  • editor.hoverHighlightBackground#FFE57F
  • editor.lineHighlightBackground#FFF3E0
  • editor.lineHighlightBorder#FFE0B2
  • editor.selectionBackground#FFD740
  • editor.selectionHighlightBackground#FFD74080
  • editor.selectionHighlightBorder#FFD740
  • editor.wordHighlightBackground#FFF3E0
  • editor.wordHighlightBorder#FFCA28
  • editor.wordHighlightStrongBackground#FFD74080
  • editor.wordHighlightStrongBorder#FFC107
  • editorCursor.foreground#FF6F00
  • editorGroup.border#C5CAE9
  • editorGroupHeader.tabsBackground#FFF8E1
  • editorGroupHeader.tabsBorder#C5CAE9
  • editorIndentGuide.activeBackground#9FA8DA
  • editorIndentGuide.background#C5CAE9
  • editorLineNumber.activeForeground#FF6F00
  • editorLineNumber.foreground#3949AB
  • editorLink.activeForeground#3949AB
  • editorWhitespace.foreground#E8EAF6
  • extensionButton.prominentBackground#FF6F00
  • extensionButton.prominentForeground#FFF8E1
  • extensionButton.prominentHoverBackground#F57C00
  • input.background#FFF3E0
  • input.foreground#1A237E
  • input.placeholderForeground#3949AB
  • list.activeSelectionBackground#FFD740
  • list.activeSelectionForeground#1A237E
  • list.hoverBackground#FFCA28
  • list.hoverForeground#1A237E
  • list.inactiveSelectionBackground#FFF3E0
  • list.inactiveSelectionForeground#3949AB
  • menu.background#FFF8E1
  • menu.foreground#1A237E
  • menu.selectionBackground#FFCA28
  • menu.selectionForeground#1A237E
  • menu.separatorBackground#3949AB
  • menubar.selectionBackground#FFD740
  • menubar.selectionForeground#1A237E
  • notification.background#FFF3E0
  • notification.buttonBackground#FF6F00
  • notification.buttonForeground#FFF8E1
  • notification.buttonHoverBackground#F57C00
  • notification.foreground#1A237E
  • panel.background#FFF8E1
  • panel.border#C5CAE9
  • panelTitle.activeForeground#1A237E
  • panelTitle.inactiveForeground#3949AB
  • peekViewEditor.background#FFF8E1
  • peekViewEditor.matchHighlightBackground#FFAB4080
  • peekViewResult.background#FFF8E1
  • peekViewResult.matchHighlightBackground#FFAB4080
  • peekViewTitle.background#FFF8E1
  • peekViewTitleDescription.foreground#3949AB
  • peekViewTitleLabel.foreground#1A237E
  • pickerGroup.border#FF6F00
  • pickerGroup.foreground#1A237E
  • progressBar.background#FF6F00
  • scrollbarSlider.activeBackground#7986CB
  • scrollbarSlider.background#C5CAE9
  • scrollbarSlider.hoverBackground#9FA8DA
  • sideBar.background#FFF3E0
  • sideBar.foreground#1A237E
  • sideBarSectionHeader.background#C5CAE9
  • sideBarSectionHeader.foreground#1A237E
  • sideBarTitle.foreground#1A237E
  • statusBar.background#FFF8E1
  • statusBar.debuggingBackground#FFC107
  • statusBar.debuggingForeground#FFF8E1
  • statusBar.foreground#1A237E
  • tab.activeBackground#FFF8E1
  • tab.activeForeground#1A237E
  • tab.border#C5CAE9
  • tab.inactiveBackground#FFF3E0
  • tab.inactiveForeground#3949AB
  • terminal.ansiBlack#1A237E
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlack#757575
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#FF6F00
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD740
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#4CAF50
  • terminal.ansiMagenta#8E24AA
  • terminal.ansiRed#FF3D00
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#FFC107
  • terminal.background#FFF8E1
  • terminal.foreground#1A237E
  • terminalCursor.foreground#FF6F00
  • titleBar.activeBackground#FFF8E1
  • titleBar.activeForeground#1A237E
  • titleBar.inactiveBackground#FFF3E0
  • titleBar.inactiveForeground#3949AB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9E9E9E—
keyword, keyword.control, storage.type, storage.modifier#FF6F00—
variable, string constant.other.placeholder, variable.other.constant, variable.language#00ACC1—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#4CAF50—
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#FF3D00—
markup.italic, punctuation.definition.italic#4CAF50—
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#8E24AA—
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#FF6F00—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#1A237E—
entity.name.tag, punctuation.definition.tag#1976D2—
entity.other.attribute-name#4CAF50—
support.type, support.class, support.constant, support.variable#00ACC1—
markup.bold, punctuation.definition.bold#FF3D00bold
markup.underline.link, string.other.link#1976D2underline
markup.fenced_code, markup.inline.raw#FFC107—
markup.list.unnumbered, markup.list.numbered#1A237E—
markup.quote#4CAF50italic
string.regexp, string.regexp keyword.other#00ACC1—
constant.character.escape#FF3D00—
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#FF3D00—
markup.inserted#4CAF50—
invalid, invalid.illegal#FF3D00underline wavy
invalid.deprecated#FFC107underline wavy
meta.diff.header#1976D2—
markup.deleted.diff#FF3D00—
markup.inserted.diff#4CAF50—
markup.changed.diff#FFC107—
meta.method, meta.method.declaration#1976D2—
support.type.property-name.json#FFC107—
entity.name.tag.yaml#FFC107—
entity.other.inherited-class#FF3D00—