Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

theme: disable mouse over icon highlighting #140

Open
star-buck opened this issue Jun 1, 2024 · 11 comments
Open

theme: disable mouse over icon highlighting #140

star-buck opened this issue Jun 1, 2024 · 11 comments
Assignees

Comments

@star-buck
Copy link
Collaborator

Netrunner on my laptop has these icons not doing anything when moving the cursor over them, even though the theme is breeze. there were settings in Plasma at some point, i guess these are just hidden for now but still apparently configurable

also the outlined frame of the main icon area turning blue when in focus, it is not doing that here.

these two should be configured to be OFF.

@star-buck
Copy link
Collaborator Author

@davidedmundson adding David, as I recall you helped with making that configuration once in the past

@notmart
Copy link

notmart commented Jun 3, 2024

To confirm we undertood the issue, here is a screenshot of Dolphin from netrunner 23 live image:

image

so, the icon "public" under the mouse is highlighted , that should not do it, and also the blue rectangle of the icon area border should not appear, correct?

@UriHerrera
Copy link

@UriHerrera do you know the package versions of frameworks/plasma/applications of the new release in progress?

Plasma 5.27.5
KDE Apps 22.12.3
Frameworks 5.103.0
Qt 5.15.8

@davidedmundson
Copy link

davidedmundson commented Jun 3, 2024

To disable highlight effect on icons add the following to kdeglobals

[DesktopIcons]
ActiveEffect=none

[PanelIcons]
ActiveEffect=none

It will stop the icon changing brightness, the text label still shows a mouse over colour. Will wait for confirmation of Marco's comment above then look into that if there's work to be done.

@davidedmundson
Copy link

In the past, we had a fork of Oxygen called "Carbon" which was how we removed the other hover effects on the frames.
If we're still using Carbon, that will need an update.

@notmart
Copy link

notmart commented Jun 3, 2024

@UriHerrera do you know the package versions of frameworks/plasma/applications of the new release in progress?

Plasma 5.27.5 KDE Apps 22.12.3 Frameworks 5.103.0 Qt 5.15.8

ok, thanks.

so, if carbon is still used that should be set as default as it has some of the wanted changes, otherwise we might need to package a fork of breeze that we can patch with the desired things (btw the 6.0 version of breeze doesn't have that blue focus rectangle anymore)

there might be some other minor patches in frameworks needed to be done if we wish to thoroughly remove all the hover effects all around

@star-buck
Copy link
Collaborator Author

star-buck commented Jun 3, 2024

yes, but here it is not carbon, but breeze.... not sure how James did it he is no longer active here.

Now that I have unfortunately "reset" the global theme, that frame is also turning blue again (not sure why it wasnt before), which is what should not happen, but the icons on hover are not changing, which is fine.

See these two pictures:
Screenshot_20240603_113041
in this the focus and mouse hover is above the main dolphin area where icons are shown, so the icon is not highlighted

when moving the cursor on the icon, the icon does still not highlight:
Screenshot_20240603_113212

Everything else is fine, so this is not about the frame around the folder name.

@star-buck
Copy link
Collaborator Author

this is the version installed here:
Screenshot_20240603_114337

@star-buck
Copy link
Collaborator Author

star-buck commented Jun 3, 2024

there are also 3 colors, non highlighted/non-active, highlighted and active:
non-highlighted:
Screenshot_20240603_114913
highlighted:
Screenshot_20240603_114951
active:
Screenshot_20240603_115555

best would be if all 3 colors would be the same grey than the non-highlighted-nonactive

@star-buck
Copy link
Collaborator Author

star-buck commented Jun 3, 2024

Okay, I found out that for the frame line, James likely used a color scheme:
Uising "Krita Dark" for example has only the highlight color, but active and non-active seem the same.
Whats further nice is that the "extra line" directly below a toolbar seems gone too, aka "color matched".
Compare Breeze Dark
Screenshot_20240603_120419

vs Krita Dark:
Screenshot_20240603_120342

@star-buck
Copy link
Collaborator Author

So above Krita Dark is already much more like it should be for Netrunner. We just need to find out what colors to manipulate in "Breeze Dark" to make it less obstrusive, then use that as "Netrunner Dark" color scheme.

As for the icon not highlighting, I am sure it was an accessible setting for a long time which I can no longer find though via Settings GUI. It must be still configurable or otherwise the icons would still highlight when cursor hovers over them.

@star-buck star-buck changed the title two minor theme configurations (icon and area highlighting) theme: disable mouse over icon highlighting Jun 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants