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#242424
  • activityBarBadge.background#b5b2b2
  • activityBarBadge.foreground#242424
  • editor.background#141414
  • editor.foreground#ebebeb
  • editorBracketHighlight.foreground1#ebebeb
  • editorBracketHighlight.foreground2#ebebeb
  • editorBracketHighlight.foreground3#ebebeb
  • statusBar.background#141414
  • statusBar.debuggingBackground#141414
  • statusBar.foreground#ebebeb
  • statusBar.noFolderBackground#141414
  • terminal.ansiBlack#141414
  • terminal.ansiBlue#8c8c8c
  • terminal.ansiBrightBlack#141414
  • terminal.ansiBrightBlue#8c8c8c
  • terminal.ansiBrightCyan#8c8c8c
  • terminal.ansiBrightGreen#88c563
  • terminal.ansiBrightMagenta#8c8c8c
  • terminal.ansiBrightRed#ee483e
  • terminal.ansiBrightWhite#8c8c8c
  • terminal.ansiBrightYellow#8c8c8c
  • terminal.ansiCyan#8c8c8c
  • terminal.ansiGreen#88c563
  • terminal.ansiMagenta#8c8c8c
  • terminal.ansiRed#8c8c8c
  • terminal.ansiWhite#8c8c8c
  • terminal.ansiYellow#8c8c8c

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, string.quoted.docstring#8c8c8c—
invalid#DC322F—
meta.diff, meta.diff.header#268BD2italic
markup.deleted#DC322F
markup.changed#CB4B16
markup.inserted#859900—
markup.quote#859900—
markup.list#B58900—
markup.bold, markup.italic#D33682—
markup.bold—bold
markup.italic—italic
markup.strikethrough—strikethrough
markup.inline.raw#2AA198
markup.heading#268BD2bold
markup.heading.setext#268BD2
token.info-token#6796E6—
token.warn-token#CD9731—
token.error-token#F44747—
token.debug-token#B267E6—