If, after upgrading to Lion, the TerminalColours SIMBL plugin doesn’t load anymore (you get an error informing you that SIMBL didn’t load the plugin due to it not having been tested with Terminal 2.2 (v297)), here’s a quick tip to get it working again.
The TerminalColours 1.0 plugin actually works just fine under Lion. The error message is merely stating that the Lion’s version of Terminal.app is greater than the maximum version number the plugin was designed to work with. This maximum version number is 280 and Terminal.app in Lion is 297. So, as a precaution, SIMBL doesn’t load the plugin.
All you need to do to get TerminalColours working again, is increase the maximum version number to 297 in its .plist file. Here’s how, step by step:
- Quit Terminal.app.
- Open a Finder window and navigate to
~/Library/Application Support/SIMBL/Plugins(if you don’t see your user’s Library folder in Finder, open a Terminal window, paste this code and press Enter:chflags nohidden ~/Library). - Make a backup of the file TerminalColours.bundle by selecting it and then selecting File->Duplicate from the menu (just in case things go wrong).
- Right-click the file
TerminalColours.bundleand select Show Package Contents. - Click on
Contentsand double-click the fileInfo.plist. You can edit this file with any plain-text editor, such as TextEdit, or you can use the plist editor included in Xcode (which you can get for free on the Mac App Store). - In your text editor, find the text string
<key>MaxBundleVersion</key>. - Immediately below that line is a line similar to
<string>280</string>(the actual number may differ). - Change whatever number is there to 297.
- Save the file (make sure to save it as plain text!).
Now, when you launch Terminal, SIMBL shouldn’t complain and your Terminal colors should work as expected.
Potentially Related
- Find out which process is preventing emptying the trash on your Mac
- Create Symbolic Links Without Terminal
- Send Files via Email with Contextual Menu in Finder
- UltraEdit for the Mac
- Cleaning up your iTunes library folder




Pingback: How can I customize my terminal colors in Mac OS X Lion? - Quora