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.

  • editor.background#F5F5F5
  • editor.foreground#000000
  • editor.lineHighlightBackground#F0F0F0
  • editor.selectionBackground#E1E1E1
  • editorCursor.foreground#000000
  • editorSuggestWidget.background#FFFFFF
  • editorSuggestWidget.selectedBackground#E1E1E1
  • editorWhitespace.foreground#CCCCCC
  • list.activeSelectionBackground#E1E1E1
  • list.hoverBackground#F0F0F0
  • statusBar.background#FFFFFF
  • statusBar.foreground#000000
  • tab.activeBackground#FFFFFF
  • tab.activeBorder#007AFF
  • tab.inactiveBackground#F5F5F5
  • titleBar.activeBackground#FFFFFF
  • titleBar.activeForeground#000000

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#008000
string, punctuation.definition.string#C41A16
keyword, storage.type#AA0D91
constant.numeric#1C00CF
support.type#007AFF