Luwx / Lightly

A modern style for qt applications.
Other
1.53k stars 101 forks source link

Untoggled checkmarks are impossible to see on dark themes #163

Open domglusk opened 2 years ago

domglusk commented 2 years ago

I can't find any dark color schemes that make the checkboxes seeable. Maybe an outline around them would make them visable?

jonhteper commented 2 years ago

You can write your self color scheme. You can base in this color schemes. Are not perfects, but every elements are entire visible

domglusk commented 2 years ago

Oh cool thanks!

Luwx commented 2 years ago

Checkmarks should have the same background color as buttons, so the visibility depends on the color scheme. There is an issue, however, that is specially visible in the qml parts of system settings, where the ckeckmarks and radiobuttons do not have any background.

domglusk commented 2 years ago

Is there any plans on a dark theme compatability?

Sent via the Samsung Galaxy S21 5G, an AT&T 5G smartphone Get Outlook for Androidhttps://aka.ms/AAb9ysg


From: Luwx @.> Sent: Wednesday, April 13, 2022 3:37:54 PM To: Luwx/Lightly @.> Cc: TheKarion @.>; Author @.> Subject: Re: [Luwx/Lightly] Untoggled checkmarks are impossible to see on dark themes (Issue #163)

Checkmarks should have the same background color as buttons, so the visibility depends on the color scheme. There is an issue, however, that is specially visible in the qml parts of system settings, where the ckeckmarks and radiobuttons do not have any background.

— Reply to this email directly, view it on GitHubhttps://github.com/Luwx/Lightly/issues/163#issuecomment-1098464939, or unsubscribehttps://github.com/notifications/unsubscribe-auth/APONY2O4G5T5X54CKW7A6ATVE4WCFANCNFSM5R7WM6BA. You are receiving this because you authored the thread.Message ID: @.***>

domglusk commented 2 years ago

Kvantum is also having an issue concerning QML, is there a specific reason why qml doesnt play nice with anything?

Luwx commented 2 years ago

The issue is also present with light color schemes, it is just not that noticeable.

The reason why Lightly or Kvantum doesn't go well with QML has less to do with QML and more with the bridge (qqc2-desktop-style) between it and the QStyle, which apparently was not design very well to work with anything besides the default theme.