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#081014
  • activityBar.foreground#5a93d6
  • activityBarBadge.background#3d84dc
  • activityBarBadge.foreground#081014
  • editor.background#0b1721
  • editor.foreground#d8e5f5
  • editor.lineHighlightBackground#101f2a
  • editor.selectionBackground#173244
  • editorCursor.foreground#6cb3ff
  • editorLineNumber.activeForeground#6cb3ff
  • editorLineNumber.foreground#2e465a
  • sideBar.background#0b1721
  • sideBar.foreground#b8c7dc
  • sideBarTitle.foreground#5a93d6
  • statusBar.background#081014
  • statusBar.foreground#5a93d6
  • tab.activeBackground#0b1721
  • tab.activeForeground#d8e5f5
  • tab.inactiveBackground#0b1721
  • tab.inactiveForeground#5a93d6
  • titleBar.activeBackground#081014
  • titleBar.activeForeground#5a93d6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#4f5f6bitalic
keyword, storage.type, storage.modifier#5a93d6bold
string, constant.other.symbol, constant.other.key#8a9ffc—
entity.name.function, meta.function-call, support.function#3d84dcbold
variable, string constant.other.placeholder#d8e5f5—
constant.numeric, constant.language#82b3d9—
entity.name.type, support.class, support.type#6cb3ffbold
keyword.operator, punctuation#4ec8f0—
invalid, invalid.illegal#ff6b7a—