Skip to main content
CodingTheme

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.foreground#C7CCD1
  • activityBarBadge.background#007acc
  • editor.background#fafafa
  • editorError.foreground#92253d
  • editorGroupHeader.tabsBackground#fafafa
  • editorInfo.foreground#009959
  • editorLineNumber.activeForeground#000
  • editorLineNumber.foreground#C7CCD1
  • editorWarning.foreground#ffc400
  • menu.background#fafafa
  • panel.background#fafafa
  • panel.border#fafafa
  • scrollbarSlider.background#C7CCD1
  • sideBar.background#fafafa
  • sideBarSectionHeader.background#fafafa
  • statusBar.background#fafafa
  • statusBar.debuggingBackground#fafafa
  • statusBar.debuggingForeground#C795AE
  • statusBar.foreground#222
  • statusBar.noFolderBackground#fafafa
  • statusBar.noFolderForeground#C7CCD1
  • statusBarItem.remoteBackground#fafafa
  • statusBarItem.remoteForeground#222
  • tab.activeBackground#fafafa
  • tab.activeBorder#000
  • tab.border#fafafa
  • tab.inactiveBackground#fafafa
  • titleBar.activeBackground#fafafa
  • titleBar.inactiveBackground#fafafa

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#838383italic
string#838383
keyword.format,meta.template.expression.ts, meta.interpolation, meta.fstring#000
markup.inserted#009959bold
markup.deleted#92253dbold
markup.changed#ffc400bold

Shiki preview

TypeScript sample highlighted with this variant's colors and tokenColors.

Loading...

m by Giulio Ungaretti - VS Code Theme