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#070B08
  • activityBar.foreground#7CFF6B
  • activityBar.inactiveForeground#4EA85A
  • editor.background#070B08
  • editor.foreground#E6F3EA
  • editor.inactiveSelectionBackground#13261C
  • editor.lineHighlightBackground#101A13
  • editor.selectionBackground#1A3324
  • editorCursor.foreground#7CFF6B
  • panel.background#070B08
  • sideBar.background#0D1410
  • sideBar.border#1A3324
  • sideBar.foreground#CFE6D6
  • statusBar.background#0D1410
  • statusBar.foreground#7CFF6B
  • terminal.ansiBlack#122016
  • terminal.ansiBlue#3B6B4A
  • terminal.ansiCyan#66FFB5
  • terminal.ansiGreen#7CFF6B
  • terminal.ansiMagenta#6BBF7C
  • terminal.ansiRed#B86B3C
  • terminal.ansiWhite#E6F3EA
  • terminal.ansiYellow#C2B280
  • terminal.background#070B08
  • terminal.foreground#E6F3EA
  • titleBar.activeBackground#0D1410
  • titleBar.activeForeground#CFE6D6

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#5B7A66italic
string#7CFF6B—
keyword#66FFB5bold
entity.name.function#A3FFCF—
variable#E6F3EA—
constant.numeric#C2B280—
entity.name.type#6BBF7C—