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#0D1110
  • activityBar.foreground#9FD89F
  • activityBar.inactiveForeground#5F8F5F
  • editor.background#0D1110
  • editor.foreground#CFE8CF
  • editor.inactiveSelectionBackground#18241D
  • editor.lineHighlightBackground#16201A
  • editor.selectionBackground#1F2D24
  • editorCursor.foreground#7FBF7F
  • panel.background#0D1110
  • sideBar.background#0F1412
  • sideBar.border#1A221D
  • sideBar.foreground#A8D5A2
  • statusBar.background#0F1412
  • statusBar.foreground#9FD89F
  • terminal.ansiBlack#1A1A1A
  • terminal.ansiBlue#6CA0DC
  • terminal.ansiCyan#6FBFBF
  • terminal.ansiGreen#7FBF7F
  • terminal.ansiMagenta#B084D6
  • terminal.ansiRed#D16969
  • terminal.ansiWhite#D4D4D4
  • terminal.ansiYellow#C5C56A
  • terminal.background#0D1110
  • terminal.foreground#CFE8CF
  • titleBar.activeBackground#0F1412
  • titleBar.activeForeground#A8D5A2

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5F8F5Fitalic
string#9FD89F—
keyword#7FBF7Fbold
entity.name.function#A8D5A2—
variable#CFE8CF—
constant.numeric#C5C56A—
entity.name.type#8FBF9F—