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.activeBorder#a0a0a0
  • activityBar.background#0a0a0a
  • activityBar.foreground#d8d8d8
  • activityBar.inactiveForeground#606060
  • activityBarBadge.background#808080
  • activityBarBadge.foreground#000000
  • editor.background#0f0f0f
  • editor.foreground#d8d8d8
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#333333
  • editorCursor.foreground#a0a0a0
  • editorError.foreground#ff5555
  • editorHint.foreground#a0a0a0
  • editorInfo.foreground#5599ff
  • editorWarning.foreground#ffaa00
  • list.activeSelectionBackground#333333
  • list.activeSelectionForeground#d8d8d8
  • list.errorForeground#ff5555
  • list.warningForeground#ffaa00
  • sideBar.background#0f0f0f
  • sideBar.border#1a1a1a
  • sideBar.foreground#d8d8d8
  • sideBarSectionHeader.background#1a1a1a
  • sideBarSectionHeader.foreground#d8d8d8
  • sideBarTitle.foreground#c0c0c0
  • statusBar.background#0a0a0a
  • statusBar.border#1a1a1a
  • statusBar.debuggingBackground#808080
  • statusBar.debuggingForeground#ffffff
  • statusBar.foreground#d8d8d8
  • statusBarItem.remoteBackground#808080
  • statusBarItem.remoteForeground#ffffff
  • tab.activeBackground#1a1a1a
  • tab.activeBorderTop#a0a0a0
  • tab.activeForeground#d8d8d8
  • tab.inactiveBackground#0f0f0f
  • tab.inactiveForeground#606060
  • titleBar.activeBackground#0a0a0a
  • titleBar.activeForeground#d8d8d8
  • titleBar.inactiveBackground#0a0a0a
  • titleBar.inactiveForeground#606060

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#505050italic
keyword, keyword.control, storage.modifier#a0a0a0bold
string, constant.other.symbol#b8b8b8
entity.name.function, support.function#c0c0c0
entity.name.class, entity.name.type, support.class#e0e0e0bold