Bali10050 / Lightly

A modern style for qt applications.
Other
111 stars 7 forks source link

Render toolbars with a different colour from the main window #21

Closed tduck973564 closed 1 day ago

tduck973564 commented 1 month ago

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

Bali10050 commented 1 month ago

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

tduck973564 commented 1 month ago

image

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

Bali10050 commented 1 month ago

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

Screenshot_20240926_182832

tduck973564 commented 1 month ago

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.

tduck973564 commented 1 month ago

image

Made a quick inkscape mockup

Bali10050 commented 1 month ago

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.

meisaamayako commented 1 month ago

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?

Bali10050 commented 1 month ago

@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

christiantosta commented 1 month ago

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.

DeltaCopy commented 2 weeks ago

@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

DeltaCopy commented 1 day ago

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