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#120A02
  • activityBar.foreground#FFB347
  • activityBar.inactiveForeground#8A5A1A
  • editor.background#120A02
  • editor.foreground#FFB347
  • editor.inactiveSelectionBackground#2A1807
  • editor.lineHighlightBackground#1F1305
  • editor.selectionBackground#3A220A
  • editorCursor.foreground#FFCC66
  • panel.background#120A02
  • sideBar.background#1A1004
  • sideBar.border#3A220A
  • sideBar.foreground#FFD8A8
  • statusBar.background#1A1004
  • statusBar.foreground#FFB347
  • terminal.ansiBlack#2A1807
  • terminal.ansiBlue#B87333
  • terminal.ansiCyan#FFE0B2
  • terminal.ansiGreen#FFCC66
  • terminal.ansiMagenta#FF9E2C
  • terminal.ansiRed#FFB347
  • terminal.ansiWhite#FFD8A8
  • terminal.ansiYellow#FFD580
  • terminal.background#120A02
  • terminal.foreground#FFB347
  • titleBar.activeBackground#1A1004
  • titleBar.activeForeground#FFD8A8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#8A5A1Aitalic
string#FFCC66—
keyword#FFB347bold
entity.name.function#FFD580—
variable#FFB347—
constant.numeric#FFD580—
entity.name.type#FFCC66—