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#fafafa
  • activityBar.border#e4e4e7
  • activityBar.foreground#09090b
  • badge.background#e7000b
  • badge.foreground#09090b
  • breadcrumb.foreground#71717b
  • button.background#e7000b
  • button.foreground#fef2f2
  • button.hoverBackground#ffa2a2
  • debugToolBar.background#ffffff
  • dropdown.background#ffffff
  • dropdown.border#e4e4e7
  • dropdown.foreground#09090b
  • editor.background#ffffff
  • editor.foreground#09090b
  • editorGroup.border#e4e4e7
  • editorGroupHeader.tabsBackground#f4f4f5
  • editorGutter.background#fafafa
  • editorLineNumber.foreground#71717b
  • editorWidget.background#ffffff
  • focusBorder#ff6467
  • input.background#e4e4e7
  • input.border#e4e4e7
  • input.foreground#09090b
  • inputOption.activeBackground#e7000b
  • inputOption.activeForeground#fef2f2
  • list.activeSelectionBackground#e7000b
  • list.activeSelectionForeground#fef2f2
  • list.focusBackground#ff6467
  • list.hoverBackground#f4f4f5
  • list.inactiveSelectionBackground#f4f4f5
  • menu.background#ffffff
  • menu.foreground#09090b
  • menu.separatorBackground#e4e4e7
  • panel.background#ffffff
  • panel.border#e4e4e7
  • peekViewEditor.background#ffffff
  • peekViewResult.background#f4f4f5
  • progressBar.background#e7000b
  • scrollbarSlider.activeBackground#f4f4f5ff
  • scrollbarSlider.background#f4f4f599
  • scrollbarSlider.hoverBackground#f4f4f5cc
  • settings.headerForeground#09090b
  • settings.modifiedItemIndicator#ff6467
  • sideBar.background#fafafa
  • sideBar.foreground#09090b
  • sideBarSectionHeader.background#fafafa
  • sideBarSectionHeader.border#e4e4e7
  • sideBarSectionHeader.foreground#09090b
  • statusBar.background#e7000b
  • statusBar.border#e4e4e7
  • statusBar.foreground#fef2f2
  • tab.activeBackground#ffffff
  • tab.activeForeground#09090b
  • tab.border#e4e4e7
  • tab.inactiveBackground#f4f4f5
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#ff6467
  • terminal.ansiBrightBlack#f4f4f5
  • terminal.ansiBrightBlue#e7000b
  • terminal.ansiBrightCyan#e7000b
  • terminal.ansiBrightGreen#ffa2a2
  • terminal.ansiBrightMagenta#ffe2d9
  • terminal.ansiBrightRed#e7000b
  • terminal.ansiBrightWhite#09090b
  • terminal.ansiBrightYellow#fef2f2
  • terminal.ansiCyan#9f0712
  • terminal.ansiGreen#fb2c36
  • terminal.ansiMagenta#e7000b
  • terminal.ansiRed#e7000b
  • terminal.ansiWhite#09090b
  • terminal.ansiYellow#ffa2a2
  • terminal.background#ffffff
  • terminal.border#e4e4e7
  • terminal.foreground#09090b
  • terminal.selectionBackground#e7000b99
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#e7000b
  • textLink.foreground#e7000b
  • titleBar.activeBackground#fafafa
  • titleBar.activeForeground#09090b
  • titleBar.border#e4e4e7
  • titleBar.inactiveBackground#fafafa
  • welcomePage.background#ffffff
  • welcomePage.tileBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#71717b
string#9f0712
keyword#e7000b
entity.name.function#ffa2a2
variable#ffe2d9
entity.name.type#e7000b
constant#e7000b
markup.underline.link#e7000b
punctuation#09090b
constant.numeric#e7000b
keyword.operator#ffa2a2