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#f54900
  • button.foreground#fff7ed
  • button.hoverBackground#ffb86a
  • 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#ff8904
  • input.background#e4e4e7
  • input.border#e4e4e7
  • input.foreground#09090b
  • inputOption.activeBackground#f54900
  • inputOption.activeForeground#fff7ed
  • list.activeSelectionBackground#f54900
  • list.activeSelectionForeground#fff7ed
  • list.focusBackground#ff8904
  • 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#f54900
  • scrollbarSlider.activeBackground#f4f4f5ff
  • scrollbarSlider.background#f4f4f599
  • scrollbarSlider.hoverBackground#f4f4f5cc
  • settings.headerForeground#09090b
  • settings.modifiedItemIndicator#ff8904
  • sideBar.background#fafafa
  • sideBar.foreground#09090b
  • sideBarSectionHeader.background#fafafa
  • sideBarSectionHeader.border#e4e4e7
  • sideBarSectionHeader.foreground#09090b
  • statusBar.background#f54900
  • statusBar.border#e4e4e7
  • statusBar.foreground#fff7ed
  • tab.activeBackground#ffffff
  • tab.activeForeground#09090b
  • tab.border#e4e4e7
  • tab.inactiveBackground#f4f4f5
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#ff8904
  • terminal.ansiBrightBlack#f4f4f5
  • terminal.ansiBrightBlue#f54900
  • terminal.ansiBrightCyan#f54900
  • terminal.ansiBrightGreen#ffb86a
  • terminal.ansiBrightMagenta#ffe9da
  • terminal.ansiBrightRed#e7000b
  • terminal.ansiBrightWhite#09090b
  • terminal.ansiBrightYellow#fff7ed
  • terminal.ansiCyan#9f2d00
  • terminal.ansiGreen#ff6900
  • terminal.ansiMagenta#f54900
  • terminal.ansiRed#e7000b
  • terminal.ansiWhite#09090b
  • terminal.ansiYellow#ffb86a
  • terminal.background#ffffff
  • terminal.border#e4e4e7
  • terminal.foreground#09090b
  • terminal.selectionBackground#f5490099
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#f54900
  • textLink.foreground#f54900
  • 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#9f2d00
keyword#f54900
entity.name.function#ffb86a
variable#ffe9da
entity.name.type#f54900
constant#e7000b
markup.underline.link#f54900
punctuation#09090b
constant.numeric#e7000b
keyword.operator#ffb86a