You can make a difference in the Apple Support Community!

When you sign up with your Apple Account, you can provide valuable feedback to other community members by upvoting helpful replies and User Tips.

Looks like no one’s replied in a while. To start the conversation again, simply ask a new question.

Lion Finder sidebar color?

Hey!


I've just upgraded to Lion and I'm kinda dissapointed of many reasons, like the grey aweful sidebar icons in the finder app.

Is there any solution to change it back to the normal like it was in Snow Leopard?

The other thing is the Mail app. The new surface looks horrible as well, even if I change it to "classical view".

I want the older back! It was good as it was!

Posted on Jul 20, 2011 1:35 PM

Reply
Question marked as Top-ranking reply

Posted on Jul 20, 2011 1:37 PM

There is no way of adding color unless there is a third party solution out there. Grey is the new color!

399 replies

Aug 16, 2011 8:32 AM in response to nuno1959

Tested icondubber,

I could not get back the icons in color

What it's work to me was:

SIMBL with colorfulsidebar and then make a script that I put in the boot, wich applies "killall Finder" and starts totalfinder.

this is the script a wrote:

#!/bin/sh

killall Finder

open /Applications/totalfinder.app

With all this, only rest to close the terminal after starting the computer, and all my folder with special icons remains there!

I hope will be useful

Aug 16, 2011 9:00 AM in response to lutribu

Thanks very much bignate256 - it works - the colors are back. I will try the script also for the killall finder - haven't done one so far


http://mac.softpedia.com/get/Developer-Tools/SIMBL.shtml


For those like me who are not software savvy, one needs to install SIMBL 0.9.9 - available at the site above.

Then copy the ColorfulSidebar.bundle into /Library/Application Support/SIMBL/Plugind folder.


The discussion is going great - but hope Apple will sort this out in the next update and avoid this unnecessary workaround for all.

Aug 16, 2011 10:05 AM in response to balintalovits

at the risk of becoming really boring , please DON'T forget to post her on this thread ( by all means .. ) BUT MOST IMPORTANT of all , POST HERE & tell them how we/you want it , they WILL read it :


http://www.apple.com/feedback/


send it under feedback for Lion OS X, & let's keep sending it - ask your friends to do it , your relatives, anyone you know that has a Mac ! ;-)


that's the only way to gain momentum & make changes happen !

best of luck for us all.....

Aug 16, 2011 1:23 PM in response to bignate256

Ok, here it goes:

1. type: pico bootcoloricon (or the name you wanna give it) press enter

User uploaded file


2. it open a text editor, there you type this:

User uploaded file

the last line is only if you have totalfinder, because that close it.

3. press ctrl-o and enter to save it and then ctrl-x to close it.

4. back in terminal you type chmod 755 and the name you give it to make it executable:

User uploaded file

5. you gonna have a file with your name in Home directory.

User uploaded file

6. You put that file in boot secuence so it run automaticly at startup.


Hope that was clear enough,

I guess you'll have no problem with the last point.

Aug 16, 2011 4:14 PM in response to bignate256

Truth to be told, that's extremely simple: just create an applescript application with the following command


do shell script "path/to/bootcoloricon"


(where "path/to/bootcoloricon" is the actual path to bootcoloricon) and put that app in the login items (NOT bootcoloricon itself). Then open the terminal and run this command:


defaults write "path/to/the/applescript/app"/Contents/Info LSUIElement -string 1


(where "path/to/the/applescript/app" is the actual path to the applescript application). This command will prevent it to appear in the dock.


________________________________________________________________________________ __________________________________


Another solution is to type bootcoloricon's commands directly into the applescript app without using an external shell script. You can do this by


do shell script "cmd1; cmd2; cmd3"


(and so on)

Lion Finder sidebar color?

Welcome to Apple Support Community
A forum where Apple customers help each other with their products. Get started with your Apple Account.