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#101010
  • activityBar.border#151515
  • activityBar.foreground#ffffff
  • editor.background#101010
  • editor.foreground#b0b0b0
  • editorGroupHeader.tabsBackground#101010
  • editorIndentGuide.background#222222
  • editorLineNumber.activeForeground#ffffff
  • editorLineNumber.foreground#474747
  • sideBar.background#101010
  • sideBar.border#151515
  • statusBar.background#101010
  • statusBar.debuggingBackground#101010
  • statusBar.foreground#777777
  • tab.activeBackground#101010
  • tab.activeBorder#181818
  • tab.activeBorderTop#86cd82
  • tab.activeForeground#ffffff
  • tab.border#151515
  • tab.inactiveBackground#101010
  • titleBar.activeBackground#101010
  • titleBar.activeForeground#ffffff
  • titleBar.border#151515
  • titleBar.inactiveBackground#101010
  • titleBar.inactiveForeground#777777

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#777777
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#ffffffbold
constant.numeric, constant.language, support.constant.property-value#d9ba73
comment#50585d
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#86cd82
Minimal Code Theme by filipeyay - VS Code Theme