Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>Markdown ColorfulNew to Visual Studio Code? Get it now.
Markdown Colorful

Markdown Colorful

Kiran Joshy

|
1 install
| (0) | Free
A vibrant, color-coded Markdown preview with switchable palettes.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

Markdown Colorful

A vibrant, color-coded Markdown preview for VS Code. Headings, links, bold/italic text, blockquotes, tables, task lists, and GitHub-style callouts all get distinct colors instead of the default black-and-white preview — with 10 switchable palettes, including several based on well-known editor themes.

Demo

Features

  • 10 palettes, including a classic no-op mode that leaves VS Code's stock preview untouched
  • Every palette is theme-aware — colors are tuned separately for light and dark VS Code themes so nothing washes out or disappears
  • GitHub-style callouts — > [!NOTE], [!TIP], [!IMPORTANT], [!WARNING], [!CAUTION] render as colored, icon-labeled boxes
  • Colored headings, links, bold/italic, strikethrough, blockquotes, tables, horizontal rules, and task-list checkboxes
  • Standalone screenshots get rounded corners and a subtle shadow; inline badge rows (shields.io-style) are left alone
  • Instant palette switching via a command — no reload required

Palette gallery

Palette Preview Notes
ocean (default) Ocean palette Cool blues/teals, calm and low-contrast
sunset Sunset palette Warm oranges/pinks, muted purple accents
forest Forest palette Greens/browns, earthy and easy on the eyes
dracula Dracula palette Purple/pink/cyan on muted gray-blue
nord Nord palette Arctic blues and frost tones
monokai Monokai palette Pink/orange/yellow/green, high contrast
tokyo-night Tokyo Night palette Blues/purples with pink and orange accents
catppuccin Catppuccin palette Soft pastel red/peach/green/blue/mauve (Mocha)
gruvbox Gruvbox palette Warm retro reds/oranges/yellows/greens
contrast Contrast palette Vivid, high-contrast, built for accessibility
classic — No styling — the default VS Code preview

Installation

From the Marketplace (once published):

  1. Open the Extensions view in VS Code (Ctrl+Shift+X)
  2. Search for "Markdown Colorful"
  3. Click Install

From a .vsix file:

code --install-extension markdown-colorful-0.0.1.vsix

Usage

  1. Open any Markdown file and show the preview (Ctrl+Shift+V)
  2. Run "Markdown Colorful: Select Palette" from the Command Palette (Ctrl+Shift+P) and pick a palette
  3. The preview updates immediately — no reload needed

Configuration

Setting Type Default Description
markdownColorful.palette string "ocean" Palette used in the Markdown preview. One of: classic, sunset, ocean, forest, dracula, nord, monokai, contrast, tokyo-night, catppuccin, gruvbox

You can also set this directly in settings.json:

{
  "markdownColorful.palette": "ocean"
}

Callouts

GitHub-style alert syntax is supported and rendered with color + icon, regardless of palette:

> [!NOTE]
> Useful information the user should know.

> [!TIP]
> Optional helpful advice.

> [!IMPORTANT]
> Key information needed to achieve a goal.

> [!WARNING]
> Urgent info needing immediate attention.

> [!CAUTION]
> Risks or negative outcomes of an action.

License

MIT

  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2026 Microsoft