Hello, At Tue, 29 Jun 2010 14:11:39 -0700 (PDT), fisadev wrote: > One problem: It does not work on dark consoles. > If I set the background to "W", it raises an error, so I set it to > "d", wich uses the background of the console (White in my case). > This is the error when I use "background = W":
First, thank you for sharing this. Do you have any objections on being linked on our themes page (http://bpython-interpreter.org/themes/)? You get that error because capital letters mean bold and a bold background does not really make a lot of sense. Just use a lower "w" and it should work. Regards, Andreas -- You received this message because you are subscribed to the Google Groups "bpython" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/bpython?hl=en.
