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#0D47A1
  • activityBar.inactiveForeground#1565C0
  • activityBarBadge.background#FF8F00
  • activityBarBadge.foreground#E3F2FD
  • badge.background#FF8F00
  • badge.foreground#E3F2FD
  • button.background#FF8F00
  • button.foreground#E3F2FD
  • button.hoverBackground#F57C00
  • dropdown.background#E1F5FE
  • dropdown.foreground#0D47A1
  • editor.background#E3F2FD
  • editor.findMatchBackground#FFB30080
  • editor.findMatchBorder#FFB300
  • editor.findMatchHighlightBackground#FFCA2880
  • editor.findMatchHighlightBorder#FFCA28
  • editor.foreground#0D47A1
  • editor.hoverHighlightBackground#FFE57F
  • editor.lineHighlightBackground#E1F5FE
  • editor.lineHighlightBorder#FFE0B2
  • editor.selectionBackground#FFD54F
  • editor.selectionHighlightBackground#FFD54F80
  • editor.selectionHighlightBorder#FFD54F
  • editor.wordHighlightBackground#E3F2FD
  • editor.wordHighlightBorder#FFCA28
  • editor.wordHighlightStrongBackground#FFD74080
  • editor.wordHighlightStrongBorder#FFC107
  • editorCursor.foreground#FF8F00
  • editorGroup.border#BBDEFB
  • editorGroupHeader.tabsBackground#E3F2FD
  • editorGroupHeader.tabsBorder#BBDEFB
  • editorIndentGuide.activeBackground#90CAF9
  • editorIndentGuide.background#BBDEFB
  • editorLineNumber.activeForeground#FF8F00
  • editorLineNumber.foreground#1565C0
  • editorLink.activeForeground#1565C0
  • editorWhitespace.foreground#E3F2FD
  • extensionButton.prominentBackground#FF8F00
  • extensionButton.prominentForeground#E3F2FD
  • extensionButton.prominentHoverBackground#F57C00
  • input.background#E1F5FE
  • input.foreground#0D47A1
  • input.placeholderForeground#1565C0
  • list.activeSelectionBackground#FFD54F
  • list.activeSelectionForeground#0D47A1
  • list.hoverBackground#FFCA28
  • list.hoverForeground#0D47A1
  • list.inactiveSelectionBackground#E1F5FE
  • list.inactiveSelectionForeground#1565C0
  • menu.background#E3F2FD
  • menu.foreground#0D47A1
  • menu.selectionBackground#FFCA28
  • menu.selectionForeground#0D47A1
  • menu.separatorBackground#1565C0
  • menubar.selectionBackground#FFD54F
  • menubar.selectionForeground#0D47A1
  • notification.background#E1F5FE
  • notification.buttonBackground#FF8F00
  • notification.buttonForeground#E3F2FD
  • notification.buttonHoverBackground#F57C00
  • notification.foreground#0D47A1
  • panel.background#E3F2FD
  • panel.border#BBDEFB
  • panelTitle.activeForeground#0D47A1
  • panelTitle.inactiveForeground#1565C0
  • peekViewEditor.background#E3F2FD
  • peekViewEditor.matchHighlightBackground#FFAB4080
  • peekViewResult.background#E3F2FD
  • peekViewResult.matchHighlightBackground#FFAB4080
  • peekViewTitle.background#E3F2FD
  • peekViewTitleDescription.foreground#1565C0
  • peekViewTitleLabel.foreground#0D47A1
  • pickerGroup.border#FF8F00
  • pickerGroup.foreground#0D47A1
  • progressBar.background#FF8F00
  • scrollbarSlider.activeBackground#64B5F6
  • scrollbarSlider.background#BBDEFB
  • scrollbarSlider.hoverBackground#90CAF9
  • sideBar.background#E1F5FE
  • sideBar.foreground#0D47A1
  • sideBarSectionHeader.background#BBDEFB
  • sideBarSectionHeader.foreground#0D47A1
  • sideBarTitle.foreground#0D47A1
  • statusBar.background#E3F2FD
  • statusBar.debuggingBackground#FFC107
  • statusBar.debuggingForeground#E3F2FD
  • statusBar.foreground#0D47A1
  • tab.activeBackground#E3F2FD
  • tab.activeForeground#0D47A1
  • tab.border#BBDEFB
  • tab.inactiveBackground#E1F5FE
  • tab.inactiveForeground#1565C0
  • terminal.ansiBlack#0D47A1
  • terminal.ansiBlue#1E88E5
  • terminal.ansiBrightBlack#616161
  • terminal.ansiBrightBlue#64B5F6
  • terminal.ansiBrightCyan#4DD0E1
  • terminal.ansiBrightGreen#81C784
  • terminal.ansiBrightMagenta#BA68C8
  • terminal.ansiBrightRed#FF5252
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFD54F
  • terminal.ansiCyan#00ACC1
  • terminal.ansiGreen#43A047
  • terminal.ansiMagenta#8E24AA
  • terminal.ansiRed#E53935
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#FBC02D
  • terminal.background#E3F2FD
  • terminal.foreground#0D47A1
  • terminalCursor.foreground#FF8F00
  • titleBar.activeBackground#E3F2FD
  • titleBar.activeForeground#0D47A1
  • titleBar.inactiveBackground#E1F5FE
  • titleBar.inactiveForeground#1565C0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#90A4AE
keyword, keyword.control, storage.type, storage.modifier#FF8F00
variable, string constant.other.placeholder, variable.other.constant, variable.language#00ACC1
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#43A047
entity.name.function, support.function, meta.function-call, variable.function#1E88E5
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#E53935
markup.italic, punctuation.definition.italic#43A047
markup.heading, punctuation.definition.heading#1E88E5bold
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#FF8F00
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#0D47A1
entity.name.tag, punctuation.definition.tag#1E88E5
entity.other.attribute-name#43A047
support.type, support.class, support.constant, support.variable#00ACC1
markup.bold, punctuation.definition.bold#E53935bold
markup.underline.link, string.other.link#1E88E5underline
markup.fenced_code, markup.inline.raw#FFC107
markup.list.unnumbered, markup.list.numbered#0D47A1
markup.quote#43A047italic
string.regexp, string.regexp keyword.other#00ACC1
constant.character.escape#FF8F00
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#1E88E5italic
markup.deleted#E53935
markup.inserted#43A047
invalid, invalid.illegal#E53935underline wavy
invalid.deprecated#FFC107underline wavy
meta.diff.header#1E88E5
markup.deleted.diff#E53935
markup.inserted.diff#43A047
markup.changed.diff#FFC107
meta.method, meta.method.declaration#1E88E5
support.type.property-name.json#FFC107
entity.name.tag.yaml#FFC107
meta.tag, meta.tag.markdown#FFC107
meta.tag.yaml#FFC107