diff options
author | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
---|---|---|
committer | Steven M. Gava <elguavas@python.net> | 2002-01-03 12:05:17 (GMT) |
commit | ad4f532f6532cc099ba5665e3553394db907796c (patch) | |
tree | ceea0cb24c3167aa1074fbed4b00e3a746f844af /Lib/idlelib/config-highlight.def | |
parent | 767a7ee9ad3a84b20375f557f3363636d116a643 (diff) | |
download | cpython-ad4f532f6532cc099ba5665e3553394db907796c.zip cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.gz cpython-ad4f532f6532cc099ba5665e3553394db907796c.tar.bz2 |
further development of highlighting and editor preference handling,
plus misc fixes cleanups for new config system
Diffstat (limited to 'Lib/idlelib/config-highlight.def')
-rw-r--r-- | Lib/idlelib/config-highlight.def | 60 |
1 files changed, 43 insertions, 17 deletions
diff --git a/Lib/idlelib/config-highlight.def b/Lib/idlelib/config-highlight.def index 83c9807..821b2f0 100644 --- a/Lib/idlelib/config-highlight.def +++ b/Lib/idlelib/config-highlight.def @@ -1,56 +1,82 @@ # IDLE reads several config files to determine user preferences. This # file is the default config file for idle highlight theme settings. -[IDLE Classic Old - plain fonts] -normal-foreground= black -normal-background= white +[IDLE Classic] +normal-foreground= #000000 +normal-background= #ffffff normal-fontStyle= normal keyword-foreground= #ff7700 +keyword-background= #ffffff keyword-fontStyle= normal comment-foreground= #dd0000 +comment-background= #ffffff comment-fontStyle= normal string-foreground= #00aa00 +string-background= #ffffff string-fontStyle= normal definition-foreground= #0000ff +definition-background= #ffffff definition-fontStyle= normal -hilite-foreground= #000068 -hilite-background= #006868 +hilite-foreground= #ffffff +hilite-background= gray hilite-fontStyle= normal break-foreground= #ff7777 +break-background= #ffffff break-fontStyle= normal -hit-background= #000000 hit-foreground= #ffffff +hit-background= #000000 hit-fontStyle= normal -cursor-foreround= black +error-foreground= #000000 error-background= #ff7777 +#cursor (only foreground can be set) +cursor-foreground= black #shell window stdout-foreground= blue +stdout-background= #ffffff stdout-fontStyle= normal stderr-foreground= red +stderr-background= #ffffff stderr-fontStyle= normal console-foreground= #770000 +console-background= #ffffff console-fontStyle= normal -[IDLE Classic New] -normal-foreground= black -normal-background= white -normal-fontStyle= normal +[IDLE New] +bold-foreground= #000000 +bold-background= #ffffff +bold-fontStyle= bold keyword-foreground= #ff7700 +keyword-background= #ffffff keyword-fontStyle= bold comment-foreground= #dd0000 -comment-fontStyle= italic +comment-background= #ffffff +comment-fontStyle= bold string-foreground= #00aa00 -string-fontStyle= normal +string-background= #ffffff +string-fontStyle= bold definition-foreground= #0000ff +definition-background= #ffffff definition-fontStyle= bold -hilite-foreground= #000068 -hilite-background= #006868 +hilite-foreground= #ffffff +hilite-background= gray +hilite-fontStyle= bold break-foreground= #ff7777 -hit-background= #000000 +break-background= #ffffff +break-fontStyle= bold hit-foreground= #ffffff -cursor-foreground= black +hit-background= #000000 +hit-fontStyle= bold +error-foreground= #000000 error-background= #ff7777 +#cursor (only foreground can be set) +cursor-foreground= black #shell window stdout-foreground= blue +stdout-background= #ffffff +stdout-fontStyle= bold stderr-foreground= red +stderr-background= #ffffff +stderr-fontStyle= bold console-foreground= #770000 +console-background= #ffffff +console-fontStyle= bold |