blob: aaa2b57a7f6d851b00e6c5f425d4351627a7f164 [file] [log] [blame]
Kurt B. Kaiser282f1222003-05-18 02:21:55 +00001# IDLE reads several config files to determine user preferences. This
2# file is the default config file for idle highlight theme settings.
Steven M. Gavac11ccf32001-09-24 09:43:17 +00003
Steven M. Gavaad4f5322002-01-03 12:05:17 +00004[IDLE Classic]
5normal-foreground= #000000
6normal-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +00007keyword-foreground= #ff7700
Steven M. Gavaad4f5322002-01-03 12:05:17 +00008keyword-background= #ffffff
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +00009builtin-foreground= #900090
Kurt B. Kaiser73360a32004-03-08 18:15:31 +000010builtin-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000011comment-foreground= #dd0000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000012comment-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000013string-foreground= #00aa00
Steven M. Gavaad4f5322002-01-03 12:05:17 +000014string-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000015definition-foreground= #0000ff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000016definition-background= #ffffff
Steven M. Gava052937f2002-02-11 02:20:53 +000017hilite-foreground= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000018hilite-background= gray
Kurt B. Kaiser669f4c32002-06-20 04:01:47 +000019break-foreground= black
20break-background= #ffff55
Steven M. Gavac11ccf32001-09-24 09:43:17 +000021hit-foreground= #ffffff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000022hit-background= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000023error-foreground= #000000
Steven M. Gavac11ccf32001-09-24 09:43:17 +000024error-background= #ff7777
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000025#cursor (only foreground can be set, restart IDLE)
Steven M. Gavaad4f5322002-01-03 12:05:17 +000026cursor-foreground= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000027#shell window
28stdout-foreground= blue
Steven M. Gavaad4f5322002-01-03 12:05:17 +000029stdout-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000030stderr-foreground= red
Steven M. Gavaad4f5322002-01-03 12:05:17 +000031stderr-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000032console-foreground= #770000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000033console-background= #ffffff
Cheryl Sabellade651622018-06-01 21:45:54 -040034context-foreground= #000000
35context-background= lightgray
Steven M. Gavac11ccf32001-09-24 09:43:17 +000036
Steven M. Gavaad4f5322002-01-03 12:05:17 +000037[IDLE New]
Steven M. Gava052937f2002-02-11 02:20:53 +000038normal-foreground= #000000
39normal-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000040keyword-foreground= #ff7700
Steven M. Gavaad4f5322002-01-03 12:05:17 +000041keyword-background= #ffffff
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000042builtin-foreground= #900090
Kurt B. Kaiser73360a32004-03-08 18:15:31 +000043builtin-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000044comment-foreground= #dd0000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000045comment-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000046string-foreground= #00aa00
Steven M. Gavaad4f5322002-01-03 12:05:17 +000047string-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000048definition-foreground= #0000ff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000049definition-background= #ffffff
Steven M. Gava052937f2002-02-11 02:20:53 +000050hilite-foreground= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000051hilite-background= gray
Kurt B. Kaiser669f4c32002-06-20 04:01:47 +000052break-foreground= black
53break-background= #ffff55
Steven M. Gavac11ccf32001-09-24 09:43:17 +000054hit-foreground= #ffffff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000055hit-background= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000056error-foreground= #000000
Steven M. Gavac11ccf32001-09-24 09:43:17 +000057error-background= #ff7777
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000058#cursor (only foreground can be set, restart IDLE)
Steven M. Gavaad4f5322002-01-03 12:05:17 +000059cursor-foreground= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000060#shell window
61stdout-foreground= blue
Steven M. Gavaad4f5322002-01-03 12:05:17 +000062stdout-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000063stderr-foreground= red
Steven M. Gavaad4f5322002-01-03 12:05:17 +000064stderr-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000065console-foreground= #770000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000066console-background= #ffffff
Cheryl Sabellade651622018-06-01 21:45:54 -040067context-foreground= #000000
68context-background= lightgray
Terry Jan Reedybe5b7a22015-10-04 00:31:05 -040069
70[IDLE Dark]
71comment-foreground = #dd0000
72console-foreground = #ff4d4d
73error-foreground = #FFFFFF
74hilite-background = #7e7e7e
75string-foreground = #02ff02
76stderr-background = #002240
77stderr-foreground = #ffb3b3
78console-background = #002240
79hit-background = #fbfbfb
80string-background = #002240
81normal-background = #002240
82hilite-foreground = #FFFFFF
83keyword-foreground = #ff8000
84error-background = #c86464
85keyword-background = #002240
86builtin-background = #002240
87break-background = #808000
88builtin-foreground = #ff00ff
89definition-foreground = #5e5eff
90stdout-foreground = #c2d1fa
91definition-background = #002240
92normal-foreground = #FFFFFF
93cursor-foreground = #ffffff
94stdout-background = #002240
95hit-foreground = #002240
96comment-background = #002240
97break-foreground = #FFFFFF
Cheryl Sabellade651622018-06-01 21:45:54 -040098context-foreground= #ffffff
99context-background= #454545