cpython/Lib/idlelib/config-highlight.def

61 lines
1.6 KiB
Modula-2
Raw Normal View History

2001-09-24 06:43:17 -03: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 06:43:17 -03:00
keyword-foreground= #ff7700
keyword-background= #ffffff
2001-09-24 06:43:17 -03:00
comment-foreground= #dd0000
comment-background= #ffffff
2001-09-24 06:43:17 -03:00
string-foreground= #00aa00
string-background= #ffffff
2001-09-24 06:43:17 -03:00
definition-foreground= #0000ff
definition-background= #ffffff
hilite-foreground= #ffffff
hilite-background= gray
2001-09-24 06:43:17 -03:00
break-foreground= #ff7777
break-background= #ffffff
2001-09-24 06:43:17 -03:00
hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000
2001-09-24 06:43:17 -03:00
error-background= #ff7777
#cursor (only foreground can be set)
cursor-foreground= black
2001-09-24 06:43:17 -03:00
#shell window
stdout-foreground= blue
stdout-background= #ffffff
2001-09-24 06:43:17 -03:00
stderr-foreground= red
stderr-background= #ffffff
2001-09-24 06:43:17 -03:00
console-foreground= #770000
console-background= #ffffff
2001-09-24 06:43:17 -03:00
[IDLE New]
bold-foreground= #000000
bold-background= #ffffff
2001-09-24 06:43:17 -03:00
keyword-foreground= #ff7700
keyword-background= #ffffff
2001-09-24 06:43:17 -03:00
comment-foreground= #dd0000
comment-background= #ffffff
2001-09-24 06:43:17 -03:00
string-foreground= #00aa00
string-background= #ffffff
2001-09-24 06:43:17 -03:00
definition-foreground= #0000ff
definition-background= #ffffff
hilite-foreground= #ffffff
hilite-background= gray
2001-09-24 06:43:17 -03:00
break-foreground= #ff7777
break-background= #ffffff
2001-09-24 06:43:17 -03:00
hit-foreground= #ffffff
hit-background= #000000
error-foreground= #000000
2001-09-24 06:43:17 -03:00
error-background= #ff7777
#cursor (only foreground can be set)
cursor-foreground= black
2001-09-24 06:43:17 -03:00
#shell window
stdout-foreground= blue
stdout-background= #ffffff
2001-09-24 06:43:17 -03:00
stderr-foreground= red
stderr-background= #ffffff
2001-09-24 06:43:17 -03:00
console-foreground= #770000
console-background= #ffffff