Skip to main content
CodingTheme

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#7AB7D4
  • activityBar.foreground#295060
  • activityBarBadge.background#FFD580
  • button.background#FFAA64
  • dropdown.background#FFD580
  • dropdown.border#A8D1E6
  • dropdown.foreground#4B5D67
  • editor.background#FAF3E0
  • editor.foreground#4B5D67
  • editor.lineHighlightBackground#ECE6D1
  • editorLineNumber.foreground#B1BFC6
  • input.background#ECE6D1
  • input.border#A8D1E6
  • input.foreground#4B5D67
  • scrollbarSlider.activeBackground#4B5D67
  • scrollbarSlider.background#B1BFC6
  • scrollbarSlider.hoverBackground#7AB7D4
  • sideBar.background#A8D1E6
  • statusBar.background#FFAA64
  • statusBar.foreground#ffffff
  • statusBarItem.hoverBackground#FFC79B
  • terminal.foreground#295060
  • titleBar.activeBackground#FFD580
  • titleBar.activeForeground#4B5D67
  • titleBar.inactiveBackground#EEDFBC
  • titleBar.inactiveForeground#7A8B94

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#aaa
string#ff4500bold
entity.name.function#0000ffbold
variable#800080bold
keyword#ff1493bold
constant#8b0000bold
constant.numeric#483d8bbold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...