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#101512
  • activityBar.foreground#A8DFA8
  • activityBar.inactiveForeground#6F9F6F
  • editor.background#101512
  • editor.foreground#D6EFD6
  • editor.inactiveSelectionBackground#1C2620
  • editor.lineHighlightBackground#1A221D
  • editor.selectionBackground#243026
  • editorCursor.foreground#8FCF8F
  • panel.background#101512
  • sideBar.background#121814
  • sideBar.border#1C2620
  • sideBar.foreground#B7E3B7
  • statusBar.background#121814
  • statusBar.foreground#A8DFA8
  • terminal.ansiBlack#1C1C1C
  • terminal.ansiBlue#7FAFD4
  • terminal.ansiCyan#7FCFCF
  • terminal.ansiGreen#8FCF8F
  • terminal.ansiMagenta#B39DDB
  • terminal.ansiRed#C96A6A
  • terminal.ansiWhite#E0E0E0
  • terminal.ansiYellow#CFCF8F
  • terminal.background#101512
  • terminal.foreground#D6EFD6
  • titleBar.activeBackground#121814
  • titleBar.activeForeground#B7E3B7

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#6F9F6Fitalic
string#A8DFA8
keyword#8FCF8Fbold
entity.name.function#B7E3B7
variable#D6EFD6
constant.numeric#CFCF8F
entity.name.type#9FD0AF