summaryrefslogtreecommitdiff
path: root/Lib/idlelib/config-highlight.def
diff options
context:
space:
mode:
authorKurt B. Kaiser <kbk@shore.net>2004-03-08 18:15:31 +0000
committerKurt B. Kaiser <kbk@shore.net>2004-03-08 18:15:31 +0000
commit73360a3e61274ffcc4c9fc3d09746bd6603e92a5 (patch)
tree261894a40d78f78641cf21f4f16af44e5411cf07 /Lib/idlelib/config-highlight.def
parent4102478f46c7b419c15b783643539801aaabb6a6 (diff)
downloadcpython-git-73360a3e61274ffcc4c9fc3d09746bd6603e92a5.tar.gz
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/config-highlight.def')
-rw-r--r--Lib/idlelib/config-highlight.def4
1 files changed, 4 insertions, 0 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def
index b4991c6c60..f7eca5c670 100644
--- a/Lib/idlelib/config-highlight.def
+++ b/Lib/idlelib/config-highlight.def
@@ -6,6 +6,8 @@ normal-foreground= #000000
normal-background= #ffffff
keyword-foreground= #ff7700
keyword-background= #ffffff
+builtin-foreground= #ca00ca
+builtin-background= #ffffff
comment-foreground= #dd0000
comment-background= #ffffff
string-foreground= #00aa00
@@ -35,6 +37,8 @@ normal-foreground= #000000
normal-background= #ffffff
keyword-foreground= #ff7700
keyword-background= #ffffff
+builtin-foreground= #ca00ca
+builtin-background= #ffffff
comment-foreground= #dd0000
comment-background= #ffffff
string-foreground= #00aa00