Skip to main content
Coding Theme

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#222a26
  • activityBar.foreground#d2ded7
  • editor.background#2d3833
  • editor.foreground#d2ded7
  • editor.lineHighlightBackground#3b4a4333
  • editor.selectionBackground#3b4a43
  • editorGroupHeader.tabsBackground#222a26
  • focusBorder#d2ded7
  • menu.background#222a26
  • menu.foreground#d2ded7
  • menubar.selectionBackground#3b4a43
  • sideBar.background#222a26
  • sideBar.foreground#d2ded7
  • statusBar.background#222a26
  • statusBar.foreground#d2ded7
  • tab.activeBackground#2d3833
  • tab.activeForeground#d2ded7
  • tab.inactiveBackground#222a26
  • tab.inactiveForeground#677a70
  • textLink.activeForeground#d2ded7
  • textLink.foreground#d2ded7
  • titleBar.activeBackground#222a26
  • titleBar.activeForeground#d2ded7
  • titleBar.inactiveBackground#222a26
  • titleBar.inactiveForeground#677a70
  • window.activeBorder#222a26

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#677a70italic
keyword, storage.type, storage.modifier#d99c82
entity.name.function, support.function#8da7b3
string#d6caa3
variable#d2ded7
entity.name.type, entity.name.class, support.type#a8b59b