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#e5e5e5
  • activityBar.foreground#0a0a0a
  • badge.background#e7000b
  • badge.foreground#0a0a0a
  • breadcrumb.foreground#737373
  • button.background#171717
  • button.foreground#fafafa
  • button.hoverBackground#f54900
  • debugToolBar.background#ffffff
  • dropdown.background#ffffff
  • dropdown.border#e5e5e5
  • dropdown.foreground#0a0a0a
  • editor.background#ffffff
  • editor.foreground#0a0a0a
  • editorGroup.border#e5e5e5
  • editorGroupHeader.tabsBackground#f5f5f5
  • editorGutter.background#fafafa
  • editorLineNumber.foreground#737373
  • editorWidget.background#ffffff
  • focusBorder#a1a1a1
  • input.background#e5e5e5
  • input.border#e5e5e5
  • input.foreground#0a0a0a
  • inputOption.activeBackground#171717
  • inputOption.activeForeground#fafafa
  • list.activeSelectionBackground#171717
  • list.activeSelectionForeground#fafafa
  • list.focusBackground#a1a1a1
  • list.hoverBackground#f5f5f5
  • list.inactiveSelectionBackground#f5f5f5
  • menu.background#ffffff
  • menu.foreground#0a0a0a
  • menu.separatorBackground#e5e5e5
  • panel.background#ffffff
  • panel.border#e5e5e5
  • peekViewEditor.background#ffffff
  • peekViewResult.background#f5f5f5
  • progressBar.background#171717
  • scrollbarSlider.activeBackground#f5f5f5ff
  • scrollbarSlider.background#f5f5f599
  • scrollbarSlider.hoverBackground#f5f5f5cc
  • settings.headerForeground#0a0a0a
  • settings.modifiedItemIndicator#a1a1a1
  • sideBar.background#fafafa
  • sideBar.foreground#0a0a0a
  • sideBarSectionHeader.background#fafafa
  • sideBarSectionHeader.border#e5e5e5
  • sideBarSectionHeader.foreground#0a0a0a
  • statusBar.background#171717
  • statusBar.border#e5e5e5
  • statusBar.foreground#fafafa
  • tab.activeBackground#ffffff
  • tab.activeForeground#0a0a0a
  • tab.border#e5e5e5
  • tab.inactiveBackground#f5f5f5
  • terminal.ansiBlack#ffffff
  • terminal.ansiBlue#a1a1a1
  • terminal.ansiBrightBlack#f5f5f5
  • terminal.ansiBrightBlue#171717
  • terminal.ansiBrightCyan#104e64
  • terminal.ansiBrightGreen#f54900
  • terminal.ansiBrightMagenta#d3e2e7
  • terminal.ansiBrightRed#e7000b
  • terminal.ansiBrightWhite#0a0a0a
  • terminal.ansiBrightYellow#fafafa
  • terminal.ansiCyan#016630
  • terminal.ansiGreen#009689
  • terminal.ansiMagenta#104e64
  • terminal.ansiRed#e7000b
  • terminal.ansiWhite#0a0a0a
  • terminal.ansiYellow#f54900
  • terminal.background#ffffff
  • terminal.border#e5e5e5
  • terminal.foreground#0a0a0a
  • terminal.selectionBackground#17171799
  • terminalCursor.background#ffffff
  • terminalCursor.foreground#171717
  • textLink.foreground#171717
  • titleBar.activeBackground#fafafa
  • titleBar.activeForeground#0a0a0a
  • titleBar.border#e5e5e5
  • titleBar.inactiveBackground#fafafa
  • welcomePage.background#ffffff
  • welcomePage.tileBackground#ffffff

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#737373
string#fe9a00
keyword#171717
entity.name.function#f54900
variable#d3e2e7
entity.name.type#104e64
constant#e7000b
markup.underline.link#171717
punctuation#0a0a0a
constant.numeric#e7000b
keyword.operator#f54900