Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>markdown-table-rainbowNew to Visual Studio Code? Get it now.

markdown-table-rainbow

yoshi389111

|
6 installs
| (0) | Free
Color each column of the markdown table.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

markdown-table-rainbow

A extension that colorizes table columns in Markdown for clarity.

Features

This extension colors by columns in markdown tables.

screenshot

Extension Settings

You can use it without any setting. However, you can also change:

  // Delay time in milliseconds before updating colors.
  // Smaller values will color faster, but will increase processing cost.
  "markdownTableRainbow.updateDelay": 500,
  // An array of color strings (hex, rgba, rgb) for each column.
  // You can specify any number of colors. used cyclically.
  "markdownTableRainbow.colors": [
    "rgba(79,236,236,0.1)",
    "rgba(255,255,63,0.1)",
    "rgba(127,255,127,0.1)",
    "rgba(255,127,255,0.1)"
  ]
  • Contact us
  • Jobs
  • Privacy
  • Terms of use
  • Trademarks
© 2023 Microsoft