On Thursday, June 23, 2011 3:47:14 PM UTC-4, mweissen wrote: > > Is it possible to change the foreground color in the web2py Shell? It is > something like orange. Orange on a white background is very hard to read .
In the /* Shell */ section near the bottom of /applications/admin/static/css/styles.css, there are several occurrences of #e8953c -- I think that's the color you want to change. Anthony

