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#1E293B
  • activityBar.foreground#F1F5F9
  • activityBar.inactiveForeground#64748B
  • activityBarBadge.background#3B82F6
  • activityBarBadge.foreground#F1F5F9
  • badge.background#3B82F6
  • badge.foreground#F1F5F9
  • button.background#3B82F6
  • button.foreground#F1F5F9
  • button.hoverBackground#2563EB
  • dropdown.background#1E293B
  • dropdown.foreground#F1F5F9
  • editor.background#0F172A
  • editor.findMatchBackground#3B82F680
  • editor.findMatchBorder#60A5FA
  • editor.findMatchHighlightBackground#BFDBFE80
  • editor.findMatchHighlightBorder#BFDBFE
  • editor.foreground#F1F5F9
  • editor.hoverHighlightBackground#1E40AF
  • editor.lineHighlightBackground#112240
  • editor.lineHighlightBorder#1E3A8A
  • editor.selectionBackground#1E293B
  • editor.selectionHighlightBackground#3B82F680
  • editor.selectionHighlightBorder#3B82F6
  • editor.wordHighlightBackground#2563EB
  • editor.wordHighlightBorder#1D4ED8
  • editor.wordHighlightStrongBackground#93C5FD80
  • editor.wordHighlightStrongBorder#93C5FD
  • editorCursor.foreground#FFA500
  • editorGroup.border#1E3A8A
  • editorGroupHeader.tabsBackground#1E293B
  • editorGroupHeader.tabsBorder#1E3A8A
  • editorIndentGuide.activeBackground#64748B
  • editorIndentGuide.background#1E293B
  • editorLineNumber.activeForeground#FFCC00
  • editorLineNumber.foreground#64748B
  • editorLink.activeForeground#60A5FA
  • editorWhitespace.foreground#334155
  • extensionButton.prominentBackground#3B82F6
  • extensionButton.prominentForeground#F1F5F9
  • extensionButton.prominentHoverBackground#2563EB
  • input.background#0F172A
  • input.foreground#F1F5F9
  • input.placeholderForeground#64748B
  • list.activeSelectionBackground#3B82F6
  • list.activeSelectionForeground#F1F5F9
  • list.hoverBackground#2563EB
  • list.hoverForeground#F1F5F9
  • list.inactiveSelectionBackground#1E293B
  • list.inactiveSelectionForeground#F1F5F9
  • menu.background#1E293B
  • menu.foreground#F1F5F9
  • menu.selectionBackground#3B82F6
  • menu.selectionForeground#F1F5F9
  • menu.separatorBackground#60A5FA
  • menubar.selectionBackground#2563EB
  • menubar.selectionForeground#F1F5F9
  • notification.background#0F172A
  • notification.buttonBackground#3B82F6
  • notification.buttonForeground#F1F5F9
  • notification.buttonHoverBackground#2563EB
  • notification.foreground#F1F5F9
  • panel.background#0F172A
  • panel.border#1E3A8A
  • panelTitle.activeForeground#F1F5F9
  • panelTitle.inactiveForeground#64748B
  • peekViewEditor.background#1E293B
  • peekViewEditor.matchHighlightBackground#3B82F680
  • peekViewResult.background#0F172A
  • peekViewResult.matchHighlightBackground#60A5FA80
  • peekViewTitle.background#1E293B
  • peekViewTitleDescription.foreground#60A5FA
  • peekViewTitleLabel.foreground#F1F5F9
  • pickerGroup.border#3B82F6
  • pickerGroup.foreground#F1F5F9
  • progressBar.background#3B82F6
  • scrollbarSlider.activeBackground#60A5FA
  • scrollbarSlider.background#1E3A8A
  • scrollbarSlider.hoverBackground#3B82F6
  • sideBar.background#0F172A
  • sideBar.foreground#F1F5F9
  • sideBarSectionHeader.background#1E3A8A
  • sideBarSectionHeader.foreground#F1F5F9
  • sideBarTitle.foreground#F1F5F9
  • statusBar.background#1E293B
  • statusBar.debuggingBackground#EF4444
  • statusBar.debuggingForeground#F1F5F9
  • statusBar.foreground#F1F5F9
  • tab.activeBackground#1E293B
  • tab.activeForeground#F1F5F9
  • tab.border#1E3A8A
  • tab.inactiveBackground#0F172A
  • tab.inactiveForeground#64748B
  • terminal.ansiBlack#0F172A
  • terminal.ansiBlue#3B82F6
  • terminal.ansiBrightBlack#1E293B
  • terminal.ansiBrightBlue#60A5FA
  • terminal.ansiBrightCyan#67E8F9
  • terminal.ansiBrightGreen#4ADE80
  • terminal.ansiBrightMagenta#D8B4FE
  • terminal.ansiBrightRed#F87171
  • terminal.ansiBrightWhite#F8FAFC
  • terminal.ansiBrightYellow#FBBF24
  • terminal.ansiCyan#06B6D4
  • terminal.ansiGreen#22C55E
  • terminal.ansiMagenta#C084FC
  • terminal.ansiRed#EF4444
  • terminal.ansiWhite#F1F5F9
  • terminal.ansiYellow#FACC15
  • terminal.background#0F172A
  • terminal.foreground#F1F5F9
  • terminalCursor.foreground#FFA500
  • titleBar.activeBackground#1E293B
  • titleBar.activeForeground#F1F5F9
  • titleBar.inactiveBackground#0F172A
  • titleBar.inactiveForeground#64748B

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#64748B—
keyword, keyword.control, storage.type, storage.modifier#FACC15—
variable, string constant.other.placeholder, variable.other.constant, variable.language#60A5FA—
string, string.template, punctuation.definition.string, string.quoted.single, string.quoted.double#22C55E—
entity.name.function, support.function, meta.function-call, variable.function#3B82F6—
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, support.class#C084FC—
constant.numeric, constant.numeric.integer, constant.numeric.float, constant.numeric.hex, constant.numeric.octal#FACC15—
keyword.operator, keyword.operator.assignment, keyword.operator.arithmetic, keyword.operator.logical#EF4444—
constant, constant.language, constant.character, constant.other#FACC15—
punctuation, punctuation.definition, punctuation.separator, punctuation.terminator#F1F5F9—
entity.name.tag, punctuation.definition.tag#3B82F6—
entity.other.attribute-name#FACC15—
support.type, support.class, support.constant, support.variable#60A5FA—
markup.bold, punctuation.definition.bold#EF4444bold
markup.underline.link, string.other.link#3B82F6underline
markup.fenced_code, markup.inline.raw#FACC15—
markup.list.unnumbered, markup.list.numbered#F1F5F9—
markup.quote#22C55Eitalic
string.regexp, string.regexp keyword.other#06B6D4—
constant.character.escape#FFA500—
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#3B82F6italic
markup.deleted#EF4444—
markup.inserted#22C55E—
invalid, invalid.illegal#EF4444underline wavy
invalid.deprecated#FACC15underline wavy
meta.diff.header#3B82F6—
markup.deleted.diff#EF4444—
markup.inserted.diff#22C55E—
markup.changed.diff#FACC15—
meta.method, meta.method.declaration#3B82F6—
support.type.property-name.json#FACC15—
entity.name.tag.yaml#FACC15—
entity.other.inherited-class#C084FC—
meta.tag, meta.tag.markdown#FACC15—