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#1f1d2e
  • editor.background#1f1d2e
  • editorBracketHighlight.foreground1#6e6a86
  • editorBracketHighlight.foreground2#6e6a86
  • editorBracketHighlight.foreground3#6e6a86
  • editorBracketHighlight.foreground4#6e6a86
  • editorBracketHighlight.foreground5#6e6a86
  • editorBracketHighlight.foreground6#6e6a86
  • editorBracketMatch.border#b4637a
  • editorGroupHeader.tabsBackground#1f1d2e
  • editorGutter.background#1f1d2e
  • editorWidget.background#1f1d2e
  • input.background#1f1d2e
  • menu.background#1f1d2e
  • menu.selectionBackground#2a273f
  • menu.separatorBackground#6e6a86
  • panel.background#1f1d2e
  • sideBar.background#1f1d2e
  • statusBar.background#1f1d2e
  • tab.activeBackground#1f1d2e
  • tab.inactiveBackground#1f1d2e
  • titleBar.activeBackground#1f1d2e

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#6e6a86
string, constant.other.symbol#ebbcba
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#e0def4
keyword.other.todo, comment.block.todo#EB6F92
source#e0def4