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#000000
  • activityBar.foreground#ffffff
  • activityBarBadge.background#800080
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#80008040
  • editorCursor.foreground#800080
  • editorGutter.addedBackground#000000
  • editorGutter.background#000000
  • editorGutter.deletedBackground#000000
  • editorGutter.modifiedBackground#000000
  • editorLineNumber.activeForeground#800080
  • editorLineNumber.foreground#666666
  • editorWhitespace.foreground#404040
  • sideBar.background#000000
  • sideBar.foreground#ffffff
  • statusBar.background#800080
  • statusBar.debuggingBackground#800080
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#800080
  • tab.activeBackground#1a1a1a
  • tab.activeBorder#800080
  • tab.activeBorderTop#800080
  • tab.activeForeground#ffffff
  • tab.border#000000
  • tab.inactiveBackground#000000
  • tab.inactiveForeground#ffffff99
  • titleBar.activeBackground#1a1a1a
  • titleBar.activeForeground#ffffff
  • titleBar.inactiveBackground#1a1a1a
  • titleBar.inactiveForeground#ffffff99

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666
string#800080
keyword#800080
entity.name.function#ffffff
variable#ffffff
constant.numeric#800080
entity.name.type, storage.type#ffffff
keyword.operator#800080
punctuation#ffffff