| Kurt B. Kaiser | 282f122 | 2003-05-18 02:21:55 +0000 | [diff] [blame] | 1 | # IDLE reads several config files to determine user preferences.  This | 
 | 2 | # file is the default config file for idle highlight theme settings. | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 3 |  | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 4 | [IDLE Classic] | 
 | 5 | normal-foreground= #000000 | 
 | 6 | normal-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 7 | keyword-foreground= #ff7700 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 8 | keyword-background= #ffffff | 
| Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 9 | builtin-foreground= #900090 | 
| Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 10 | builtin-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 11 | comment-foreground= #dd0000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 12 | comment-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 13 | string-foreground= #00aa00 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 14 | string-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 15 | definition-foreground= #0000ff | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 16 | definition-background= #ffffff | 
| Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 17 | hilite-foreground= #000000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 18 | hilite-background= gray | 
| Kurt B. Kaiser | 669f4c3 | 2002-06-20 04:01:47 +0000 | [diff] [blame] | 19 | break-foreground= black | 
 | 20 | break-background= #ffff55 | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 21 | hit-foreground= #ffffff | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 22 | hit-background= #000000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 23 | error-foreground= #000000 | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 24 | error-background= #ff7777 | 
| Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 25 | #cursor (only foreground can be set, restart IDLE) | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 26 | cursor-foreground= black | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 27 | #shell window | 
 | 28 | stdout-foreground= blue | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 29 | stdout-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 30 | stderr-foreground= red | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 31 | stderr-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 32 | console-foreground= #770000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 33 | console-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 34 |  | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 35 | [IDLE New] | 
| Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 36 | normal-foreground= #000000 | 
 | 37 | normal-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 38 | keyword-foreground= #ff7700 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 39 | keyword-background= #ffffff | 
| Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 40 | builtin-foreground= #900090 | 
| Kurt B. Kaiser | 73360a3 | 2004-03-08 18:15:31 +0000 | [diff] [blame] | 41 | builtin-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 42 | comment-foreground= #dd0000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 43 | comment-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 44 | string-foreground= #00aa00 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 45 | string-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 46 | definition-foreground= #0000ff | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 47 | definition-background= #ffffff | 
| Steven M. Gava | 052937f | 2002-02-11 02:20:53 +0000 | [diff] [blame] | 48 | hilite-foreground= #000000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 49 | hilite-background= gray | 
| Kurt B. Kaiser | 669f4c3 | 2002-06-20 04:01:47 +0000 | [diff] [blame] | 50 | break-foreground= black | 
 | 51 | break-background= #ffff55 | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 52 | hit-foreground= #ffffff | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 53 | hit-background= #000000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 54 | error-foreground= #000000 | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 55 | error-background= #ff7777 | 
| Kurt B. Kaiser | 6e4620b | 2004-03-16 03:36:41 +0000 | [diff] [blame] | 56 | #cursor (only foreground can be set, restart IDLE) | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 57 | cursor-foreground= black | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 58 | #shell window | 
 | 59 | stdout-foreground= blue | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 60 | stdout-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 61 | stderr-foreground= red | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 62 | stderr-background= #ffffff | 
| Steven M. Gava | c11ccf3 | 2001-09-24 09:43:17 +0000 | [diff] [blame] | 63 | console-foreground= #770000 | 
| Steven M. Gava | ad4f532 | 2002-01-03 12:05:17 +0000 | [diff] [blame] | 64 | console-background= #ffffff |