You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am attempting to use a darker theme for the knobs, but the highlight color is hard coded to white, which presents problems with several colors. Instead I would prefer it be set to be relative to the foreground color of the knob: 35-50% lighter and 20-30% desaturated. This should dramatically improve the appearance of dark theming.
I would submit a pull request but I am not yet familiar enough with Qt (or C++, I am a Java programmer). How would you go about doing this? I may be able to figure it out with some guidance.
The text was updated successfully, but these errors were encountered:
QtKnobs/QtKnobs/styles/needlestyle.cpp
Lines 96 to 99 in fd02a98
I am attempting to use a darker theme for the knobs, but the highlight color is hard coded to white, which presents problems with several colors. Instead I would prefer it be set to be relative to the foreground color of the knob: 35-50% lighter and 20-30% desaturated. This should dramatically improve the appearance of dark theming.
I would submit a pull request but I am not yet familiar enough with Qt (or C++, I am a Java programmer). How would you go about doing this? I may be able to figure it out with some guidance.
The text was updated successfully, but these errors were encountered: