MSS
MSS copied to clipboard
feat: added an amount of good to destinguish colors #2143
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
New dialog