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#ECECEC
  • activityBar.foreground#F067EB
  • activityBarBadge.background#D77AD4
  • activityBarBadge.foreground#000000
  • editor.background#ECECEC
  • editor.foreground#12121A
  • editor.lineHighlightBackground#E4E4EE
  • editor.selectionBackground#E6CFE7
  • editorCursor.foreground#F067EB
  • focusBorder#F067EB
  • sideBar.background#E4E4EE
  • sideBar.foreground#12121A
  • statusBar.background#ECECEC
  • statusBar.foreground#D77AD4
  • titleBar.activeBackground#E4E4EE
  • titleBar.activeForeground#F067EB

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment, punctuation.definition.comment#7B7B8Aitalic
keyword, storage, storage.type#F067EBbold
string#679EFE
variable, identifier#12121A
entity.name.function, support.function#7FA9F8
constant.numeric, constant.language.boolean#D77AD4
type, entity.name.type#F067EB
invalid, invalid.deprecated#FF5C8A