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#e0e0e0
  • activityBar.foreground#333333
  • editor.background#ffffff
  • editor.foreground#333333
  • editor.selectionBackground#add6ff
  • editor.selectionHighlightBackground#e5f3ff
  • editorCursor.foreground#000000
  • editorIndentGuide.activeBackground#b0b0b0
  • editorIndentGuide.background#e0e0e0
  • editorLineNumber.activeForeground#666666
  • editorLineNumber.foreground#999999
  • editorWhitespace.foreground#cccccc
  • panel.background#f8f8f8
  • panel.border#e0e0e0
  • sideBar.background#f3f3f3
  • sideBar.foreground#333333
  • sideBarTitle.foreground#000000
  • statusBar.background#007acc
  • statusBar.foreground#ffffff
  • tab.activeBackground#ffffff
  • tab.activeForeground#000000
  • tab.inactiveBackground#f0f0f0
  • tab.inactiveForeground#666666
  • terminal.background#ffffff
  • terminal.foreground#333333
  • titleBar.activeBackground#e0e0e0
  • titleBar.activeForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6a9955italic
keyword, storage.type, storage.modifier#0000ffbold
string, constant.other.placeholder#a31515
constant.numeric#098658
entity.name.function, meta.function-call#795e26
variable, entity.name.variable#001080
entity.name.type, entity.name.class#267f99
constant, entity.name.constant#0070c1