Luis Bocanegra

Results 26 comments of Luis Bocanegra

Have you tried using the new option to switch between icon themes? It was added in the latest version. Can you also share how does it look with the default...

Thanks. > ohh it's working fine with `kde-material-you-colors --iconslight ICONSLIGHT` Are you running it exactly like that? Probably not but just to be sure, you have to pass after --iconslight...

Okay, I will check this later, thanks for reporting it.

Update, tried reducing the tint of folders background with ``` [Colors:Selection] BackgroundNormal= ``` until icons were readable, but didn't like the result as it also affected other elements that looked...

Just an update on this issue, I use the `Papirus-Colors` icons, they follow the current color scheme and had this same issue. I patched those icons replacing the css class...

I don't know the process of making cursors, are these just images? If they are and there is a way to change the colors of images without losing quality it...

Yeah, also I don't like the possibility of breaking cursors just for the aesthetics

This is because Dynamic wallpapers uses a special image format (AVIF) that isn't unpacked anywhere I think, if it does (e.g. cache) then we could use that. If not maybe...

> Can you please try if #183 fixes your problem? Thanks! This is how it looks for me with your patch ![image](https://user-images.githubusercontent.com/15076387/177657564-ecb453bc-b338-414f-9167-98f2a7367708.png)

@xuzhao9 well it certainly looks better, tried myself changing the values a bit: changed https://github.com/xuzhao9/Lightly/blob/0f23211e19185ca68cdf8ab797b34bbb7be24e5b/kstyle/lightlystyle.cpp#L3804 to `auto arrowRect(rect.adjusted(-2, 0, -3, 0));` (top yours, bottom mine) ![image](https://user-images.githubusercontent.com/15076387/177666055-e18153e1-07fe-420e-95b4-18e7f3029fcb.png) Is there any reference...