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#18181b
  • activityBar.border#ffffff1a
  • activityBar.foreground#fafafa
  • badge.background#ff6467
  • badge.foreground#fafafa
  • breadcrumb.foreground#9f9fa9
  • button.background#f0b100
  • button.foreground#733e0a
  • button.hoverBackground#ffdf20
  • debugToolBar.background#18181b
  • dropdown.background#09090b
  • dropdown.border#ffffff1a
  • dropdown.foreground#fafafa
  • editor.background#09090b
  • editor.foreground#fafafa
  • editorGroup.border#ffffff1a
  • editorGroupHeader.tabsBackground#27272a
  • editorGutter.background#18181b
  • editorLineNumber.foreground#9f9fa9
  • editorWidget.background#18181b
  • focusBorder#733e0a
  • input.background#ffffff26
  • input.border#ffffff1a
  • input.foreground#fafafa
  • inputOption.activeBackground#f0b100
  • inputOption.activeForeground#733e0a
  • list.activeSelectionBackground#f0b100
  • list.activeSelectionForeground#733e0a
  • list.focusBackground#733e0a
  • list.hoverBackground#27272a
  • list.inactiveSelectionBackground#27272a
  • menu.background#18181b
  • menu.foreground#fafafa
  • menu.separatorBackground#ffffff1a
  • panel.background#09090b
  • panel.border#ffffff1a
  • peekViewEditor.background#09090b
  • peekViewResult.background#27272a
  • progressBar.background#f0b100
  • scrollbarSlider.activeBackground#27272aff
  • scrollbarSlider.background#27272a99
  • scrollbarSlider.hoverBackground#27272acc
  • settings.headerForeground#fafafa
  • settings.modifiedItemIndicator#733e0a
  • sideBar.background#18181b
  • sideBar.foreground#fafafa
  • sideBarSectionHeader.background#18181b
  • sideBarSectionHeader.border#ffffff1a
  • sideBarSectionHeader.foreground#fafafa
  • statusBar.background#f0b100
  • statusBar.border#ffffff1a
  • statusBar.foreground#733e0a
  • tab.activeBackground#09090b
  • tab.activeForeground#fafafa
  • tab.border#ffffff1a
  • tab.inactiveBackground#27272a
  • terminal.ansiBlack#09090b
  • terminal.ansiBlue#733e0a
  • terminal.ansiBrightBlack#27272a
  • terminal.ansiBrightBlue#f0b100
  • terminal.ansiBrightCyan#d08700
  • terminal.ansiBrightGreen#ffdf20
  • terminal.ansiBrightMagenta#fbf0dc
  • terminal.ansiBrightRed#ff6467
  • terminal.ansiBrightWhite#fafafa
  • terminal.ansiBrightYellow#733e0a
  • terminal.ansiCyan#894b00
  • terminal.ansiGreen#f0b100
  • terminal.ansiMagenta#d08700
  • terminal.ansiRed#ff6467
  • terminal.ansiWhite#fafafa
  • terminal.ansiYellow#ffdf20
  • terminal.background#09090b
  • terminal.border#ffffff1a
  • terminal.foreground#fafafa
  • terminal.selectionBackground#f0b10099
  • terminalCursor.background#09090b
  • terminalCursor.foreground#f0b100
  • textLink.foreground#f0b100
  • titleBar.activeBackground#18181b
  • titleBar.activeForeground#fafafa
  • titleBar.border#ffffff1a
  • titleBar.inactiveBackground#18181b
  • welcomePage.background#09090b
  • welcomePage.tileBackground#18181b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#9f9fa9
string#894b00
keyword#f0b100
entity.name.function#ffdf20
variable#fbf0dc
entity.name.type#d08700
constant#ff6467
markup.underline.link#f0b100
punctuation#fafafa
constant.numeric#ff6467
keyword.operator#ffdf20