gavv / tagberry

Tag-oriented Qt5 desktop calendar, task manager, and todo list.
GNU General Public License v2.0
16 stars 2 forks source link

Dark theme support #13

Open dshil opened 5 years ago

dshil commented 5 years ago

Is it possible to configure colors somehow? For the default KDE theme it is impossible to read the title of the task.

image

dshil commented 5 years ago

But after restarting the app it looks fine :)

image

gavv commented 5 years ago

Currently colors can't be configured. There is also no support for dark themes yet.

There is an issue to make tag colors configurable: #6.

As for font & background colors, I think instead of making them configurable we should detect the dark theme and adjust the colors automatically. It would be simple and convenient.

dshil commented 5 years ago

I think instead of making them configurable we should detect the dark theme and adjust the colors automatically. It would be simple and convenient.

Agree.

Should I close the issue and later you will refer to it in the issue related to the dark theme support?

gavv commented 5 years ago

Let's just rename this one.

gavv commented 4 years ago

All colors are now defined in models::ColorScheme. To resolve this issue, we should somehow detect system theme colors and use them here. Or maybe just detect that we're running on a dark theme and switch to a darker color scheme.

dshil commented 4 years ago

Hi @gavv, just tried tagberry one more time and now it seems that we have too light fonts for text, look at the screenshot below please:

image