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#030908
  • activityBar.foreground#00F5A0
  • activityBar.inactiveForeground#00C27A
  • editor.background#030908
  • editor.foreground#E6FFF7
  • editor.inactiveSelectionBackground#0C2A26
  • editor.lineHighlightBackground#0A1A18
  • editor.selectionBackground#103B35
  • editorCursor.foreground#00F5A0
  • panel.background#030908
  • sideBar.background#071411
  • sideBar.border#103B35
  • sideBar.foreground#B2FDF0
  • statusBar.background#071411
  • statusBar.foreground#00F5A0
  • terminal.ansiBlack#0F201C
  • terminal.ansiBlue#00C27A
  • terminal.ansiCyan#00FFD5
  • terminal.ansiGreen#A3FF12
  • terminal.ansiMagenta#00F5A0
  • terminal.ansiRed#00F5A0
  • terminal.ansiWhite#E6FFF7
  • terminal.ansiYellow#39FF14
  • terminal.background#030908
  • terminal.foreground#E6FFF7
  • titleBar.activeBackground#071411
  • titleBar.activeForeground#B2FDF0

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4FD1C5italic
string#39FF14
keyword#00F5A0bold
entity.name.function#A3FF12
variable#E6FFF7
constant.numeric#00FFD5
entity.name.type#00F5A0