How to create iTerm2 color schemes?

The solarized project has a nice iTerm2 color scheme. Anyone know how to make those?

Sure, it's just an XML file with values in it but it's a pain to edit that.

1 Answer

The files are preference lists which can be edited with Xcode (or other preference list editors).

Apart from that, you can simply pick the values in the Preferences » Colors section, then export the theme. Click Load Presets…, then Export.

This has the advantage of being able to see the colors change in real-time.


If you're up for a little programming, somebody created a Groovy script that works in conjunction with Adobe Kuler to generate color schemes: Kuler iTerm2 Themes with Groovy Scripting

2

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like