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#8FBC8F
  • activityBar.foreground#FFFFFF
  • activityBarBadge.background#4682B4
  • activityBarBadge.foreground#FFFFFF
  • editor.background#F0FFF0
  • editor.foreground#2E8B57
  • editor.lineHighlightBackground#E0EEE0
  • editor.selectionBackground#98FB98
  • editor.selectionForeground#2E8B57
  • editorCursor.foreground#000000
  • list.activeSelectionBackground#98FB98
  • list.activeSelectionForeground#2E8B57
  • list.hoverBackground#E0EEE0
  • sideBar.background#F5F5DC
  • sideBar.foreground#2E8B57
  • statusBar.background#8FBC8F
  • statusBar.foreground#FFFFFF
  • statusBarItem.hoverBackground#A9A9A9
  • terminal.background#F0FFF0
  • terminal.foreground#2E8B57
  • titleBar.activeBackground#F0FFF0
  • titleBar.activeForeground#2E8B57
  • titleBar.inactiveBackground#F0FFF0
  • titleBar.inactiveForeground#808080

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#A9A9A9
string#DAA520
constant.numeric#B8860B
keyword#4682B4
entity.name.function#20B2AA
entity.name.class#483D8B
variable#2E8B57
keyword.operator#4682B4
punctuation.separator, punctuation.definition#2E8B57