1 // Copyright (c) 1997-2009 Nokia Corporation and/or its subsidiary(-ies).
2 // All rights reserved.
3 // This component and the accompanying materials are made available
4 // under the terms of "Eclipse Public License v1.0"
5 // which accompanies this distribution, and is available
6 // at the URL "http://www.eclipse.org/legal/epl-v10.html".
8 // Initial Contributors:
9 // Nokia Corporation - initial contribution.
14 // RGB colour constant: black.
22 #define KEikRgbBlack {red=0x00;green=0x00;blue=0x00;}
24 /** RGB colour constant: dark gray.
28 #define KEikRgbDarkGray {red=0x55;green=0x55;blue=0x55;}
30 /** RGB colour constant: dark red.
34 #define KEikRgbDarkRed {red=0x80;green=0x00;blue=0x00;}
36 /** RGB colour constant: dark green.
40 #define KEikRgbDarkGreen {red=0x00;green=0x80;blue=0x00;}
42 /** RGB colour constant: dark yellow.
46 #define KEikRgbDarkYellow {red=0x80;green=0x80;blue=0x00;}
48 /** RGB colour constant: dark blue.
52 #define KEikRgbDarkBlue {red=0x00;green=0x00;blue=0x80;}
54 /** RGB colour constant: dark magenta.
58 #define KEikRgbDarkMagenta {red=0x80;green=0x00;blue=0x80;}
60 /** RGB colour constant: dark cyan.
64 #define KEikRgbDarkCyan {red=0x00;green=0x80;blue=0x80;}
66 /** RGB colour constant: red.
70 #define KEikRgbRed {red=0xff;green=0x00;blue=0x00;}
72 /** RGB colour constant: green.
76 #define KEikRgbGreen {red=0x00;green=0xff;blue=0x00;}
78 /** RGB colour constant: yellow.
82 #define KEikRgbYellow {red=0xff;green=0xff;blue=0x00;}
84 /** RGB colour constant: blue.
88 #define KEikRgbBlue {red=0x00;green=0x00;blue=0xff;}
90 /** RGB colour constant: magenta.
94 #define KEikRgbMagenta {red=0xff;green=0x00;blue=0xff;}
96 /** RGB colour constant: cyan.
100 #define KEikRgbCyan {red=0x00;green=0xff;blue=0xff;}
102 /** RGB colour constant: gray.
106 #define KEikRgbGray {red=0xaa;green=0xaa;blue=0xaa;}
108 /** RGB colour constant: dithered light gray.
112 #define KEikRgbDitheredLightGray {red=0xcc;green=0xcc;blue=0xcc;}
114 /** RGB colour constant: 1-in-4 dithered gray.
118 #define KEikRgb1in4DitheredGray {red=0xed;green=0xed;blue=0xed;}
120 /** RGB colour constant: white.
124 #define KEikRgbWhite {red=0xff;green=0xff;blue=0xff;}
127 /** RGB colour constant: Symbian green.
131 #define KEikRgbSymbianGreen {red=0x00;green=153;blue=153;}
133 /** RGB colour constant: Symbian light green.
137 #define KEikRgbSymbianGreenLight {red=0x00;green=183;blue=183;}
139 /** RGB colour constant: Symbian blue.
143 #define KEikRgbSymbianBlue {red=0x00;green=102;blue=153;}
145 /** RGB colour constant: Symbian dark blue.
149 #define KEikRgbSymbianBlueDark {red=0x00;green=72;blue=123;}
151 /** RGB colour constant: Symbian orange.
155 #define KEikRgbSymbianOrange {red=255;green=218;blue=155;}
158 /** Logical colour value for use in resources: The colour of a window's background.
162 #define EEikColorWindowBackground 0
164 /** Logical colour value for use in resources: The colour of text in a window.
168 #define EEikColorWindowText 1
170 /** Logical colour value for use in resources: The colour of the background contents of a control.
174 #define EEikColorControlBackground 2
176 /** Logical colour value for use in resources: The colour of the text inside a control.
180 #define EEikColorControlText 3
182 /** Logical colour value for use in resources: The background colour of a control's border.
186 #define EEikColorControlSurroundBackground 4
188 /** Logical colour value for use in resources: The colour of text in a control's border.
192 #define EEikColorControlSurroundText 5
194 /** Logical colour value for use in resources: The colour of a control's background when highlighted for selection.
198 #define EEikColorControlHighlightBackground 6
200 /** Logical colour value for use in resources: The colour of the text in a control when highlighted for selection.
204 #define EEikColorControlHighlightText 7
206 /** Logical colour value for use in resources: The colour of a control's background when dimmed.
210 #define EEikColorControlDimmedBackground 8
212 /** Logical colour value for use in resources: The colour of the text in a control when dimmed.
216 #define EEikColorControlDimmedText 9
218 /** Logical colour value for use in resources: The colour of a control's background when dimmed and highlighted for selection.
222 #define EEikColorControlDimmedHighlightBackground 10
224 /** Logical colour value for use in resources: The colour of the text in a control when dimmed and highlighted for selection.
228 #define EEikColorControlDimmedHighlightText 11
230 /** Logical colour value for use in resources: The colour of a dialog's background.
234 #define EEikColorDialogBackground 12
236 /** Logical colour value for use in resources: The colour of text inside a dialog.
240 #define EEikColorDialogText 13
242 /** Logical colour value for use in resources: A dialog title's background colour.
246 #define EEikColorDialogTitle 14
248 /** Logical colour value for use in resources: A dialog title's background colour when pressed.
252 #define EEikColorDialogTitlePressed 15
254 /** Logical colour value for use in resources: The text colour in a dialog's title.
258 #define EEikColorDialogTitleText 16
260 /** Logical colour value for use in resources: The text colour in a dialog's title when pressed.
264 #define EEikColorDialogTitleTextPressed 17
266 /** Logical colour value for use in resources: The colour of the menubar's background.
270 #define EEikColorMenubarBackground 18
272 /** Logical colour value for use in resources: The colour of text in the menubar.
276 #define EEikColorMenubarText 19
278 /** Logical colour value for use in resources: The colour of the menubar title's background.
282 #define EEikColorMenubarTitleBackground 20
284 /** Logical colour value for use in resources: The colour of text in the menubar title.
288 #define EEikColorMenubarTitleText 21
290 /** Logical colour value for use in resources: The colour of the menupane's background.
294 #define EEikColorMenuPaneBackground 22
296 /** Logical colour value for use in resources: The colour of text in the menu pane.
300 #define EEikColorMenuPaneText 23
302 /** Logical colour value for use in resources: The colour of the menu pane background when highlighted for selection.
306 #define EEikColorMenuPaneHighlight 24
308 /** Logical colour value for use in resources: The colour of text in the menu pane when highlighted for selection.
312 #define EEikColorMenuPaneTextHighlight 25
314 /** Logical colour value for use in resources: The colour of the menu pane background when dimmed and highlighted.
318 #define EEikColorMenuPaneDimmedHighlight 26
320 /** Logical colour value for use in resources: The colour of text in the menu pane when dimmed.
324 #define EEikColorMenuPaneDimmedText 27
326 /** Logical colour value for use in resources: The colour of text in the menu pane when dimmed and highlighted for selection.
330 #define EEikColorMenuPaneDimmedTextHighlight 28
332 /** Logical colour value for use in resources: The colour of the button background, when the button is in the unset state.
336 #define EEikColorButtonFaceClear 29
338 /** Logical colour value for use in resources: The colour of the button background when the button is in the set state.
342 #define EEikColorButtonFaceSet 30
344 /** Logical colour value for use in resources: The colour of the button background when the button is in the set state and is pressed.
348 #define EEikColorButtonFaceSetPressed 31
350 /** Logical colour value for use in resources: The colour of the button background when the button is in the unset state and is pressed.
354 #define EEikColorButtonFaceClearPressed 32
356 /** Logical colour value for use in resources: The colour of the button text.
360 #define EEikColorButtonText 33
362 /** Logical colour value for use in resources: The colour of the button text when the button is pressed.
366 #define EEikColorButtonTextPressed 34
368 /** Logical colour value for use in resources: The colour of the button text when the button is dimmed.
372 #define EEikColorButtonTextDimmed 35
374 /** Logical colour value for use in resources: The colour of the message window foreground.
378 #define EEikColorMsgWinForeground 36
380 /** Logical colour value for use in resources: The colour of the message window background.
384 #define EEikColorMsgWinBackground 37
386 /** Logical colour value for use in resources: The colour of the scroll bar border.
390 #define EEikColorScrollBarBorder 38
392 /** Logical colour value for use in resources: The colour of the scroll bar shaft background.
396 #define EEikColorScrollBarShaft 39
398 /** Logical colour value for use in resources: The colour of the scroll bar shaft background when dimmed.
402 #define EEikColorScrollBarShaftDimmed 40
404 /** Logical colour value for use in resources: The colour of the scroll bar shaft background when pressed.
408 #define EEikColorScrollBarShaftPressed 41
410 /** Logical colour value for use in resources: The colour of the background for scroll bars with no thumb and no shaft.
414 #define EEikColorScrollBarNoShaftOrThumb 42
416 /** Logical colour value for use in resources: The colour of scroll bar buttons.
420 #define EEikColorScrollButtonIcon 43
422 /** Logical colour value for use in resources: The colour of scroll bar buttons when pressed.
426 #define EEikColorScrollButtonIconPressed 44
428 /** Logical colour value for use in resources: The colour of scroll bar buttons when dimmed.
432 #define EEikColorScrollButtonIconDimmed 45
434 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background.
438 #define EEikColorScrollButtonThumbBackground 46
440 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background when pressed.
444 #define EEikColorScrollButtonThumbBackgroundPressed 47
446 /** Logical colour value for use in resources: The colour of a scroll bar thumb's background when dimmed.
450 #define EEikColorScrollThumbDimmed 48
452 /** Logical colour value for use in resources: The colour of a scroll bar thumb's edge.
456 #define EEikColorScrollThumbEdge 49
458 /** Logical colour value for use in resources: The colour of a toolbar's background.
462 #define EEikColorToolbarBackground 50
464 /** Logical colour value for use in resources: The colour of the text in a toolbar.
468 #define EEikColorToolbarText 51
470 /** Logical colour value for use in resources: The colour of a status pane's background.
474 #define EEikColorStatusPaneBackground 52
476 /** Logical colour value for use in resources: The colour of the text in a status pane.
480 #define EEikColorStatusPaneText 53
482 /** Logical colour value for use in resources: The colour of the text in a label.
486 #define EEikColorLabelText 54
488 /** Logical colour value for use in resources: The colour of emphasised text in a label.
492 #define EEikColorLabelTextEmphasis 55
494 /** Logical colour value for use in resources: The colour of the text in a label when dimmed.
498 #define EEikColorLabelDimmedText 56
500 /** Logical colour value for use in resources: The colour of the label background when highlighted and dimmed.
504 #define EEikColorLabelHighlightPartialEmphasis 57
506 /** Logical colour value for use in resources: The colour of the label background when highlighted.
510 #define EEikColorLabelHighlightFullEmphasis 58