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#faf4ed
  • activityBar.foreground#797593
  • editor.background#faf4ed
  • editor.foreground#575279
  • editor.selectionBackground#f2e9e1
  • editorBracketHighlight.foreground1#797593
  • editorBracketHighlight.foreground2#797593
  • editorBracketHighlight.foreground3#797593
  • editorBracketHighlight.foreground4#797593
  • editorBracketHighlight.foreground5#797593
  • editorBracketHighlight.foreground6#797593
  • editorBracketMatch.border#b4637a
  • editorCursor.foreground#d7827e
  • editorGroupHeader.tabsBackground#faf4ed
  • editorGutter.background#faf4ed
  • editorLineNumber.foreground#b8b2a6
  • editorWidget.background#faf4ed
  • input.background#faf4ed
  • menu.background#faf4ed
  • menu.selectionBackground#9893a5
  • menu.separatorBackground#9893a5
  • panel.background#faf4ed
  • sideBar#797593
  • sideBar.background#faf4ed
  • statusBar.background#faf4ed
  • statusBar.foreground#797593
  • tab.activeBackground#faf4ed
  • tab.inactiveBackground#f2e9e1
  • titleBar.activeBackground#faf4ed
  • titleBar.foreground#797593

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#9893a5
string, constant.other.symbol#d7827e
entity.name.type, entity.name.class, entity.name.namespace, entity.name.scope-resolution, entity.name.function, entity.name.method, entity.name.property, entity.name.label, entity.name.tag, support.type, support.class, support.function, meta.function-call, variable.other.property, variable.other.member#575279
keyword.other.todo, comment.block.todo#EB6F92
source#575279