Bali10050/Darkly

Render toolbars with a different colour from the main window

tduck973564 opened this issue · 11 comments

image

This area should (optionally) use the same colour as the titlebar. Looks weird without it. I may be able to look at this at some point.

This is how it's done in Breeze:
image

This only affects QtWidgets apps

The color of the titlebar is definied by the colorscheme. You can change it any time you want.
Screenshot_20240926_174054

This is how it looks when you use the color scheme that I provided with the install:

Screenshot_20240926_174011

Also, the window decoration is now just a leftover, and I recommend using klassy until I make my own

image

Nope. Still the same in Dolphin. It only works in QtQuick applications, because they're barely being touched in the first place.

I have understanding problems, did you mean something like this?

Screenshot_20240926_182832

I have understanding problems, did you mean something like this?

Yes, but it should be the same as the titlebar (that could be a colour scheme thing). In any case it should be darker than the window colour.

image

Made a quick inkscape mockup

I'll add this to the ideas list, I tried changing some values around in lightlystyle.cpp, but none of them seem to have an effect on that part, it might need some code that isn't in my skillset yet.

This is actually something that is related to the window decoration, as I was able to achieve that with Sierra Breeze Enhanced combined with Lightly as an Application Style

16 Wed 112531007

BTW: these new alt tabs are soooo nice looking <3 thank you for your hard work and your passion @Bali10050 for the best QT6 style out there! :) is there a way to color them by the way?

@meisaamayako the tabs should have the color of the DecorationFocus in your color scheme, you can find it in the kde settings as Focus Decoration in the color scheme editor

Screenshot_20241016_225200

Also, all the credit is still goes to @Luwx, it's just a hidden setting I found when I was adding the option for my style of tabs

Brise, a fork of breeze set the menu to the decoration color. With Lightly and Vinyl you can do that by tunning the color scheme.

@tduck973564

Made a few changes in the code (not pushed yet)
Now the toolbar colors seem to be darker and give the apps a more uniform look.

Before look

Dolphin

dolphin_before

Kate

kate_before

After look

Dolphin

dolphin_after

Kate

kate_after

@Bali10050 please close this as it was already resolved in #42