KunChiLu 8 Posted June 1, 2023 Share Posted June 1, 2023 There is a windows 11 system tray Evernote icon in the attached picture. It's difficult to see the icon because it's all white. How to change to color? Thanks. Link to comment
KunChiLu 8 Posted June 1, 2023 Author Share Posted June 1, 2023 A more difficult to see version: Link to comment
Evernote Expert agsteele 3,061 Posted June 1, 2023 Evernote Expert Share Posted June 1, 2023 This has been noted by others. There are threads with various recommendations. I resolved it by changing the taskbar colour (search via a search engine). I recall a clever individual worked out a means of substituting a different icon but this was a very unofficial tweak. You'll have to search forums for the threads. I can see that Evernote is in good company on your screen shots with two other tray icons in white. In short, use the OS settings since this issue hasn't had any traction since it arrived with Windows 11. Link to comment
Evernote Expert agsteele 3,061 Posted June 3, 2023 Evernote Expert Share Posted June 3, 2023 I had three minutes to spare today and decided to try out changing the Windows Tray Icon. It was really simple... 1. Quit Evernote so that the tray icon is not displayed. 2. Go to %LocalAppData%\Programs\Evernote\resources\static\win\icons = C:\Users\my_username\AppData\Local\Programs\Evernote\resources\static\win\icons 3. Rename trayIcon.ico to trayIcon.bak 4. Create a new icon file for the tray. In my case I copied the icon.ico file that is also present and renamed the copy trayIcon.ico 5. Restart Evernote for Windows and the green elephant is in the tray instead of white. It really did take just three minutes. I've no idea what will happen when a program update arrives. Certainly if I was to reinstall I'd expect to have to repeat these steps. 3 1 Link to comment
Level 5 Dave-in-Decatur 4,006 Posted June 3, 2023 Level 5 Share Posted June 3, 2023 Worked for me too. I hadn't been bothered, since I don't use the Evernote tray icon much, but green is definitely better than white there. 1 Link to comment
Lazza 36 Posted October 10, 2023 Share Posted October 10, 2023 Thank you @agsteele for the good tip! I ran Imagemagick to invert the color, generating a black favicon: magick convert .\trayIcon.ico -channel RGB -negate trayIconBlack.ico I am attaching the black trayIcon.ico here, in case someone wants to use it. Here's a preview: trayIcon.ico 2 1 Link to comment
laurence.glazier 147 Posted October 10, 2023 Share Posted October 10, 2023 Thanks for that @agsteele, that's a nice enhancement. Link to comment
Level 5 Dave-in-Decatur 4,006 Posted October 10, 2023 Level 5 Share Posted October 10, 2023 It does have to be repeated sometimes -- my tray icon had gone back white several updates ago. Link to comment
mackid1993 1,291 Posted October 10, 2023 Share Posted October 10, 2023 On 6/3/2023 at 11:10 AM, agsteele said: I had three minutes to spare today and decided to try out changing the Windows Tray Icon. It was really simple... 1. Quit Evernote so that the tray icon is not displayed. 2. Go to %LocalAppData%\Programs\Evernote\resources\static\win\icons = C:\Users\my_username\AppData\Local\Programs\Evernote\resources\static\win\icons 3. Rename trayIcon.ico to trayIcon.bak 4. Create a new icon file for the tray. In my case I copied the icon.ico file that is also present and renamed the copy trayIcon.ico 5. Restart Evernote for Windows and the green elephant is in the tray instead of white. It really did take just three minutes. I've no idea what will happen when a program update arrives. Certainly if I was to reinstall I'd expect to have to repeat these steps. I wrote a batch file to do this, so if an update happens to revert it, you can redo the change with one click: taskkill /f /im evernote.exe cd %LocalAppData%\Programs\Evernote\resources\static\win\icons ren trayicon.ico trayicon.ico.bak copy icon.ico trayicon.ico ping 127.0.0.1 cmd /c start "" %localappdata%\Programs\Evernote\evernote.exe Just save this into changeENTrayIcon.bat and double click. It'll immediately close Evernote rename the white elephant, copy the green one and save it as trayicon.ico and then reopen Evernote. 3 2 Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment
Create an account
Sign up for a new account in our community. It's easy!
Register a new accountSign in
Already have an account? Sign in here.
Sign In Now