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#ff0000
  • editor.background#000000
  • editor.foreground#ffffff
  • editor.lineHighlightBackground#1a1a1a
  • editor.selectionBackground#ff000040
  • editorCursor.foreground#ff0000
  • editorGutter.addedBackground#000000
  • editorGutter.background#000000
  • editorGutter.deletedBackground#000000
  • editorGutter.modifiedBackground#000000
  • editorLineNumber.activeForeground#ff0000
  • editorLineNumber.foreground#666666
  • editorWhitespace.foreground#404040
  • sideBar.background#000000
  • sideBar.foreground#ffffff
  • statusBar.background#ff0000
  • statusBar.debuggingBackground#ff0000
  • statusBar.foreground#ffffff
  • statusBar.noFolderBackground#ff0000
  • tab.activeBackground#1a1a1a
  • tab.activeBorder#ff0000
  • tab.activeBorderTop#ff0000
  • 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#ff0000
keyword#ff0000
entity.name.function#ffffff
variable#ffffff
constant.numeric#ff0000
entity.name.type, storage.type#ffffff
keyword.operator#ff0000
punctuation#ffffff