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#E3F2FD
  • activityBar.foreground#1A237E
  • activityBar.inactiveForeground#3949AB
  • activityBarBadge.background#D32F2F
  • activityBarBadge.foreground#E3F2FD
  • badge.background#1976D2
  • badge.foreground#E3F2FD
  • button.background#1976D2
  • button.foreground#E3F2FD
  • button.hoverBackground#1565C0
  • dropdown.background#BBDEFB
  • dropdown.foreground#1A237E
  • editor.background#E3F2FD
  • editor.findMatchBackground#FFCC8080
  • editor.findMatchBorder#FFCC80
  • editor.findMatchHighlightBackground#FFD18080
  • editor.findMatchHighlightBorder#FFD180
  • editor.foreground#1A237E
  • editor.hoverHighlightBackground#B3E5FC
  • editor.lineHighlightBackground#BBDEFB
  • editor.lineHighlightBorder#E3F2FD
  • editor.selectionBackground#64B5F6
  • editor.selectionHighlightBackground#4FC3F780
  • editor.selectionHighlightBorder#4FC3F7
  • editor.wordHighlightBackground#BBDEFB
  • editor.wordHighlightBorder#64B5F6
  • editor.wordHighlightStrongBackground#90CAF980
  • editor.wordHighlightStrongBorder#42A5F5
  • editorCursor.foreground#D32F2F
  • editorGroup.border#C5CAE9
  • editorGroupHeader.tabsBackground#E3F2FD
  • editorGroupHeader.tabsBorder#C5CAE9
  • editorIndentGuide.activeBackground#5C6BC0
  • editorIndentGuide.background#C5CAE9
  • editorLineNumber.activeForeground#D32F2F
  • editorLineNumber.foreground#3949AB
  • editorLink.activeForeground#3949AB
  • editorWhitespace.foreground#E8EAF6
  • extensionButton.prominentBackground#1976D2
  • extensionButton.prominentForeground#E3F2FD
  • extensionButton.prominentHoverBackground#1565C0
  • input.background#BBDEFB
  • input.foreground#1A237E
  • input.placeholderForeground#3949AB
  • list.activeSelectionBackground#64B5F6
  • list.activeSelectionForeground#1A237E
  • list.hoverBackground#C5CAE9
  • list.hoverForeground#1A237E
  • list.inactiveSelectionBackground#BBDEFB
  • list.inactiveSelectionForeground#3949AB
  • menu.background#E3F2FD
  • menu.foreground#1A237E
  • menu.selectionBackground#4FC3F7
  • menu.selectionForeground#1A237E
  • menu.separatorBackground#3949AB
  • menubar.selectionBackground#C5CAE9
  • menubar.selectionForeground#1A237E
  • notification.background#BBDEFB
  • notification.buttonBackground#1976D2
  • notification.buttonForeground#E3F2FD
  • notification.buttonHoverBackground#1565C0
  • notification.foreground#1A237E
  • panel.background#E3F2FD
  • panel.border#C5CAE9
  • panelTitle.activeForeground#1A237E
  • panelTitle.inactiveForeground#3949AB
  • peekViewEditor.background#E3F2FD
  • peekViewEditor.matchHighlightBackground#FFCC8080
  • peekViewResult.background#E3F2FD
  • peekViewResult.matchHighlightBackground#FFCC8080
  • peekViewTitle.background#E3F2FD
  • peekViewTitleDescription.foreground#3949AB
  • peekViewTitleLabel.foreground#1A237E
  • pickerGroup.border#1976D2
  • pickerGroup.foreground#1A237E
  • progressBar.background#1976D2
  • scrollbarSlider.activeBackground#7986CB
  • scrollbarSlider.background#C5CAE9
  • scrollbarSlider.hoverBackground#9FA8DA
  • sideBar.background#BBDEFB
  • sideBar.foreground#1A237E
  • sideBarSectionHeader.background#C5CAE9
  • sideBarSectionHeader.foreground#1A237E
  • sideBarTitle.foreground#1A237E
  • statusBar.background#E3F2FD
  • statusBar.debuggingBackground#FFC107
  • statusBar.debuggingForeground#E3F2FD
  • statusBar.foreground#1A237E
  • tab.activeBackground#E3F2FD
  • tab.activeForeground#1A237E
  • tab.border#C5CAE9
  • tab.inactiveBackground#BBDEFB
  • tab.inactiveForeground#3949AB
  • terminal.ansiBlack#263238
  • terminal.ansiBlue#1976D2
  • terminal.ansiBrightBlack#546E7A
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#E64A19
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFB74D
  • terminal.ansiCyan#0288D1
  • terminal.ansiGreen#388E3C
  • terminal.ansiMagenta#7B1FA2
  • terminal.ansiRed#D32F2F
  • terminal.ansiWhite#CFD8DC
  • terminal.ansiYellow#FFA000
  • terminal.background#E3F2FD
  • terminal.foreground#1A237E
  • terminalCursor.foreground#D32F2F
  • titleBar.activeBackground#E3F2FD
  • titleBar.activeForeground#1A237E
  • titleBar.inactiveBackground#BBDEFB
  • titleBar.inactiveForeground#3949AB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5C6BC0—
keyword, keyword.control, storage.type, storage.modifier#D32F2F—
variable, string constant.other.placeholder, variable.other.constant, variable.language#0288D1—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#388E3C—
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#D32F2F—
constant, constant.language, constant.character, constant.other#FFA000—
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#7B1FA2—
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#FFA000—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#1A237E—
entity.name.tag, punctuation.definition.tag#1976D2—
entity.other.attribute-name#388E3C—
support.type, support.class, support.constant, support.variable#0288D1—
markup.heading, punctuation.definition.heading#1976D2bold
markup.italic, punctuation.definition.italic#388E3Citalic
markup.bold, punctuation.definition.bold#D32F2Fbold
markup.underline.link, string.other.link#0288D1—
markup.fenced_code, markup.inline.raw#1976D2—
markup.list.unnumbered, markup.list.numbered#1A237E—
markup.quote#388E3Citalic
string.regexp, string.regexp keyword.other#0288D1—
constant.character.escape#D32F2F—
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#D32F2F—
markup.inserted#388E3C—
invalid, invalid.illegal#D32F2Funderline wavy
invalid.deprecated#FFA000underline wavy
meta.diff.header#1976D2—
markup.deleted.diff#D32F2F—
markup.inserted.diff#388E3C—
markup.changed.diff#FFA000—