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#FFFFFF
  • activityBar.foreground#000000
  • badge.background#FF1493
  • badge.foreground#FFFFFF
  • editor.background#FFFFFF
  • editor.findMatchBackground#FF1493
  • editor.findMatchBorder#FF1493
  • editor.foreground#000000
  • editor.selectionBackground#FF149333
  • panel.background#FFFFFF
  • panel.border#000000
  • sideBar.background#FFFFFF
  • sideBar.foreground#000000
  • statusBar.background#FFFFFF
  • statusBar.foreground#000000
  • tab.activeForeground#FF1493
  • tab.inactiveForeground#000000
  • 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#FFFFFF
  • terminal.foreground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#000000
string#0099FF
constant.numeric#FF8800
keyword#FF1493bold
entity.name.function#FF1493