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#fb2c36
  • button.foreground#fef2f2
  • button.hoverBackground#ffa2a2
  • 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#82181a
  • input.background#ffffff26
  • input.border#ffffff1a
  • input.foreground#fafafa
  • inputOption.activeBackground#fb2c36
  • inputOption.activeForeground#fef2f2
  • list.activeSelectionBackground#fb2c36
  • list.activeSelectionForeground#fef2f2
  • list.focusBackground#82181a
  • 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#fb2c36
  • scrollbarSlider.activeBackground#27272aff
  • scrollbarSlider.background#27272a99
  • scrollbarSlider.hoverBackground#27272acc
  • settings.headerForeground#fafafa
  • settings.modifiedItemIndicator#82181a
  • sideBar.background#18181b
  • sideBar.foreground#fafafa
  • sideBarSectionHeader.background#18181b
  • sideBarSectionHeader.border#ffffff1a
  • sideBarSectionHeader.foreground#fafafa
  • statusBar.background#fb2c36
  • statusBar.border#ffffff1a
  • statusBar.foreground#fef2f2
  • tab.activeBackground#09090b
  • tab.activeForeground#fafafa
  • tab.border#ffffff1a
  • tab.inactiveBackground#27272a
  • terminal.ansiBlack#09090b
  • terminal.ansiBlue#82181a
  • terminal.ansiBrightBlack#27272a
  • terminal.ansiBrightBlue#fb2c36
  • terminal.ansiBrightCyan#e7000b
  • terminal.ansiBrightGreen#ffa2a2
  • terminal.ansiBrightMagenta#ffe2d9
  • terminal.ansiBrightRed#ff6467
  • terminal.ansiBrightWhite#fafafa
  • terminal.ansiBrightYellow#fef2f2
  • terminal.ansiCyan#9f0712
  • terminal.ansiGreen#fb2c36
  • terminal.ansiMagenta#e7000b
  • terminal.ansiRed#ff6467
  • terminal.ansiWhite#fafafa
  • terminal.ansiYellow#ffa2a2
  • terminal.background#09090b
  • terminal.border#ffffff1a
  • terminal.foreground#fafafa
  • terminal.selectionBackground#fb2c3699
  • terminalCursor.background#09090b
  • terminalCursor.foreground#fb2c36
  • textLink.foreground#fb2c36
  • 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#9f0712
keyword#fb2c36
entity.name.function#ffa2a2
variable#ffe2d9
entity.name.type#e7000b
constant#ff6467
markup.underline.link#fb2c36
punctuation#fafafa
constant.numeric#ff6467
keyword.operator#ffa2a2