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#111111
  • activityBar.foreground#666666
  • activityBarBadge.background#f0c674
  • activityBarBadge.foreground#1d1f21
  • editor.background#111111
  • editor.foreground#c5c8c6
  • editor.lineHighlightBackground#000000
  • editor.selectionBackground#373b41
  • editorCursor.foreground#f0c674
  • editorWhitespace.foreground#222222
  • panel.border#111111
  • sideBar.background#222222
  • sideBar.border#111111
  • sideBar.foreground#c5c8c6
  • sideBarSectionHeader.background#111111
  • sideBarTitle.foreground#c5c8c6
  • statusBar.background#202225
  • statusBar.debuggingBackground#cc342b
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#c5c8c6
  • statusBar.noFolderBackground#202225
  • statusBar.noFolderForeground#c5c8c6
  • tab.activeBackground#111111
  • tab.activeForeground#c5c8c6
  • tab.border#111111
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#666666
  • terminal.background#000000
  • terminal.border#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#969896
constant, variable.language, variable.other.readwrite, variable.parameter#5371d3
keyword, storage.modifier, storage.type#f78141
string, punctuation.definition.string#ffffff
support, entity.name, entity.name.function, entity.name.class, entity.name.type#ffec89
Dark Toucan Theme by skvggor - VS Code Theme