Sorry it's been quiet for a few days. No one is complaining about bugs so I don't have anything to fix
I'm working on some behind the scenes stuff (UI elements) right now. Hey, it's time the potential plugin developers get some love too
So far I have checked in changes to CarFrontEndButton that allows you to change the font name and size being used for strings. I also added methods to access and change the default color, font, and size of strings.
I also started adding support to change the foreground and background color of the UI elements using NSNotification (e.g. you could send one message to set the background to white and the text to black for all UI elements). This of course depends on the UI element listening for the messages (CarFrontEndButton listens for the foreground change to change it's string color).
-dave