-
Notifications
You must be signed in to change notification settings - Fork 114
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Enhancement] Default custom colors #151
Comments
I agree! I think it's a good idea. Even an option (a toolbar or a button with an ink-bottle icon or something) with default set of colors would be great (or create another one). So in one click you choose if you want it with white nodes and gray background, x-color nodes or y-color background, or so on. Currently the toolbar is functional but something tedious if you try several colors, mainly because the selection of colors are somewhat confusing (as for custom colors) and the basic colors are somewhat strong. |
Ok, as seems to be doable with QColorDialog. |
Seems that for example Ubuntu 20.04 shows a different and more simple color dialog than other systems. The system color dialog can be disabled, but not sure if that's an improvement. |
- Harmonizes color picker dialog between platforms
- Harmonizes color picker dialog between platforms
Fixed in 6eb4ca2. This can be now more easily further improved. Thanks! |
Wow, looks cool, thanks! |
Set the default 16 colors in the color picker to some predefined values (right now they're all white), to make the workflow easier.
We can use colors from one of the popular palettes:
https://lospec.com/palette-list/island-joy-16 (I like this one, the colors are not too intense)
or https://lospec.com/palette-list/sweetie-16
Related: https://doc.qt.io/qt-5/qcolordialog.html#setCustomColor
The text was updated successfully, but these errors were encountered: