Brings full support for GIMP color palette files (.gpl) to Visual Studio Code. Includes syntax highlighting, inline color previews, interactive color picker and TailwindCSS code generation.
🚀 Features
Syntax Highlighting: Clearly highlights RGB values, color names, and .gpl file metadata.
Inline Color Previews (Color Decorators): Displays real-time color swatches right next to your RGB values.
Interactive Color Editing: Use VS Code's native color picker tool to inspect and modify RGB colors seamlessly.
TailwindCSS Code Generation: Generate Theme variables and classNames directly from the palette files.
🛠️ Installation
Open Visual Studio Code.
Go to the Extensions view (Ctrl+Shift+X or Cmd+Shift+X).
Simply open any file with the .gpl extension (such as palette files exported from GIMP, Inkscape, or Krita) and the extension will activate automatically.
Example .gpl File
GIMP Palette
Name: My Custom Palette
Columns: 4
#
255 0 0 Red
0 255 0 Green
0 0 255 Blue