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#0B0604
  • activityBar.foreground#FF9E57
  • activityBar.inactiveForeground#A85A2A
  • editor.background#0B0604
  • editor.foreground#FFE7D6
  • editor.inactiveSelectionBackground#2A160C
  • editor.lineHighlightBackground#1A0E08
  • editor.selectionBackground#3B1F12
  • editorCursor.foreground#FF8C42
  • panel.background#0B0604
  • sideBar.background#120A06
  • sideBar.border#2A160C
  • sideBar.foreground#FFD6B8
  • statusBar.background#120A06
  • statusBar.foreground#FF9E57
  • terminal.ansiBlack#1A0E08
  • terminal.ansiBlue#FF8C42
  • terminal.ansiCyan#FFD0A8
  • terminal.ansiGreen#FFB347
  • terminal.ansiMagenta#FF7A59
  • terminal.ansiRed#FF6A3D
  • terminal.ansiWhite#FFE7D6
  • terminal.ansiYellow#FFC857
  • terminal.background#0B0604
  • terminal.foreground#FFE7D6
  • titleBar.activeBackground#120A06
  • titleBar.activeForeground#FFD6B8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A5A3Bitalic
string#FFB347
keyword#FF8C42bold
entity.name.function#FFA94D
variable#FFE7D6
constant.numeric#FFC857
entity.name.type#FF9E57