Skip to content
| Marketplace
Sign in
Visual Studio Code>Visualization>Syntax OutlineNew to Visual Studio Code? Get it now.
Syntax Outline

Syntax Outline

PenRomain

| (0) | Free
Outline editor text with each token's current syntax color and an optional inner fill.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Syntax Outline

Outline editor text with each token's current syntax color directly inside the VS Code editor.

Why

Syntax Outline keeps the active syntax color as the contour of each token and lets you optionally replace the inner fill. The result feels like stroked typography without replacing your theme.

Features

  • Styles all non-whitespace text in the active editor.
  • Uses the token's current syntax color as the outline.
  • Lets you override the inner fill color with a single setting.

Settings

{
  "syntaxOutline.fillColor": "rgba(12, 18, 31, 0.96)"
}

Set syntaxOutline.fillColor to a hex, rgb, hsl, or rgba value if you want a custom inner color:

{
  "syntaxOutline.fillColor": "rgba(12, 18, 31, 0.96)"
}

Limits

  • This extension uses TextEditorDecorationType, not a custom text renderer.
  • The effect is applied to all non-whitespace text segments, including comments and strings.
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft