]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Colors.h
Modules clean up.
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / Colors.h
CommitLineData
103b6520 1/*++\r
2\r
ececc2eb 3Copyright (c) 2006, Intel Corporation\r
4All rights reserved. This program and the accompanying materials\r
5are licensed and made available under the terms and conditions of the BSD License\r
6which accompanies this distribution. The full text of the license may be found at\r
103b6520 7http://opensource.org/licenses/bsd-license.php \r
ececc2eb 8 \r
9THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
10WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
103b6520 11\r
12Module Name:\r
13\r
14 Colors.h\r
15\r
16Abstract:\r
17\r
18\r
19Revision History\r
20\r
21--*/\r
22\r
23#ifndef _COLORS_H\r
24#define _COLORS_H\r
25\r
103b6520 26//\r
27// Screen Color Settings\r
28//\r
29#define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE\r
30#define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN\r
31#define TITLE_TEXT EFI_WHITE\r
32#define TITLE_BACKGROUND EFI_BACKGROUND_BLUE\r
33#define KEYHELP_TEXT EFI_LIGHTGRAY\r
34#define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK\r
35#define SUBTITLE_TEXT EFI_BLUE\r
36#define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
37#define BANNER_TEXT EFI_BLUE\r
38#define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
39#define FIELD_TEXT EFI_BLACK\r
40#define FIELD_TEXT_GRAYED EFI_DARKGRAY\r
41#define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
42#define FIELD_TEXT_HIGHLIGHT EFI_LIGHTGRAY\r
43#define FIELD_BACKGROUND_HIGHLIGHT EFI_BACKGROUND_BLACK\r
44#define POPUP_TEXT EFI_LIGHTGRAY\r
45#define POPUP_BACKGROUND EFI_BACKGROUND_BLUE\r
46#define POPUP_INVERSE_TEXT EFI_LIGHTGRAY\r
47#define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK\r
48#define HELP_TEXT EFI_BLUE\r
49#define ERROR_TEXT EFI_RED | EFI_BRIGHT\r
50#define INFO_TEXT EFI_YELLOW | EFI_BRIGHT\r
51#define ARROW_TEXT EFI_RED | EFI_BRIGHT\r
52#define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
53\r
54#endif\r