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#000000
  • activityBar.foreground#FFFFFF
  • badge.background#FF1493
  • badge.foreground#FFFFFF
  • editor.background#000000
  • editor.findMatchBackground#FF1493
  • editor.findMatchBorder#FF1493
  • editor.foreground#FFFFFF
  • editor.selectionBackground#FF149333
  • editorCursor.foreground#FFFFFF
  • editorLineNumber.foreground#FFFFFF
  • panel.background#000000
  • panel.border#FFFFFF
  • sideBar.background#000000
  • sideBar.foreground#FFFFFF
  • statusBar.background#000000
  • statusBar.foreground#FFFFFF
  • tab.activeForeground#FF1493
  • tab.inactiveForeground#FFFFFF
  • terminal.ansiBlack#000000
  • terminal.ansiBlue#00FFFF
  • terminal.ansiBrightBlack#808080
  • terminal.ansiBrightBlue#66FFFF
  • terminal.ansiBrightCyan#66FFFF
  • terminal.ansiBrightFF1493#FF7AB8
  • terminal.ansiBrightGreen#66FF66
  • terminal.ansiBrightRed#FF4444
  • terminal.ansiBrightWhite#FFFFFF
  • terminal.ansiBrightYellow#FFFF66
  • terminal.ansiCyan#00FFFF
  • terminal.ansiFF1493#FF1493
  • terminal.ansiGreen#00FF00
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFFF00
  • terminal.background#000000
  • terminal.foreground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#00FF00
string#00FFFF
constant.numeric#FFFF00
keyword#FF1493bold
entity.name.function#FF1493