Mercurial > repos > rliterman > csp2
comparison CSP2/CSP2_env/env-d9b9114564458d9d-741b3de822f2aaca6c6caa4325c4afce/lib/python3.8/idlelib/config-highlight.def @ 69:33d812a61356
planemo upload commit 2e9511a184a1ca667c7be0c6321a36dc4e3d116d
author | jpayne |
---|---|
date | Tue, 18 Mar 2025 17:55:14 -0400 |
parents | |
children |
comparison
equal
deleted
inserted
replaced
67:0e9998148a16 | 69:33d812a61356 |
---|---|
1 # IDLE reads several config files to determine user preferences. This | |
2 # file is the default config file for idle highlight theme settings. | |
3 | |
4 [IDLE Classic] | |
5 normal-foreground= #000000 | |
6 normal-background= #ffffff | |
7 keyword-foreground= #ff7700 | |
8 keyword-background= #ffffff | |
9 builtin-foreground= #900090 | |
10 builtin-background= #ffffff | |
11 comment-foreground= #dd0000 | |
12 comment-background= #ffffff | |
13 string-foreground= #00aa00 | |
14 string-background= #ffffff | |
15 definition-foreground= #0000ff | |
16 definition-background= #ffffff | |
17 hilite-foreground= #000000 | |
18 hilite-background= gray | |
19 break-foreground= black | |
20 break-background= #ffff55 | |
21 hit-foreground= #ffffff | |
22 hit-background= #000000 | |
23 error-foreground= #000000 | |
24 error-background= #ff7777 | |
25 context-foreground= #000000 | |
26 context-background= lightgray | |
27 linenumber-foreground= gray | |
28 linenumber-background= #ffffff | |
29 #cursor (only foreground can be set, restart IDLE) | |
30 cursor-foreground= black | |
31 #shell window | |
32 stdout-foreground= blue | |
33 stdout-background= #ffffff | |
34 stderr-foreground= red | |
35 stderr-background= #ffffff | |
36 console-foreground= #770000 | |
37 console-background= #ffffff | |
38 | |
39 [IDLE New] | |
40 normal-foreground= #000000 | |
41 normal-background= #ffffff | |
42 keyword-foreground= #ff7700 | |
43 keyword-background= #ffffff | |
44 builtin-foreground= #900090 | |
45 builtin-background= #ffffff | |
46 comment-foreground= #dd0000 | |
47 comment-background= #ffffff | |
48 string-foreground= #00aa00 | |
49 string-background= #ffffff | |
50 definition-foreground= #0000ff | |
51 definition-background= #ffffff | |
52 hilite-foreground= #000000 | |
53 hilite-background= gray | |
54 break-foreground= black | |
55 break-background= #ffff55 | |
56 hit-foreground= #ffffff | |
57 hit-background= #000000 | |
58 error-foreground= #000000 | |
59 error-background= #ff7777 | |
60 context-foreground= #000000 | |
61 context-background= lightgray | |
62 linenumber-foreground= gray | |
63 linenumber-background= #ffffff | |
64 #cursor (only foreground can be set, restart IDLE) | |
65 cursor-foreground= black | |
66 #shell window | |
67 stdout-foreground= blue | |
68 stdout-background= #ffffff | |
69 stderr-foreground= red | |
70 stderr-background= #ffffff | |
71 console-foreground= #770000 | |
72 console-background= #ffffff | |
73 | |
74 [IDLE Dark] | |
75 comment-foreground = #dd0000 | |
76 console-foreground = #ff4d4d | |
77 error-foreground = #FFFFFF | |
78 hilite-background = #7e7e7e | |
79 string-foreground = #02ff02 | |
80 stderr-background = #002240 | |
81 stderr-foreground = #ffb3b3 | |
82 console-background = #002240 | |
83 hit-background = #fbfbfb | |
84 string-background = #002240 | |
85 normal-background = #002240 | |
86 hilite-foreground = #FFFFFF | |
87 keyword-foreground = #ff8000 | |
88 error-background = #c86464 | |
89 keyword-background = #002240 | |
90 builtin-background = #002240 | |
91 break-background = #808000 | |
92 builtin-foreground = #ff00ff | |
93 definition-foreground = #5e5eff | |
94 stdout-foreground = #c2d1fa | |
95 definition-background = #002240 | |
96 normal-foreground = #FFFFFF | |
97 cursor-foreground = #ffffff | |
98 stdout-background = #002240 | |
99 hit-foreground = #002240 | |
100 comment-background = #002240 | |
101 break-foreground = #FFFFFF | |
102 context-foreground= #ffffff | |
103 context-background= #454545 | |
104 linenumber-foreground= gray | |
105 linenumber-background= #002240 |