alienator88 / Pearcleaner

A free, source-available and fair-code licensed mac app cleaner
https://itsalin.com/appInfo/?id=pearcleaner
Other
745 stars 18 forks source link

[BUG] White cursor in search bar hard to see #30

Closed greg1075 closed 3 months ago

greg1075 commented 3 months ago

Cursor in search box of list view is white, which makes it hard to see

A clear and concise description of what the bug is.

To Reproduce Steps to reproduce the behavior:

  1. Toggle to list view

Expected behavior

The cursor was previously red and easier to see. Given the recent redesign and new color palette, maybe change the cursor color to the shade of green used for the drop target gradient, or maybe just to black.

Desktop (please complete the following information):

Screenshots

Screenshot 2024-03-03 at 4 07 07 PM

alienator88 commented 3 months ago

What do you have your OS accent and highlight color set to? Mine is set to blue and the textfield is showing blue as well. image

I didn't set a color for the blinking cursor in the app, it pulls automatically from the OS from my understanding. image

alienator88 commented 3 months ago

Either way, I went in and hardcoded the accent color to the green I switched to so it should be fine now. Fixed in next version.

greg1075 commented 3 months ago

I had the accent Color set to multicolor, same as before. Not sure why it used red before and white since 3.0. but yes, yes the cursor changes color with that setting. Either way, hardcoding it fixes the issue. Thanks!

alienator88 commented 3 months ago

I figured out why, before I was using a color set called AccentColor which is the default and it links to the OS setting. When I changed it to the pear green, I created a new color set and stopped using the system accent color. I swapped them and everything is fine now :)