dragotin / kraft

Kraft helps to handle your daily quotes and invoices in your small business.
http://volle-kraft-voraus.de
GNU General Public License v2.0
55 stars 17 forks source link

Icons are not dark-mode ready #228

Open bitigchi opened 3 months ago

bitigchi commented 3 months ago

See screenshot:

Ekran Görüntüsü_20240321_165907

Latest master.

Dan-Sun commented 3 months ago

The icons are not so bad, but adding something from the catalogs is quite tricky.

There is a similar issue here - https://github.com/dragotin/kraft/issues/84#issuecomment-2021840642

Edit: kraft-dark_mode

dragotin commented 3 months ago

This summarizes what has to be done for icon sets for bright and dark theme: https://openapplibrary.org/dev-tutorials/qt-icon-themes

I leave that for somebody who wants to contribute to Kraft as a good beginner job. The icons have to be converted to bright color (or can that be done programmatically with SVG?) and added as an alternative theme to the app.

So far, Kraft needs to be run in bright mode. The question remains how to run a single app like kraft in bright mode while the desktop is in dark mode. That would be a workaround.