| 1 | initial version |
This is because the default color scheme in Sage is adapted to a light background, while Sage-Windows starts on dark background.
There is an "ipython magic" that allows to choose the color scheme for syntax highlighting.
At the Sage prompt, type:
sage: %colors Linux
To make that permanent, add that line to your init.sage file,
which is read each time Sage starts.
Copyright Sage, 2010. Some rights reserved under creative commons license. Content on this site is licensed under a Creative Commons Attribution Share Alike 3.0 license.