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#0F1115
  • activityBar.foreground#B6BEC9
  • activityBar.inactiveForeground#6B7280
  • editor.background#0F1115
  • editor.foreground#D4D7DD
  • editor.inactiveSelectionBackground#20242D
  • editor.lineHighlightBackground#181C23
  • editor.selectionBackground#2A2F3A
  • editorCursor.foreground#9AA4B2
  • panel.background#0F1115
  • sideBar.background#141821
  • sideBar.border#232734
  • sideBar.foreground#C9CED6
  • statusBar.background#141821
  • statusBar.foreground#B6BEC9
  • terminal.ansiBlack#1C2028
  • terminal.ansiBlue#6B7280
  • terminal.ansiCyan#AAB2BF
  • terminal.ansiGreen#9AA4B2
  • terminal.ansiMagenta#7C8596
  • terminal.ansiRed#8A94A6
  • terminal.ansiWhite#D4D7DD
  • terminal.ansiYellow#B6BEC9
  • terminal.background#0F1115
  • terminal.foreground#D4D7DD
  • titleBar.activeBackground#141821
  • titleBar.activeForeground#C9CED6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6B7280italic
string#9AA4B2
keyword#B6BEC9bold
entity.name.function#AAB2BF
variable#D4D7DD
constant.numeric#C9CED6
entity.name.type#B6BEC9