diff options
author | Kurt B. Kaiser <kbk@shore.net> | 2004-03-16 03:36:41 (GMT) |
---|---|---|
committer | Kurt B. Kaiser <kbk@shore.net> | 2004-03-16 03:36:41 (GMT) |
commit | 6e4620bfb110707a7dab80f904da196ea697f19b (patch) | |
tree | 5126af2c6b1d3479da5e83252bc022ffcf40cff3 /Lib/idlelib/config-highlight.def | |
parent | 9d5c44307ae85e130f1fc956a9b5b1b52c681ada (diff) | |
download | cpython-6e4620bfb110707a7dab80f904da196ea697f19b.zip cpython-6e4620bfb110707a7dab80f904da196ea697f19b.tar.gz cpython-6e4620bfb110707a7dab80f904da196ea697f19b.tar.bz2 |
1. Make builtin foreground Royal Purple instead of Barney Purple.
2. Touch up help.txt
M config-highlight.def
M help.txt
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r-- | Lib/idlelib/config-highlight.def | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def index f7eca5c..7d20f78 100644 --- a/Lib/idlelib/config-highlight.def +++ b/Lib/idlelib/config-highlight.def @@ -6,7 +6,7 @@ normal-foreground= #000000 normal-background= #ffffff keyword-foreground= #ff7700 keyword-background= #ffffff -builtin-foreground= #ca00ca +builtin-foreground= #900090 builtin-background= #ffffff comment-foreground= #dd0000 comment-background= #ffffff @@ -22,7 +22,7 @@ hit-foreground= #ffffff hit-background= #000000 error-foreground= #000000 error-background= #ff7777 -#cursor (only foreground can be set) +#cursor (only foreground can be set, restart IDLE) cursor-foreground= black #shell window stdout-foreground= blue @@ -37,7 +37,7 @@ normal-foreground= #000000 normal-background= #ffffff keyword-foreground= #ff7700 keyword-background= #ffffff -builtin-foreground= #ca00ca +builtin-foreground= #900090 builtin-background= #ffffff comment-foreground= #dd0000 comment-background= #ffffff @@ -53,7 +53,7 @@ hit-foreground= #ffffff hit-background= #000000 error-foreground= #000000 error-background= #ff7777 -#cursor (only foreground can be set) +#cursor (only foreground can be set, restart IDLE) cursor-foreground= black #shell window stdout-foreground= blue |