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#202020
  • activityBar.border#2b2b2b
  • button.background#00ffcc
  • button.foreground#1a1a1a
  • contrastActiveBorder#2b2b2b
  • contrastBorder#2b2b2b
  • debugIcon.breakpointForeground#00ffcc
  • debugIcon.startForeground#00ffcc
  • editor.background#1a1a1a
  • editor.foreground#e0e0e0
  • editor.lineHighlightBackground#222222
  • editor.selectionBackground#333333
  • editor.selectionHighlightBackground#2b2b2b
  • editor.wordHighlightBackground#242424
  • editorCursor.foreground#00ffcc
  • editorGroup.border#2b2b2b
  • editorGutter.addedBackground#252525
  • editorGutter.background#1a1a1a
  • editorGutter.deletedBackground#252525
  • editorGutter.modifiedBackground#252525
  • editorIndentGuide.activeBackground#00ffcc
  • editorIndentGuide.background#3a3a3a
  • editorRuler.foreground#2b2b2b
  • editorWhitespace.foreground#3a3a3a
  • focusBorder#2b2b2b
  • icon.foreground#00ffcc
  • panel.border#2b2b2b
  • sideBar.background#202020
  • sideBar.border#2b2b2b
  • statusBar.background#2d2d2d
  • statusBar.border#2b2b2b
  • statusBar.foreground#e0e0e0
  • tab.activeBorder#2b2b2b
  • tab.inactiveBorder#2b2b2b
  • titleBar.activeBackground#1a1a1a
  • titleBar.activeForeground#e0e0e0
  • titleBar.border#2b2b2b

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type, support.type, meta.type, variable.other#c792eaitalic
comment#7f8c8ditalic
keyword#ff9f1cbold
variable#e0e0e0—
string#80ffea—
constant.numeric#f78c6c—
constant.language#ff6188—
support.function#89ddffbold
punctuation#e0e0e0—