mirror of https://github.com/python/cpython
This still mentioned IdlePrefs.py as the place to edit color
preferences. It is now in config.txt or ~/.idle.
This commit is contained in:
parent
1a34c879bc
commit
9d593a526b
|
@ -104,7 +104,8 @@ Syntax colors:
|
||||||
|
|
||||||
The coloring is applied in a background "thread", so you may
|
The coloring is applied in a background "thread", so you may
|
||||||
occasionally see uncolorized text. To change the color
|
occasionally see uncolorized text. To change the color
|
||||||
scheme, edit the ColorPrefs class in IdlePrefs.py.
|
scheme, edit the [Colors] section in config.txt (or add a
|
||||||
|
[Colors] section to ~/.idle).
|
||||||
|
|
||||||
Python syntax colors:
|
Python syntax colors:
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue