diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-03-08 18:15:31 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-03-08 18:15:31 (GMT) |
commit | 73360a3e61274ffcc4c9fc3d09746bd6603e92a5 (patch) | |
tree | 261894a40d78f78641cf21f4f16af44e5411cf07 /Lib/idlelib/configHandler.py | |
parent | 4102478f46c7b419c15b783643539801aaabb6a6 (diff) | |
download | cpython-73360a3e61274ffcc4c9fc3d09746bd6603e92a5.zip cpython-73360a3e61274ffcc4c9fc3d09746bd6603e92a5.tar.gz cpython-73360a3e61274ffcc4c9fc3d09746bd6603e92a5.tar.bz2 |
Add a highlight theme for builtin keywords. Python Patch 805830 Nigel Rowe
M ClassBrowser.py
M ColorDelegator.py
M EditorWindow.py
M NEWS.txt
M PyShell.py
M TreeWidget.py
M config-highlight.def
M configDialog.py
M configHandler.py
Diffstat (limited to 'Lib/idlelib/configHandler.py')
-rw-r--r-- | Lib/idlelib/configHandler.py | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Lib/idlelib/configHandler.py b/Lib/idlelib/configHandler.py index d1c2b3c..e0b1612 100644 --- a/Lib/idlelib/configHandler.py +++ b/Lib/idlelib/configHandler.py @@ -306,6 +306,8 @@ class IdleConf: 'normal-background':'#ffffff', 'keyword-foreground':'#000000', 'keyword-background':'#ffffff', + 'builtin-foreground':'#000000', + 'builtin-background':'#ffffff', 'comment-foreground':'#000000', 'comment-background':'#ffffff', 'string-foreground':'#000000', |