Show More
@@ -2374,7 +2374,14 b' Currently the magic system has the following functions:\\n"""' | |||||
2374 |
|
2374 | |||
2375 | Currently implemented schemes: NoColor, Linux, LightBG. |
|
2375 | Currently implemented schemes: NoColor, Linux, LightBG. | |
2376 |
|
2376 | |||
2377 |
Color scheme names are not case-sensitive. |
|
2377 | Color scheme names are not case-sensitive. | |
|
2378 | ||||
|
2379 | Examples | |||
|
2380 | -------- | |||
|
2381 | To get a plain black and white terminal:: | |||
|
2382 | ||||
|
2383 | %colors nocolor | |||
|
2384 | """ | |||
2378 |
|
2385 | |||
2379 | def color_switch_err(name): |
|
2386 | def color_switch_err(name): | |
2380 | warn('Error changing %s color schemes.\n%s' % |
|
2387 | warn('Error changing %s color schemes.\n%s' % |
General Comments 0
You need to be logged in to leave comments.
Login now