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#0D0705
  • activityBar.foreground#B87333
  • activityBar.inactiveForeground#8A5A2B
  • editor.background#0D0705
  • editor.foreground#FFE8DC
  • editor.inactiveSelectionBackground#26180F
  • editor.lineHighlightBackground#1A110C
  • editor.selectionBackground#3A2419
  • editorCursor.foreground#B87333
  • panel.background#0D0705
  • sideBar.background#140C09
  • sideBar.border#3A2419
  • sideBar.foreground#FFD6BF
  • statusBar.background#140C09
  • statusBar.foreground#B87333
  • terminal.ansiBlack#1A120F
  • terminal.ansiBlue#8C5A2B
  • terminal.ansiCyan#FFD6BF
  • terminal.ansiGreen#D4A373
  • terminal.ansiMagenta#C08457
  • terminal.ansiRed#B87333
  • terminal.ansiWhite#FFE8DC
  • terminal.ansiYellow#E6B98A
  • terminal.background#0D0705
  • terminal.foreground#FFE8DC
  • titleBar.activeBackground#140C09
  • titleBar.activeForeground#FFD6BF

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A6A5Aitalic
string#D4A373
keyword#B87333bold
entity.name.function#E6B98A
variable#FFE8DC
constant.numeric#FFD6BF
entity.name.type#B87333