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#F0F0F0
  • activityBar.foreground#1A1A1A
  • activityBar.inactiveForeground#1A1A1A60
  • activityBarBadge.background#808080
  • activityBarBadge.foreground#F0F0F0
  • editor.background#F0F0F0
  • editor.foreground#1A1A1A
  • editor.lineHighlightBackground#F2F2F2
  • editor.selectionBackground#80808080
  • editorCursor.foreground#808080
  • editorIndentGuide.activeBackground#80808060
  • editorIndentGuide.background#4D4D4D20
  • editorWhitespace.foreground#4D4D4D40
  • sideBar.background#F2F2F2
  • sideBar.foreground#1A1A1A
  • sideBarSectionHeader.background#F0F0F0
  • statusBar.background#808080
  • statusBar.foreground#F0F0F0
  • statusBar.noFolderBackground#808080
  • tab.activeBackground#F0F0F0
  • tab.activeForeground#1A1A1A
  • tab.inactiveBackground#D8D8D8
  • tab.inactiveForeground#1A1A1A80
  • terminal.background#F0F0F0
  • terminal.foreground#1A1A1A
  • titleBar.activeBackground#F0F0F0
  • titleBar.activeForeground#1A1A1A

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#4D4D4D
string#808080
string.regexp#808080
constant.numeric#808080
constant.language#808080italic
keyword#808080bold
storage#808080
storage.type#808080italic
entity.name.function#808080
entity.name.class#808080bold
entity.name.type#808080
variable#1A1A1A
variable.parameter#808080italic
variable.other.property#808080
punctuation#1A1A1AB0