Hello If one uses the Breeze color scheme and Breeze icon theme in Plasma and wants to use a dark color scheme in digiKam, one finds that this is not possible, because digiKam doesn't allow one to choose an icon theme, leading to this: http://i.imgur.com/l6oNjFA.png http://i.imgur.com/mGjH6R1.png It is standard that photography software use a neutral dark theme. If digiKam intends on letting users choose themes themselves, it should also let them choose icon themes so that they can match the two. Otherwise just hard-code a dark color scheme with a matching icon theme. Reproducible: Always
there is a possibility to change the colors for the monochrome icons. plasma did it so I add marco martin and hope we can find a good solution for the kde applications in general.
Git commit 0c99bd8e2cff68829cddab7b4b399fe46f01b05d by Maik Qualmann. Committed on 14/02/2016 at 17:38. Pushed by mqualmann into branch 'master'. makes the Breeze icon theme selectable in setup from digiKam Related: bug 359108 FIXED-IN: 5.0.0 M +2 -1 NEWS M +6 -0 app/main/main.cpp M +2 -0 libs/settings/applicationsettings.cpp M +3 -0 libs/settings/applicationsettings.h M +10 -0 libs/settings/applicationsettings_miscs.cpp M +2 -0 libs/settings/applicationsettings_p.cpp M +2 -0 libs/settings/applicationsettings_p.h M +39 -1 utilities/setup/setupmisc.cpp http://commits.kde.org/digikam/0c99bd8e2cff68829cddab7b4b399fe46f01b05d
Note: Only The Breeze or Breeze Dark icon theme is selectable if it is found. Only the Breeze icon theme has all the symbols needed for digiKam. Maik