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#fafafa
  • activityBar.border#e5e5e5
  • activityBar.foreground#000000
  • editor.background#fafafa
  • editor.foreground#24292e
  • editorGroupHeader.tabsBackground#fafafa
  • editorIndentGuide.background#eaeaea
  • editorLineNumber.activeForeground#000000
  • editorLineNumber.foreground#cccccc
  • sideBar.background#fafafa
  • sideBar.border#e5e5e5
  • statusBar.background#fafafa
  • statusBar.debuggingBackground#fafafa
  • statusBar.foreground#6a737d
  • tab.activeBackground#fafafa
  • tab.activeBorder#e5e5e5
  • tab.activeBorderTop#22863a
  • tab.activeForeground#000000
  • tab.border#e5e5e5
  • tab.inactiveBackground#fafafa
  • titleBar.activeBackground#fafafa
  • titleBar.activeForeground#000000
  • titleBar.border#e5e5e5
  • titleBar.inactiveBackground#fafafa
  • titleBar.inactiveForeground#6a737d

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage, punctuation.separator, punctuation.terminator, support.type.property-name.css, meta.property-name.css#6a737d
entity.name.function, variable.function, meta.function-call, string, entity.other.attribute-name.class, entity.other.attribute-name.id, entity.other.attribute-name.pseudo-class#000000bold
constant.numeric, constant.language, support.constant.property-value#b07d00
comment#959da5
entity.name.tag, source.css entity.name.tag, source.css meta.selector entity.name.tag, entity.name.tag.css, support.function, support.class, support.type, support.constant, variable.language, variable.other.object.builtin, support.function.builtin.python, support.type.python#22863a
Minimal Code Theme by filipeyay - VS Code Theme