Skip to content
| Marketplace
Sign in
Visual Studio Code>Other>SVG ManaNew to Visual Studio Code? Get it now.
SVG Mana

SVG Mana

Alii

|
14 installs
| (0) | Free
A VS Code extension that replaces SVG colors with currentColor.
Installation
Launch VS Code Quick Open (Ctrl+P), paste the following command, and press enter.
Copied to clipboard
More Info

SVG CurrentColor Replacer

This VS Code extension transforms SVG to use currentColor instead of specific colors.

Features

  • Right-click on an open SVG file and select "Transform using svg mana".
  • Replaces intelligently fill and stroke colors with currentColor.
  • Works seamlessly within VS Code.

How to Use

  1. Open any .svg file in VS Code.
  2. Right-click inside the editor.
  3. Click "Transform using svg mana".
  4. The color values in the SVG will be updated.

Installation

To install from a .vsix file:

npm run compile
vsce package
code --install-extension svg-current-color-0.0.1.vsix

if vsce is not installed, run

npm install -g @vscode/vsce
  • Contact us
  • Jobs
  • Privacy
  • Manage cookies
  • Terms of use
  • Trademarks
© 2025 Microsoft