57 lines
1.4 KiB
Modula-2
57 lines
1.4 KiB
Modula-2
# 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
|
|
normal-fontStyle= normal
|
|
keyword-foreground= #ff7700
|
|
keyword-fontStyle= normal
|
|
comment-foreground= #dd0000
|
|
comment-fontStyle= normal
|
|
string-foreground= #00aa00
|
|
string-fontStyle= normal
|
|
definition-foreground= #0000ff
|
|
definition-fontStyle= normal
|
|
hilite-foreground= #000068
|
|
hilite-background= #006868
|
|
hilite-fontStyle= normal
|
|
break-foreground= #ff7777
|
|
break-fontStyle= normal
|
|
hit-background= #000000
|
|
hit-foreground= #ffffff
|
|
hit-fontStyle= normal
|
|
cursor-foreround= black
|
|
error-background= #ff7777
|
|
#shell window
|
|
stdout-foreground= blue
|
|
stdout-fontStyle= normal
|
|
stderr-foreground= red
|
|
stderr-fontStyle= normal
|
|
console-foreground= #770000
|
|
console-fontStyle= normal
|
|
|
|
[IDLE Classic New]
|
|
normal-foreground= black
|
|
normal-background= white
|
|
normal-fontStyle= normal
|
|
keyword-foreground= #ff7700
|
|
keyword-fontStyle= bold
|
|
comment-foreground= #dd0000
|
|
comment-fontStyle= italic
|
|
string-foreground= #00aa00
|
|
string-fontStyle= normal
|
|
definition-foreground= #0000ff
|
|
definition-fontStyle= bold
|
|
hilite-foreground= #000068
|
|
hilite-background= #006868
|
|
break-foreground= #ff7777
|
|
hit-background= #000000
|
|
hit-foreground= #ffffff
|
|
cursor-foreground= black
|
|
error-background= #ff7777
|
|
#shell window
|
|
stdout-foreground= blue
|
|
stderr-foreground= red
|
|
console-foreground= #770000
|