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#1A1A1A
  • activityBar.foreground#4682B4
  • activityBar.inactiveForeground#696969
  • button.background#2F4F4F
  • button.foreground#F5F5DC
  • contrastActiveBorder#FFD700
  • contrastBorder#2F4F4F
  • descriptionForeground#D3D3D3
  • editor.background#1A1A1A
  • editor.foreground#F5F5DC
  • editor.lineHighlightBackground#2F2F2F
  • editor.lineHighlightBorder#4682B4
  • editor.selectionBackground#2F4F4F
  • editor.selectionForeground#F5F5DC
  • editorCursor.foreground#FFD700
  • editorLineNumber.activeForeground#FFD700
  • editorLineNumber.foreground#A9A9A9
  • editorWhitespace.foreground#696969
  • errorForeground#FF4500
  • focusBorder#4682B4
  • foreground#F5F5DC
  • input.background#2F2F2F
  • input.border#4682B4
  • input.foreground#F5F5DC
  • panel.background#1A1A1A
  • panelTitle.activeForeground#FFD700
  • panelTitle.inactiveForeground#D3D3D3
  • selection.background#2F4F4F
  • sideBar.background#1A1A1A
  • sideBar.foreground#D3D3D3
  • statusBar.background#2F4F4F
  • statusBar.foreground#F5F5DC
  • tab.activeBackground#2F4F4F
  • tab.activeForeground#F5F5DC
  • tab.inactiveBackground#1A1A1A
  • tab.inactiveForeground#696969
  • terminal.background#1A1A1A
  • terminal.foreground#F5F5DC
  • textLink.foreground#FFD700

tokenColors

TextMate scopes and font styles (syntax highlighting rules).

scopeforegroundfontStyle
entity.name.type, storage.type#4682B4italic
comment#696969italic
keyword#FFD700bold
string#DDA0DD
constant.numeric#F0E68C