A Visual Studio Code extension that adds interactive color picker support for Paradox Interactive game files (Hearts of Iron IV, Europa Universalis IV, Crusader Kings III, Stellaris, etc.).
Features
Multiple Color Format Support:
rgb { 72 148 53 } - Standard RGB format
RGB { 255 0 0 } - Uppercase RGB
hsv { 120 0.50 0.75 } - HSV format with automatic conversion
color = { 128 128 128 } - Direct color assignment
Interactive Color Picker: Click on any color square to open VS Code's native color picker
Format Preservation: When you change a color, it maintains the original format (RGB stays RGB, HSV stays HSV)
Works with paradox-highlight: Fully compatible with the paradox-highlight syntax extension