cosmin / IClojure

A better Interactive REPL for Clojure
http://www.iclojure.com
Eclipse Public License 1.0
115 stars 11 forks source link

Allow customizing colors #15

Open sanel opened 12 years ago

sanel commented 12 years ago

IClojure will by default output prompt in blue (including current namespace) and stacktrace bar in red. These colors looks bad in terminal with black background (I often use this setup) and the prompt is practically not visible.

cosmin commented 12 years ago

Customizing colors is definitely on the wishlist. Meanwhile though, the problem is most likely that the "blue" color is too dark by default on a black terminal. You should be able to change this to a slightly ligher shade of blue which will greatly improve just about every colorized terminal output (or use something like Solarized Dark)