Change the appearance of Safari's RSS view.
May 21, 07:00 pm
Here’s how to change the appearance of Safari’s RSS view. These are just html pages styled with CSS, so if you’re familiar with CSS, you can easily alter how the display looks.
The first step is to find the css file found here:
System > Library > PrivateFrameworks > SyndicationUI.framework > Themes>default.syndtheme > Contents > Resources > Articles.css
However, some users have found the location to be:
System > Library > PrivateFrameworks > SyndicationUI.framework > A > Resources > Themes > default.syndtheme > Contents > Resources > Articles.css
The location seems to depend on whether you upgraded to Tiger, or did an archive and install. (The folder name ‘default.syndtheme’ makes me think that there will be an option to use your own themes in the future – if not by Apple, then by a plugin developer.)
As this file ‘belongs’ to the system, you may have problems with permissions. If you know what you’re doing with the Terminal, you can follow the instructions here. However, I found it easier to simply delete the original file (you will be asked for an administrator password) and copy in my own.
Here are the changes I’ve made – not a great deal of difference. I just wanted to take the text size down a bit, use Lucida Grande, and introduce the glassy header strip I used in the delicious skin. There’s also an icon to highlight new articles, and read article titles become greyer. Generally, make it look a bit more ‘Newsfire’:

Download the replacement files here
Posted by Jon Hicks
I don’t know if that depends on what type of installation one did when upgrading to 10.4. (I didn’t do an “archive & install”, I just upgraded.)