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. Thanks, Mark -- 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.