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#1a1a1a
  • activityBar.foreground#ff0000
  • activityBarBadge.background#ff0000
  • activityBarBadge.foreground#ffffff
  • badge.background#ff0000
  • badge.foreground#ffffff
  • dropdown.background#1a1a1a
  • dropdown.border#ff0000
  • editor.background#0a0a0a
  • editor.foreground#ffffff
  • editor.inactiveSelectionBackground#ff000020
  • editor.lineHighlightBackground#111111
  • editor.selectionBackground#ff000050
  • editorCursor.foreground#ff0000
  • editorIndentGuide.background#2a2a2a
  • editorLineNumber.foreground#4d4d4d
  • list.activeSelectionBackground#ff000033
  • list.activeSelectionForeground#ffffff
  • list.inactiveSelectionBackgroundff000020
  • scrollbarSlider.hoverBackground#ff0000
  • sideBar.background#101010
  • sideBar.foreground#ffffff
  • statusBar.background#0a0a0a
  • statusBar.border#ff0000
  • statusBar.foreground#ffffff
  • statusBarItem.prominentBackground#ff0000
  • tab.activeBackground#1a1a1a
  • tab.activeBorder#ff0000
  • tab.activeBorderTop#ff0000
  • tab.inactiveBackground#0a0a0a
  • titleBar.activeBackground#1a1a1a
  • titlebar.inactiveBackground#0a0a0a
  • tree.indentGuidesStroke#ff0000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#666666italic
keyword#ff0000bold
string#ffd700—
variable, identifier#d0d0d0—
function, entity.name.function#ffffff—
invalid, invalid.illegal#ff3333underline
entity.name.type, support.type#ff0000—
constant.numeric, constant.language#ff8080—