Skip to content

Derive highlight color from foreground knob color #7

@ColonelClink

Description

@ColonelClink

painter->restore();
painter->setBrush(Qt::white);
painter->drawEllipse(boundingRect().center(),w/d,w/d);

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions