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#191970
  • activityBar.foreground#FFD700
  • activityBar.inactiveForeground#6A5ACD
  • button.background#4B0082
  • button.foreground#F0F8FF
  • contrastActiveBorder#FFD700
  • contrastBorder#4B0082
  • descriptionForeground#E6E6FA
  • editor.background#191970
  • editor.foreground#F0F8FF
  • editor.lineHighlightBackground#2E2E8B
  • editor.lineHighlightBorder#483D8B
  • editor.selectionBackground#4B0082
  • editor.selectionForeground#F0F8FF
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#9370DB
  • editorWhitespace.foreground#6A5ACD
  • errorForeground#FF0000
  • focusBorder#483D8B
  • foreground#F0F8FF
  • input.background#2E2E8B
  • input.border#483D8B
  • input.foreground#F0F8FF
  • panel.background#191970
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#E6E6FA
  • selection.background#4B0082
  • sideBar.background#191970
  • sideBar.foreground#E6E6FA
  • statusBar.background#4B0082
  • statusBar.foreground#F0F8FF
  • tab.activeBackground#4B0082
  • tab.activeForeground#F0F8FF
  • tab.inactiveBackground#191970
  • tab.inactiveForeground#6A5ACD
  • terminal.background#191970
  • terminal.foreground#F0F8FF
  • textLink.foreground#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type#9370DBitalic
comment#6A5ACDitalic
keyword#FFD700bold
string#E6E6FA
constant.numeric#B0E0E6