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#000080
  • activityBar.foreground#FFFFFF
  • activityBar.inactiveForeground#C0C0C0
  • editor.background#000080
  • editor.foreground#FFFFFF
  • editor.inactiveSelectionBackground#0000A0
  • editor.lineHighlightBackground#000099
  • editor.selectionBackground#0000CC
  • editorCursor.foreground#FFFF00
  • panel.background#000080
  • sideBar.background#000090
  • sideBar.border#0000CC
  • sideBar.foreground#FFFFFF
  • statusBar.background#000090
  • statusBar.foreground#FFFF00
  • terminal.ansiBlack#000066
  • terminal.ansiBlue#0000FF
  • terminal.ansiCyan#00FFFF
  • terminal.ansiGreen#00FF00
  • terminal.ansiMagenta#FF00FF
  • terminal.ansiRed#FF0000
  • terminal.ansiWhite#FFFFFF
  • terminal.ansiYellow#FFFF00
  • terminal.background#000080
  • terminal.foreground#FFFFFF
  • titleBar.activeBackground#000090
  • titleBar.activeForeground#FFFFFF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#C0C0C0italic
string#00FFFF
keyword#FFFF00bold
entity.name.function#00FF00
variable#FFFFFF
constant.numeric#FF00FF
entity.name.type#FFFF00