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#1c1c22
  • activityBarBadge.background#ff79c6
  • activityBarBadge.foreground#ffffff
  • editor.background#1e1f24
  • editor.foreground#EDEDED
  • editor.inactiveSelectionBackground#3e4451aa
  • editor.lineHighlightBackground#2a2b31
  • editor.selectionBackground#3e4451
  • editorCursor.foreground#F07178
  • editorLineNumber.foreground#5c5c5c
  • sideBar.background#1c1c22
  • sideBar.foreground#c0c0c0
  • statusBar.background#1a1a1f
  • statusBar.foreground#c0c0c0
  • tab.activeBackground#2b2b33
  • tab.activeForeground#ffffff
  • tab.inactiveBackground#1e1f24
  • tab.inactiveForeground#888

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
keyword, storage#ff79c6
variable#f8f8f2
constant#bd93f9
comment#6272a4italic
string#f1fa8c
entity.name.function#50fa7b