summaryrefslogtreecommitdiff
path: root/Master/texmf-dist/tex/xelatex/bidipresentation/bidiprescolors.cfg
blob: f10532c561e01bbe448c71b9b28fceeefa394f7a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
% File: bidiprescolors.cfg
%
% Color configuration for the bidipresentation class.
%
%=======================================================================================================================

%=======================================================================================================================
% Standard colors.
%
% For every of the colors described in the "Defined colors for emphasis and highlighting elements" section of the
% documentation, there is one default value which is defined here. Further default colors are for background, panel and
% navigation elements.
%
% Note that this file is loaded _only_ if bidipresentation's color management is active.
%
% Redefine colors for individual taste. Please remember, however, that a document transferred into another configuration
% where a different bidiprescolors.cfg is present, will look different on compilation. So for a `stable' color configuration,
% it might be better to put the respective \definebidiprescolor commands into the preamble of the document or into a style
% file.

% Color definitions for white background.

\definebidiprescolor[whitebg]{pagecolor}{rgb}{1,1,1}%                 Page background (for background style `plain').

\definebidiprescolor[whitebg]{bgndstartcolor}{rgb}{1,1,0.9}%          Start color for gradient background.
\definebidiprescolor[whitebg]{bgndendcolor}{rgb}{1,1,1}%              End color for gradient background.
\definebidiprescolor[whitebg]{bgndmidcolor}{rgb}{0.9,1,0.9}%          Middle color for gradient background (`double' gradient).

\definebidiprescolor[whitebg]{textcolor}{rgb}{0,0,0.5}%               Normal text.

\definebidiprescolor[whitebg]{emcolor}{rgb}{0,0,0.8}%                 Emphasised text (if coloremph option is given).
\definebidiprescolor[whitebg]{altemcolor}{rgb}{0,0.5,0.8}%            Double emphasised text (if coloremph option is given).

\definebidiprescolor[whitebg]{mathcolor}{rgb}{0,0.5,0}%               Math (if colormath option is given).

\definebidiprescolor[whitebg]{codecolor}{rgb}{0,0.5,0}%               \code (additional emphasising command).
\definebidiprescolor[whitebg]{underlcolor}{rgb}{0.7,0,0.3}%           \underl (additional emphasising command).
\definebidiprescolor[whitebg]{conceptcolor}{rgb}{0.6,0,0}%            \concept (additional emphasising command).
\definebidiprescolor[whitebg]{inactivecolor}{rgb}{0.7,0.7,0.7}%       \inactive (additional emphasising command).
\definebidiprescolor[whitebg]{presentcolor}{rgb}{1,1,0.8}%            Background color for \present (emphasising command).
\definebidiprescolor[whitebg]{highlightcolor}{rgb}{1,1,0.7}%          Background color for \highlight (emphasising command).

\definebidiprescolor[whitebg]{buttoncolor}{rgb}{0.8,0.8,0.9}%         Background color for buttons.
\definebidiprescolor[whitebg]{buttonshadowcolor}{rgb}{.001,0,.502}%   Button shadow.
\definebidiprescolor[whitebg]{buttonframecolor}{gray}{0}%             Button frame.
\definebidiprescolor[whitebg]{buttontextcolor}{gray}{0}%              Button text.

\definebidiprescolor[whitebg]{toppanelcolor}{gray}{0.9}%              Top panel background.
\definebidiprescolor[whitebg]{bottompanelcolor}{gray}{0.9}%           Bottom panel background.
\definebidiprescolor[whitebg]{leftpanelcolor}{gray}{0.9}%             Left panel background.
\definebidiprescolor[whitebg]{rightpanelcolor}{gray}{0.9}%            Right panel background.
\definebidiprescolor[whitebg]{toppaneltextcolor}{gray}{0}%            Top panel text.
\definebidiprescolor[whitebg]{bottompaneltextcolor}{gray}{0}%         Bottom panel text.
\definebidiprescolor[whitebg]{leftpaneltextcolor}{gray}{0}%           Left panel text.
\definebidiprescolor[whitebg]{rightpaneltextcolor}{gray}{0}%          Right panel text.


% Color definitions for `light' background.

\definebidiprescolor[lightbg]{pagecolor}{rgb}{1,1,0.9}%               Page background (for background style `plain').

\definebidiprescolor[lightbg]{bgndstartcolor}{rgb}{1,1,0.8}%          Start color for gradient background.
\definebidiprescolor[lightbg]{bgndendcolor}{rgb}{1,1,1}%              End color for gradient background.
\definebidiprescolor[lightbg]{bgndmidcolor}{rgb}{0.8,1,0.8}%          Middle color for gradient background (`double' gradient).

\definebidiprescolor[lightbg]{textcolor}{rgb}{0,0,0.5}%               Normal text.

\definebidiprescolor[lightbg]{emcolor}{rgb}{0,0,0.8}%                 Emphasised text (if coloremph option is given).
\definebidiprescolor[lightbg]{altemcolor}{rgb}{0,0.5,0.8}%            Double emphasised text (if coloremph option is given).

\definebidiprescolor[lightbg]{mathcolor}{rgb}{0,0.4,0}%               Math (if colormath option is given).

\definebidiprescolor[lightbg]{codecolor}{rgb}{0,0.5,0}%               \code (additional emphasising command).
\definebidiprescolor[lightbg]{underlcolor}{rgb}{0.7,0,0.3}%           \underl (additional emphasising command).
\definebidiprescolor[lightbg]{conceptcolor}{rgb}{0.6,0,0}%            \concept (additional emphasising command).
\definebidiprescolor[lightbg]{inactivecolor}{rgb}{0.7,0.7,0.7}%       \inactive (additional emphasising command).
\definebidiprescolor[lightbg]{presentcolor}{rgb}{1,1,1}%              Background color for \present (emphasising command).
\definebidiprescolor[lightbg]{highlightcolor}{rgb}{1,1,0.6}%          Background color for \highlight (emphasising command).

\definebidiprescolor[lightbg]{buttoncolor}{rgb}{0.8,0.8,0.9}%         Background color for buttons.
\definebidiprescolor[lightbg]{buttonshadowcolor}{rgb}{.001,0,.502}%   Button shadow.
\definebidiprescolor[lightbg]{buttonframecolor}{gray}{0}%             Button frame.
\definebidiprescolor[lightbg]{buttontextcolor}{gray}{0}%              Button text.

\definebidiprescolor[lightbg]{toppanelcolor}{gray}{0.9}%              Top panel background.
\definebidiprescolor[lightbg]{bottompanelcolor}{gray}{0.9}%           Bottom panel background.
\definebidiprescolor[lightbg]{leftpanelcolor}{gray}{0.9}%             Left panel background.
\definebidiprescolor[lightbg]{rightpanelcolor}{gray}{0.9}%            Right panel background.
\definebidiprescolor[lightbg]{toppaneltextcolor}{gray}{0}%            Top panel text.
\definebidiprescolor[lightbg]{bottompaneltextcolor}{gray}{0}%         Bottom panel text.
\definebidiprescolor[lightbg]{leftpaneltextcolor}{gray}{0}%           Left panel text.
\definebidiprescolor[lightbg]{rightpaneltextcolor}{gray}{0}%          Right panel text.


% Color definitions for `dark' background.

\definebidiprescolor[darkbg]{pagecolor}{rgb}{0,0,0.4}%               Page background (for background style `plain').

\definebidiprescolor[darkbg]{bgndstartcolor}{rgb}{0,0,0.2}%          Start color for gradient background.
\definebidiprescolor[darkbg]{bgndendcolor}{rgb}{0,0,0.6}%            End color for gradient background.
\definebidiprescolor[darkbg]{bgndmidcolor}{rgb}{0,0.3,0.4}%          Middle color for gradient background (`double' gradient).

\definebidiprescolor[darkbg]{textcolor}{rgb}{1,1,0.6}%               Normal text.

\definebidiprescolor[darkbg]{emcolor}{rgb}{1,1,0}%                   Emphasised text (if coloremph option is given).
\definebidiprescolor[darkbg]{altemcolor}{rgb}{1,0.6,0}%              Double emphasised text (if coloremph option is given).

\definebidiprescolor[darkbg]{mathcolor}{rgb}{1,0.5,1}%               Math (if colormath option is given).

\definebidiprescolor[darkbg]{codecolor}{rgb}{0,0.7,0}%               \code (additional emphasising command).
\definebidiprescolor[darkbg]{underlcolor}{rgb}{0.3,1,0.7}%           \underl (additional emphasising command).
\definebidiprescolor[darkbg]{conceptcolor}{rgb}{0.4,1,1}%            \concept (additional emphasising command).
\definebidiprescolor[darkbg]{inactivecolor}{rgb}{0.4,0.4,0.4}%       \inactive (additional emphasising command).
\definebidiprescolor[darkbg]{presentcolor}{rgb}{0,0,0}%              Background color for \present (emphasising command).
\definebidiprescolor[darkbg]{highlightcolor}{rgb}{0,0,0.1}%          Background color for \highlight (emphasising command).

\definebidiprescolor[darkbg]{buttoncolor}{rgb}{0.4,0.4,0.6}%         Background color for buttons.
\definebidiprescolor[darkbg]{buttonshadowcolor}{gray}{0}%            Button shadow.
\definebidiprescolor[darkbg]{buttonframecolor}{gray}{0}%             Button frame.
\definebidiprescolor[darkbg]{buttontextcolor}{gray}{0}%              Button text.

\definebidiprescolor[darkbg]{toppanelcolor}{gray}{0.4}%              Top panel background.
\definebidiprescolor[darkbg]{bottompanelcolor}{gray}{0.4}%           Bottom panel background.
\definebidiprescolor[darkbg]{leftpanelcolor}{gray}{0.4}%             Left panel background.
\definebidiprescolor[darkbg]{rightpanelcolor}{gray}{0.4}%            Right panel background.
\definebidiprescolor[darkbg]{toppaneltextcolor}{gray}{1}%            Top panel text.
\definebidiprescolor[darkbg]{bottompaneltextcolor}{gray}{1}%         Bottom panel text.
\definebidiprescolor[darkbg]{leftpaneltextcolor}{gray}{1}%           Left panel text.
\definebidiprescolor[darkbg]{rightpaneltextcolor}{gray}{1}%          Right panel text.


% Color definitions for black background.

\definebidiprescolor[blackbg]{pagecolor}{rgb}{0,0,0}%                 Page background (for background style `plain').

\definebidiprescolor[blackbg]{bgndstartcolor}{rgb}{0,0,0}%            Start color for gradient background.
\definebidiprescolor[blackbg]{bgndendcolor}{rgb}{0,0,0.2}%            End color for gradient background.
\definebidiprescolor[blackbg]{bgndmidcolor}{rgb}{0,0.2,0.2}%          Middle color for gradient background (`double' gradient).

\definebidiprescolor[blackbg]{textcolor}{rgb}{1,1,0.6}%               Normal text.

\definebidiprescolor[blackbg]{emcolor}{rgb}{1,1,0}%                   Emphasised text (if coloremph option is given).
\definebidiprescolor[blackbg]{altemcolor}{rgb}{1,0.5,0}%              Double emphasised text (if coloremph option is given).

\definebidiprescolor[blackbg]{mathcolor}{rgb}{1,0.5,1}%               Math (if colormath option is given).

\definebidiprescolor[blackbg]{codecolor}{rgb}{0,0.7,0}%               \code (additional emphasising command).
\definebidiprescolor[blackbg]{underlcolor}{rgb}{0.3,1,0.7}%           \underl (additional emphasising command).
\definebidiprescolor[blackbg]{conceptcolor}{rgb}{0.4,1,1}%            \concept (additional emphasising command).
\definebidiprescolor[blackbg]{inactivecolor}{rgb}{0.4,0.4,0.4}%       \inactive (additional emphasising command).
\definebidiprescolor[blackbg]{presentcolor}{rgb}{0,0,0.3}%            Background color for \present (emphasising command).
\definebidiprescolor[blackbg]{highlightcolor}{rgb}{0,0,0.4}%          Background color for \highlight (emphasising command).

\definebidiprescolor[blackbg]{buttoncolor}{rgb}{0.4,0.4,0.6}%         Background color for buttons.
\definebidiprescolor[blackbg]{buttonshadowcolor}{gray}{0}%            Button shadow.
\definebidiprescolor[blackbg]{buttonframecolor}{gray}{0}%             Button frame.
\definebidiprescolor[blackbg]{buttontextcolor}{gray}{0}%              Button text.

\definebidiprescolor[blackbg]{toppanelcolor}{gray}{0.4}%              Top panel background.
\definebidiprescolor[blackbg]{bottompanelcolor}{gray}{0.4}%           Bottom panel background.
\definebidiprescolor[blackbg]{leftpanelcolor}{gray}{0.4}%             Left panel background.
\definebidiprescolor[blackbg]{rightpanelcolor}{gray}{0.4}%            Right panel background.
\definebidiprescolor[blackbg]{toppaneltextcolor}{gray}{1}%            Top panel text.
\definebidiprescolor[blackbg]{bottompaneltextcolor}{gray}{1}%         Bottom panel text.
\definebidiprescolor[blackbg]{leftpaneltextcolor}{gray}{1}%           Left panel text.
\definebidiprescolor[blackbg]{rightpaneltextcolor}{gray}{1}%          Right panel text.


% The default definitions of bidipresentation's standard colors do not include dimmed and enhanced variants, leaving the
% variants to be calculated automatically. This works quite well for the dimmed variant, but the automatically
% calculated enhanced variant might not be to everybody's taste. The following example (if uncommented) will define
% custom enhanced versions of all standard `text body' colors in all color sets which look slightly better than the
% automatically calculated ones. Note that background and panels are not affected by dimming and enhancing.

%% Enhanced color variants for white background.

% \definebidiprescolor[whitebg]{etextcolor}{rgb}{0,0,0.7}%              Normal text.

% \definebidiprescolor[whitebg]{eemcolor}{rgb}{0,0,1}%                  Emphasised text (if coloremph option is given).
% \definebidiprescolor[whitebg]{ealtemcolor}{rgb}{0,0.6,0.9}%           Double emphasised text (if coloremph option is given).

% \definebidiprescolor[whitebg]{emathcolor}{rgb}{0,0.6,0}%              Math (if colormath option is given).

% \definebidiprescolor[whitebg]{ecodecolor}{rgb}{0,0.6,0}%              \code (additional emphasising command).
% \definebidiprescolor[whitebg]{eunderlcolor}{rgb}{0.8,0,0.4}%          \underl (additional emphasising command).
% \definebidiprescolor[whitebg]{econceptcolor}{rgb}{0.8,0,0}%           \concept (additional emphasising command).
% \definebidiprescolor[whitebg]{einactivecolor}{rgb}{0.6,0.6,0.6}%      \inactive (additional emphasising command).
% \definebidiprescolor[whitebg]{epresentcolor}{rgb}{1,1,0.8}%           Background color for \present (emphasising command).
% \definebidiprescolor[whitebg]{ehighlightcolor}{rgb}{1,1,0.7}%         Background color for \highlight (emphasising command).


%% Enhanced color variants for `light' background.

% \definebidiprescolor[lightbg]{etextcolor}{rgb}{0,0,0.7}%              Normal text.

% \definebidiprescolor[lightbg]{eemcolor}{rgb}{0,0,1}%                  Emphasised text (if coloremph option is given).
% \definebidiprescolor[lightbg]{ealtemcolor}{rgb}{0,0.6,0.9}%           Double emphasised text (if coloremph option is given).

% \definebidiprescolor[lightbg]{emathcolor}{rgb}{0,0.6,0}%              Math (if colormath option is given).

% \definebidiprescolor[lightbg]{ecodecolor}{rgb}{0,0.65,0}%             \code (additional emphasising command).
% \definebidiprescolor[lightbg]{eunderlcolor}{rgb}{0.8,0,0.4}%          \underl (additional emphasising command).
% \definebidiprescolor[lightbg]{econceptcolor}{rgb}{0.8,0,0}%           \concept (additional emphasising command).
% \definebidiprescolor[lightbg]{einactivecolor}{rgb}{0.6,0.6,0.6}%      \inactive (additional emphasising command).
% \definebidiprescolor[lightbg]{epresentcolor}{rgb}{.95,1,.95}%         Background color for \present (emphasising command).
% \definebidiprescolor[lightbg]{ehighlightcolor}{rgb}{1,1,0.4}%         Background color for \highlight (emphasising command).


%% Enhanced color variants for `dark' background.

% \definebidiprescolor[darkbg]{etextcolor}{rgb}{1,1,0.8}%               Normal text.

% \definebidiprescolor[darkbg]{eemcolor}{rgb}{1,1,0.3}%                 Emphasised text (if coloremph option is given).
% \definebidiprescolor[darkbg]{ealtemcolor}{rgb}{1,0.8,0}%              Double emphasised text (if coloremph option is given).

% \definebidiprescolor[darkbg]{emathcolor}{rgb}{1,0.6,1}%               Math (if colormath option is given).

% \definebidiprescolor[darkbg]{ecodecolor}{rgb}{0,0.9,0}%               \code (additional emphasising command).
% \definebidiprescolor[darkbg]{eunderlcolor}{rgb}{0.4,1,0.8}%           \underl (additional emphasising command).
% \definebidiprescolor[darkbg]{econceptcolor}{rgb}{0.7,1,1}%            \concept (additional emphasising command).
% \definebidiprescolor[darkbg]{einactivecolor}{rgb}{0.5,0.5,0.5}%       \inactive (additional emphasising command).
% \definebidiprescolor[darkbg]{epresentcolor}{rgb}{0.1,0,0}%            Background color for \present (emphasising command).
% \definebidiprescolor[darkbg]{ehighlightcolor}{rgb}{0,0,0}%            Background color for \highlight (emphasising command).


%% Enhanced color variants for black background.

% \definebidiprescolor[blackbg]{etextcolor}{rgb}{1,1,0.8}%              Normal text.

% \definebidiprescolor[blackbg]{eemcolor}{rgb}{1,1,0.3}%                Emphasised text (if coloremph option is given).
% \definebidiprescolor[blackbg]{ealtemcolor}{rgb}{1,0.4,0}%             Double emphasised text (if coloremph option is given).

% \definebidiprescolor[blackbg]{emathcolor}{rgb}{1,0.6,1}%              Math (if colormath option is given).

% \definebidiprescolor[blackbg]{ecodecolor}{rgb}{0,0.9,0}%              \code (additional emphasising command).
% \definebidiprescolor[blackbg]{eunderlcolor}{rgb}{0.4,1,0.8}%          \underl (additional emphasising command).
% \definebidiprescolor[blackbg]{econceptcolor}{rgb}{0.7,1,1}%           \concept (additional emphasising command).
% \definebidiprescolor[blackbg]{einactivecolor}{rgb}{0.5,0.5,0.5}%      \inactive (additional emphasising command).
% \definebidiprescolor[blackbg]{epresentcolor}{rgb}{0,0,0.4}%           Background color for \present (emphasising command).
% \definebidiprescolor[blackbg]{ehighlightcolor}{rgb}{0,0,0.5}%         Background color for \highlight (emphasising command).



% Remember that the color definitions above only represent _one_ example for a possible color configuration.
% The following example (if uncommented) completely redefines the standard colors for the darkbackground option. This
% works for one or all colors of this or other background options by analogy. (Comment out the definition of the
% darkbackground colors above if convenient.)

%% Color definitions for `dark' background.

% \definebidiprescolor[darkbg]{pagecolor}{rgb}{0,0.1,0}%              Page background (for background style `plain').

% \definebidiprescolor[darkbg]{bgndstartcolor}{rgb}{0,0.05,0}%        Start color for gradient background.
% \definebidiprescolor[darkbg]{bgndendcolor}{rgb}{0,0.4,0}%           End color for gradient background.
% \definebidiprescolor[darkbg]{bgndmidcolor}{rgb}{0,0.2,0.5}%         Middle color for gradient background (`double' gradient).

% \definebidiprescolor[darkbg]{textcolor}{rgb}{1,0.6,1}%              Normal text.

% \definebidiprescolor[darkbg]{emcolor}{rgb}{1,0,1}%                  Emphasised text (if coloremph option is given).
% \definebidiprescolor[darkbg]{altemcolor}{rgb}{1,0,0.5}%             Double emphasised text (if coloremph option is given).

% \definebidiprescolor[darkbg]{mathcolor}{rgb}{0.5,1,1}%              Math (if colormath option is given).

% \definebidiprescolor[darkbg]{codecolor}{rgb}{0.8,0,0}%              \code (additional emphasising command).
% \definebidiprescolor[darkbg]{underlcolor}{rgb}{1,0.7,0.3}%          \underl (additional emphasising command).
% \definebidiprescolor[darkbg]{conceptcolor}{rgb}{1,1,0.4}%           \concept (additional emphasising command).
% \definebidiprescolor[darkbg]{inactivecolor}{rgb}{0.4,0.4,0.4}%      \inactive (additional emphasising command).
% \definebidiprescolor[darkbg]{presentcolor}{rgb}{0,0,0}%             Background color for \present (emphasising command).
% \definebidiprescolor[darkbg]{highlightcolor}{rgb}{0,0.3,0}%         Background color for \highlight (emphasising command).

% \definebidiprescolor[darkbg]{buttoncolor}{rgb}{0.4,0.4,0.6}%        Background color for buttons.
% \definebidiprescolor[darkbg]{buttonshadowcolor}{gray}{0}%           Button shadow.
% \definebidiprescolor[darkbg]{buttonframecolor}{gray}{0}%            Button frame.
% \definebidiprescolor[darkbg]{buttontextcolor}{gray}{0}%             Button text.

% \definebidiprescolor[darkbg]{toppanelcolor}{gray}{0.4}%             Top panel background.
% \definebidiprescolor[darkbg]{bottompanelcolor}{gray}{0.4}%          Bottom panel background.
% \definebidiprescolor[darkbg]{leftpanelcolor}{gray}{0.4}%            Left panel background.
% \definebidiprescolor[darkbg]{rightpanelcolor}{gray}{0.4}%           Right panel background.
% \definebidiprescolor[darkbg]{toppaneltextcolor}{gray}{1}%           Top panel text.
% \definebidiprescolor[darkbg]{bottompaneltextcolor}{gray}{1}%        Bottom panel text.
% \definebidiprescolor[darkbg]{leftpaneltextcolor}{gray}{1}%          Left panel text.
% \definebidiprescolor[darkbg]{rightpaneltextcolor}{gray}{1}%         Right panel text.


% In the usual standard defaults given above, no dimmed or enhanced variants are included, to demonstrate bidipresentation's
% automatic dimming and enhancing capabilities. It is possible, however, to provide `hand-tuned' dimmed and enhanced
% variants for nicer results. This is done by prefixing "d" or "e" to the color name. In the following, custom dimmed
% and enhanced variants of some of the colors defined above are specified. Note that background and panels are not
% affected by dimming and enhancing, so only the `text body' colors are specified.

%% Dimmed color variants for `dark' background.

% \definebidiprescolor[darkbg]{dtextcolor}{rgb}{0.5,0.4,0.5}%            Normal text.

% \definebidiprescolor[darkbg]{demcolor}{rgb}{0.5,0,0.5}%                Emphasised text (if coloremph option is given).
% \definebidiprescolor[darkbg]{daltemcolor}{rgb}{0.5,0,0.2}%             Double emphasised text (if coloremph option is given).

% \definebidiprescolor[darkbg]{dmathcolor}{rgb}{0.2,0.5,0.5}%            Math (if colormath option is given).

% \definebidiprescolor[darkbg]{dcodecolor}{rgb}{0.5,0,0}%                \code (additional emphasising command).
% \definebidiprescolor[darkbg]{dunderlcolor}{rgb}{0.5,0.3,0.1}%          \underl (additional emphasising command).
% \definebidiprescolor[darkbg]{dconceptcolor}{rgb}{0.5,0.5,0.2}%         \concept (additional emphasising command).
% \definebidiprescolor[darkbg]{dinactivecolor}{rgb}{0.2,0.2,0.2}%        \inactive (additional emphasising command).
% \definebidiprescolor[darkbg]{dpresentcolor}{rgb}{0,0.05,0}%            Background color for \present (emphasising command).
% \definebidiprescolor[darkbg]{dhighlightcolor}{rgb}{0,0.15,0}%          Background color for \highlight (emphasising command).


%% Enhanced color variants for `dark' background.

% \definebidiprescolor[darkbg]{etextcolor}{rgb}{1,0.8,1}%                Normal text.

% \definebidiprescolor[darkbg]{eemcolor}{rgb}{1,0.2,1}%                  Emphasised text (if coloremph option is given).
% \definebidiprescolor[darkbg]{ealtemcolor}{rgb}{1,0.2,0.7}%             Double emphasised text (if coloremph option is given).

% \definebidiprescolor[darkbg]{emathcolor}{rgb}{0.7,1,1}%                Math (if colormath option is given).

% \definebidiprescolor[darkbg]{ecodecolor}{rgb}{1,0,0}%                  \code (additional emphasising command).
% \definebidiprescolor[darkbg]{eunderlcolor}{rgb}{1,0.9,0.5}%            \underl (additional emphasising command).
% \definebidiprescolor[darkbg]{econceptcolor}{rgb}{1,1,0.6}%             \concept (additional emphasising command).
% \definebidiprescolor[darkbg]{einactivecolor}{rgb}{0.5,0.5,0.5}%        \inactive (additional emphasising command).
% \definebidiprescolor[darkbg]{epresentcolor}{rgb}{0.2,0,0}%             Background color for \present (emphasising command).
% \definebidiprescolor[darkbg]{ehighlightcolor}{rgb}{0,0.4,0}%           Background color for \highlight (emphasising command).



% The following example (if uncommented) shows what is neccessary for defining a completely new standard color which is
% recognized by bidipresentation commands like \dimcolors, \enhancecolors (and display commands using those) as well as the
% commands \whitebackground, \lightbackground, \darkbackground, and \blackbackground.
%
% If you don't want to give different definitions of your color for different backgrounds, you can define it just in the
% current color set (leaving out the optional argument to \definebidiprescolor), but then it will stay the same on all
% backgrounds and not be adapted when the background color changes.
%
% You don't have to define dimmed and enhanced variants of your color (with prefix d and e, respectively). If you just
% leave them out, bidipresentation will calculate appropriate variants automatically.

% \definebidiprescolor[whitebg]{mycolor}{rgb}{1,0.5,0}%               Variants of mycolor for white backgrounds.
% \definebidiprescolor[whitebg]{dmycolor}{rgb}{0.9,0.8,0.6}%
% \definebidiprescolor[whitebg]{emycolor}{rgb}{1,0.7,0}%
%   %
% \definebidiprescolor[lightbg]{mycolor}{rgb}{1,0.5,0}%               Variants of mycolor for light backgrounds.
% \definebidiprescolor[lightbg]{dmycolor}{rgb}{0.9,0.8,0.6}%
% \definebidiprescolor[lightbg]{emycolor}{rgb}{1,0.7,0}%
%   %
% \definebidiprescolor[darkbg]{mycolor}{rgb}{0,0.5,1}%                Variants of mycolor for dark backgrounds.
% \definebidiprescolor[darkbg]{dmycolor}{rgb}{0.1,0.2,0.4}%
% \definebidiprescolor[darkbg]{emycolor}{rgb}{0,0.3,1}%
%   %
% \definebidiprescolor[blackbg]{mycolor}{rgb}{0,0.5,1}%               Variants of mycolor for black backgrounds.
% \definebidiprescolor[blackbg]{dmycolor}{rgb}{0.1,0.2,0.4}%
% \definebidiprescolor[blackbg]{emycolor}{rgb}{0,0.3,1}%

\endinput