blob: a7b0433831c533c28e2a3f6d8b3ee3bbb44bad43 [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
Tal Einat7123ea02019-07-23 15:22:11 +030025context-foreground= #000000
26context-background= lightgray
27linenumber-foreground= gray
28linenumber-background= #ffffff
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000029#cursor (only foreground can be set, restart IDLE)
Steven M. Gavaad4f5322002-01-03 12:05:17 +000030cursor-foreground= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000031#shell window
32stdout-foreground= blue
Steven M. Gavaad4f5322002-01-03 12:05:17 +000033stdout-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000034stderr-foreground= red
Steven M. Gavaad4f5322002-01-03 12:05:17 +000035stderr-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000036console-foreground= #770000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000037console-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000038
Steven M. Gavaad4f5322002-01-03 12:05:17 +000039[IDLE New]
Steven M. Gava052937f2002-02-11 02:20:53 +000040normal-foreground= #000000
41normal-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000042keyword-foreground= #ff7700
Steven M. Gavaad4f5322002-01-03 12:05:17 +000043keyword-background= #ffffff
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000044builtin-foreground= #900090
Kurt B. Kaiser73360a32004-03-08 18:15:31 +000045builtin-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000046comment-foreground= #dd0000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000047comment-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000048string-foreground= #00aa00
Steven M. Gavaad4f5322002-01-03 12:05:17 +000049string-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000050definition-foreground= #0000ff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000051definition-background= #ffffff
Steven M. Gava052937f2002-02-11 02:20:53 +000052hilite-foreground= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000053hilite-background= gray
Kurt B. Kaiser669f4c32002-06-20 04:01:47 +000054break-foreground= black
55break-background= #ffff55
Steven M. Gavac11ccf32001-09-24 09:43:17 +000056hit-foreground= #ffffff
Steven M. Gavaad4f5322002-01-03 12:05:17 +000057hit-background= #000000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000058error-foreground= #000000
Steven M. Gavac11ccf32001-09-24 09:43:17 +000059error-background= #ff7777
Tal Einat7123ea02019-07-23 15:22:11 +030060context-foreground= #000000
61context-background= lightgray
62linenumber-foreground= gray
63linenumber-background= #ffffff
Kurt B. Kaiser6e4620b2004-03-16 03:36:41 +000064#cursor (only foreground can be set, restart IDLE)
Steven M. Gavaad4f5322002-01-03 12:05:17 +000065cursor-foreground= black
Steven M. Gavac11ccf32001-09-24 09:43:17 +000066#shell window
67stdout-foreground= blue
Steven M. Gavaad4f5322002-01-03 12:05:17 +000068stdout-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000069stderr-foreground= red
Steven M. Gavaad4f5322002-01-03 12:05:17 +000070stderr-background= #ffffff
Steven M. Gavac11ccf32001-09-24 09:43:17 +000071console-foreground= #770000
Steven M. Gavaad4f5322002-01-03 12:05:17 +000072console-background= #ffffff
Terry Jan Reedybe5b7a22015-10-04 00:31:05 -040073
74[IDLE Dark]
75comment-foreground = #dd0000
76console-foreground = #ff4d4d
77error-foreground = #FFFFFF
78hilite-background = #7e7e7e
79string-foreground = #02ff02
80stderr-background = #002240
81stderr-foreground = #ffb3b3
82console-background = #002240
83hit-background = #fbfbfb
84string-background = #002240
85normal-background = #002240
86hilite-foreground = #FFFFFF
87keyword-foreground = #ff8000
88error-background = #c86464
89keyword-background = #002240
90builtin-background = #002240
91break-background = #808000
92builtin-foreground = #ff00ff
93definition-foreground = #5e5eff
94stdout-foreground = #c2d1fa
95definition-background = #002240
96normal-foreground = #FFFFFF
97cursor-foreground = #ffffff
98stdout-background = #002240
99hit-foreground = #002240
100comment-background = #002240
101break-foreground = #FFFFFF
Cheryl Sabellade651622018-06-01 21:45:54 -0400102context-foreground= #ffffff
103context-background= #454545
Tal Einat7123ea02019-07-23 15:22:11 +0300104linenumber-foreground= gray
105linenumber-background= #002240