On Tue, Nov 24, 2009 at 11:53 AM, Mark H. Nichols <dja...@zanshin.net> wrote: > All - > > Working on Mac OS X I have my Terminal background color set to a dark blue. > I've already added color settings to my .profile to provide enough contrast > to view man page output, like so: > > # Color man pages: > export LESS_TERMCAP_mb=$'\E[01;31m' # begin blinking > export LESS_TERMCAP_md=$'\E[01;31m' # begin bold > export LESS_TERMCAP_me=$'\E[0m' # end mode > export LESS_TERMCAP_se=$'\E[0m' # end standout-mode > export LESS_TERMCAP_so=$'\E[01;44;33m' # begin standout-mode - info box > export LESS_TERMCAP_ue=$'\E[0m' # end underline > export LESS_TERMCAP_us=$'\E[01;32m' # begin underline > > What I need now is color settings to make the sqlall output contrasty enough > as well. The default colors don't allow me to see the generated table names. > > It may be that there isn't an easy or convenient way to colorize the output > of manage.py commands, but I am hoping I'm not the only person wanting to > work with Django in a dark color console window.
Right now, there isn't any way to customize the colors that Django uses. However, it has been a topic of discussion recently. http://code.djangoproject.com/ticket/12112 http://groups.google.com/group/django-users/browse_thread/thread/ea3cd915067438ba I'd like to see a solution to this; it's just waiting on an acceptable solution and implementation. Yours, Russ Magee %-) -- You received this message because you are subscribed to the Google Groups "Django users" group. To post to this group, send email to django-us...@googlegroups.com. To unsubscribe from this group, send email to django-users+unsubscr...@googlegroups.com. For more options, visit this group at http://groups.google.com/group/django-users?hl=en.