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#241A38
  • activityBar.foreground#F2E9F5
  • activityBarBadge.background#F3AAC1
  • activityBarBadge.foreground#1B1329
  • badge.background#C6A2D6
  • badge.foreground#1B1329
  • button.background#9FC3EA
  • button.foreground#1B1329
  • editor.background#1B1329
  • editor.foreground#F2E9F5
  • editor.selectionBackground#9FC3EA55
  • editorCursor.foreground#F3AAC1
  • editorLineNumber.foreground#6E5A85
  • focusBorder#C6A2D6
  • progressBar.background#F3AAC1
  • sideBar.background#20172E
  • sideBar.foreground#E4D6EC
  • statusBar.background#2A1E40
  • statusBar.foreground#F2E9F5
  • tab.activeBackground#3A2A54
  • tab.activeBorderTop#9FC3EA
  • tab.activeForeground#FFFFFF
  • tab.border#2A1E40
  • tab.inactiveBackground#241A38
  • titleBar.activeBackground#20172E
  • titleBar.activeForeground#F2E9F5

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6E5A85italic
string#F3AAC1
constant.numeric#9FC3EA
keyword, storage.type#C6A2D6
entity.name.function#F2E9F5
variable#E4D6EC