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.

  • activityBarBadge.background#F73B45
  • editor.background#F5F5F5
  • editor.foreground#333333
  • editorGroup.border#D8D8D8
  • editorGroupHeader.tabsBackground#E3E6E8
  • list.activeSelectionBackground#C7CED1
  • list.dropBackground#C7CED1
  • list.hoverBackground#D8D8D8
  • list.inactiveSelectionBackground#E3E6E8
  • sideBar.background#E3E6E8
  • sideBar.foreground#333333
  • sideBarSectionHeader.background#D8D8D8
  • sideBarSectionHeader.foreground#333333
  • sideBarTitle.foreground#333333
  • statusBar.background#D8D8D8
  • statusBar.foreground#333333
  • statusBar.noFolderBackground#D8D8D8
  • tab.activeBackground#F5F5F5
  • tab.inactiveBackground#E3E6E8

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#5E696Eitalic
comment, punctuation.definition.comment#333333italic
variable, string constant.other.placeholder#333333—
constant.other.color#2E3638—
invalid, invalid.illegal#F73B45—
keyword, storage.type, storage.modifier#AC3980—
keyword.control, constant.other.color, punctuation, meta.tag, punctuation.definition.tag, punctuation.separator.inheritance.php, punctuation.definition.tag.html, punctuation.definition.tag.begin.html, punctuation.definition.tag.end.html, punctuation.section.embedded, keyword.other.template, keyword.other.substitution#1C5FB0—
entity.name.function, meta.function-call, variable.function, support.function, keyword.other.special-method#1C5FB0—
string, constant.other.symbol, constant.other.key, entity.other.inherited-class, markup.heading, markup.inserted.git_gutter, meta.group.braces.curly constant.other.object.key.js string.unquoted.label.js#3E744E—