| Summary: | Add checkbox(es) for Prefer Dark Variant (and Button Order) | ||
|---|---|---|---|
| Product: | [Unmaintained] kde-gtk-config | Reporter: | J Janz <kde> |
| Component: | general | Assignee: | Manuel Tortosa <manutortosa> |
| Status: | RESOLVED FIXED | ||
| Severity: | wishlist | CC: | aleixpol, schro.sb |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| URL: | https://bugs.kde.org/show_bug.cgi?id=342320 | ||
| Latest Commit: | https://commits.kde.org/kde-gtk-config/2155e62af5a8466ea9632d01e16a08d8b40f7ba8 | Version Fixed/Implemented In: | |
| Sentry Crash Report: | |||
| Attachments: | Patch that adds a "Prefer Dark GTK3 Theme" checkbox | ||
|
Description
J Janz
2015-04-22 12:59:48 UTC
Created attachment 106082 [details]
Patch that adds a "Prefer Dark GTK3 Theme" checkbox
I've written a patch that adds a checkbox to enable and disable the dark theme variant.
As the GTK setting clearly says "prefer", hiding this option when the selected theme does not supply a dark variant seems unnecessary.
Thanks a lot for the patch! Pushing, seems to work, I'm not sure how dark variants work in GTK though. Please next time upload your patch to phabricator.kde.org. Git commit 2155e62af5a8466ea9632d01e16a08d8b40f7ba8 by Aleix Pol, on behalf of Sebastian Schmidt. Committed on 15/06/2017 at 12:21. Pushed by apol into branch 'master'. Add a checkbox to enable dark GTK3 Themes M +15 -1 src/appearancegtk3.cpp M +2 -0 src/appearancegtk3.h M +2 -0 src/appearencegtk.cpp M +2 -0 src/appearencegtk.h M +5 -0 src/gtkconfigkcmodule.cpp M +16 -2 src/ui/gui.ui https://commits.kde.org/kde-gtk-config/2155e62af5a8466ea9632d01e16a08d8b40f7ba8 |