Become a MacRumors Supporter for $50/year with no ads, ability to filter front page stories, and private forums.

Elweezy

macrumors regular
Original poster
Jan 13, 2011
111
0
My dock font colors will not change from black, seeing as how my theme forces me to have a black back ground it is pretty annoying, is there anyway to bypass this? I have colored icon labels downloaded but they do not work with the theme. thanks for the help.
 
You need to edit the info.plist in your theme and change it to the color of your choice.

Example:
Code:
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
	<key>UndockedIconLabelStyle</key>
	<string>color: white; text-shadow : 0 2px 3px black;</string>
	<key>DockedIconLabelStyle</key>
	<string>color: white; text-shadow : 0 2px 3px black;</string>
</dict>
</plist>

You'll need to change the DockedIconLabelStyle color value.
 
Register on MacRumors! This sidebar will go away, and you'll see fewer ads.