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.activeBorder#E03C31
  • activityBar.background#121212
  • activityBar.foreground#FFB81C
  • activityBar.inactiveForeground#666666
  • activityBarBadge.background#007749
  • activityBarBadge.foreground#FFFFFF
  • editor.background#1E1E1E
  • editor.foreground#ECEFF1
  • editor.lineHighlightBackground#FFFFFF05
  • editor.selectionBackground#00774933
  • editorCursor.foreground#FFB81C
  • editorGroupHeader.tabsBackground#1A1A1A
  • editorLineNumber.activeForeground#FFB81C
  • editorLineNumber.foreground#455A64
  • focusBorder#FFB81C
  • foreground#ECEFF1
  • selection.background#00774944
  • sideBar.background#1A1A1A
  • sideBar.border#121212
  • sideBar.foreground#BDBDBD
  • sideBarTitle.foreground#FFB81C
  • statusBar.background#001489
  • statusBar.foreground#FFFFFF
  • tab.activeBackground#1E1E1E
  • tab.activeForeground#FFB81C
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#757575
  • titleBar.activeBackground#121212
  • titleBar.activeForeground#ECEFF1

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
comment#78909Citalic
keyword, storage.type#E03C31bold
string#FFB81C
entity.name.function#007749
variable#ECEFF1
constant.numeric#FFFFFF
support.type, entity.name.type#001489