Skip to content

Instantly share code, notes, and snippets.

@blaix
Created July 23, 2010 14:30
Show Gist options
  • Save blaix/487502 to your computer and use it in GitHub Desktop.
Save blaix/487502 to your computer and use it in GitHub Desktop.
Pretty Terminal colors in OS X 10.6 Snow Leopard

For pretty, readable, light-on-dark colors in Terminal.app:

After reading a handful of blog posts I finally got this working in 10.6...

  1. Add this to ~/.bash_profile:

     export CLICOLOR=1
    
  2. Install SIMBL.

  3. Download this SIMBL plugin and unzip to ~/Library/Application Support/SIMBL/Plugins

  4. Open up Terminal, there should now be a "More" button on the “Text” tab of Terminal preferences.

  5. Download this Terminal theme. It's from here, but ignore those instructions.

  6. Unzip it and double click IR_Black.terminal.

  7. It should open Terminal prefs. Click "Default" to make the theme the default!

You can also install another SIMBL plugin called Megazoom to add fullscreen support to Terminal (and any other OS X app).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment