diff options
author | Cheryl Sabella <cheryl.sabella@gmail.com> | 2018-06-02 01:45:54 (GMT) |
---|---|---|
committer | Terry Jan Reedy <tjreedy@udel.edu> | 2018-06-02 01:45:54 (GMT) |
commit | de6516264e793be991f692fdd892707afb9104a7 (patch) | |
tree | 8323fe9858ead378731de9edd748fd874f125559 /Misc | |
parent | 63799136e6c0491bb5d6f4a234d5a775db3458db (diff) | |
download | cpython-de6516264e793be991f692fdd892707afb9104a7.zip cpython-de6516264e793be991f692fdd892707afb9104a7.tar.gz cpython-de6516264e793be991f692fdd892707afb9104a7.tar.bz2 |
bpo-33679: IDLE: Re-enable color configuration for code context (GH-7199)
The difference from before is that the settings are now on the
Highlights tab instead of the Extensions tab and only change one theme
at a time instead of all themes. The default for light themes is black
on light gray, as before. The default for the IDLE Dark theme is white
on dark gray, which better fits the dark theme.
When one starts IDLE from a console and loads a custom theme without
definitions for 'context', one will see a warning message on the console.
To stop the warning, go to Options => Configure IDLE => Highlights,
select the custom theme if not selected already, select 'Code Context',
and select foreground and background colors.
Diffstat (limited to 'Misc')
-rw-r--r-- | Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst b/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst new file mode 100644 index 0000000..43d78b0 --- /dev/null +++ b/Misc/NEWS.d/next/IDLE/2018-05-29-07-14-37.bpo-33679.MgX_Ui.rst @@ -0,0 +1,12 @@ +IDLE: Re-enable color configuration for Code Context. +The difference from before is that the settings are now on the +Highlights tab instead of the Extensions tab and only change one theme +at a time instead of all themes. The default for light themes is black +on light gray, as before. The default for the IDLE Dark theme is white +on dark gray, which better fits the dark theme. + +When one starts IDLE from a console and loads a custom theme without +definitions for 'context', one will see a warning message on the console. +To stop the warning, go to Options => Configure IDLE => Highlights, +select the custom theme if not selected already, select 'Code Context', +and select foreground and background colors. |