cpython/Lib/idlelib/config-highlight.def

83 lines
2.1 KiB
Modula-2
Raw Normal View History

2001-09-24 09:43:17 +00:00
# IDLE reads several config files to determine user preferences. This
# file is the default config file for idle highlight theme settings.
[IDLE Classic]
normal-foreground= #000000
normal-background= #ffffff
2001-09-24 09:43:17 +00:00
normal-fontStyle= normal
keyword-foreground= #ff7700
keyword-background= #ffffff
2001-09-24 09:43:17 +00:00
keyword-fontStyle= normal
comment-foreground= #dd0000
comment-background= #ffffff
2001-09-24 09:43:17 +00:00
comment-fontStyle= normal
string-foreground= #00aa00
string-background= #ffffff
2001-09-24 09:43:17 +00:00
string-fontStyle= normal
definition-foreground= #0000ff
definition-background= #ffffff
2001-09-24 09:43:17 +00:00
definition-fontStyle= normal
hilite-foreground= #ffffff
hilite-background= gray
2001-09-24 09:43:17 +00:00
hilite-fontStyle= normal
break-foreground= #ff7777
break-background= #ffffff
2001-09-24 09:43:17 +00:00
break-fontStyle= normal
hit-foreground= #ffffff
hit-background= #000000
2001-09-24 09:43:17 +00:00
hit-fontStyle= normal
error-foreground= #000000
2001-09-24 09:43:17 +00:00
error-background= #ff7777
#cursor (only foreground can be set)
cursor-foreground= black
2001-09-24 09:43:17 +00:00
#shell window
stdout-foreground= blue
stdout-background= #ffffff
2001-09-24 09:43:17 +00:00
stdout-fontStyle= normal
stderr-foreground= red
stderr-background= #ffffff
2001-09-24 09:43:17 +00:00
stderr-fontStyle= normal
console-foreground= #770000
console-background= #ffffff
2001-09-24 09:43:17 +00:00
console-fontStyle= normal
[IDLE New]
bold-foreground= #000000
bold-background= #ffffff
bold-fontStyle= bold
2001-09-24 09:43:17 +00:00
keyword-foreground= #ff7700
keyword-background= #ffffff
2001-09-24 09:43:17 +00:00
keyword-fontStyle= bold
comment-foreground= #dd0000
comment-background= #ffffff
comment-fontStyle= bold
2001-09-24 09:43:17 +00:00
string-foreground= #00aa00
string-background= #ffffff
string-fontStyle= bold
2001-09-24 09:43:17 +00:00
definition-foreground= #0000ff
definition-background= #ffffff
2001-09-24 09:43:17 +00:00
definition-fontStyle= bold
hilite-foreground= #ffffff
hilite-background= gray
hilite-fontStyle= bold
2001-09-24 09:43:17 +00:00
break-foreground= #ff7777
break-background= #ffffff
break-fontStyle= bold
2001-09-24 09:43:17 +00:00
hit-foreground= #ffffff
hit-background= #000000
hit-fontStyle= bold
error-foreground= #000000
2001-09-24 09:43:17 +00:00
error-background= #ff7777
#cursor (only foreground can be set)
cursor-foreground= black
2001-09-24 09:43:17 +00:00
#shell window
stdout-foreground= blue
stdout-background= #ffffff
stdout-fontStyle= bold
2001-09-24 09:43:17 +00:00
stderr-foreground= red
stderr-background= #ffffff
stderr-fontStyle= bold
2001-09-24 09:43:17 +00:00
console-foreground= #770000
console-background= #ffffff
console-fontStyle= bold