MSS icon indicating copy to clipboard operation
MSS copied to clipboard

feat: added an amount of good to destinguish colors #2143

Open AryanBakliwal opened this issue 11 months ago • 3 comments

Purpose of PR?: To add good to distinguish colors

Fixes #2143

The predefined color swatches in QColorDialog are typically determined by the system's color scheme or the default color palette. Unfortunately, PyQt5's QColorDialog does not provide a direct method to modify these predefined color swatches. I created a custom dialog that mimics the behavior of the QColorDialog to customize the color swatches.

Previous dialog image

New dialog image

AryanBakliwal avatar Mar 03 '24 20:03 AryanBakliwal