]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Library/CustomizedDisplayLib/Colors.h
MdeModulePkg DxeCore: Fix issue to print GUID value %g without pointer
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / Colors.h
CommitLineData
7c6c064c
ED
1/** @file\r
2MACRO definitions for color used in Setup Browser.\r
3\r
4Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
6are licensed and made available under the terms and conditions of the BSD License\r
7which accompanies this distribution. The full text of the license may be found at\r
8http://opensource.org/licenses/bsd-license.php\r
9\r
10THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,\r
11WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.\r
12\r
13**/\r
14//\r
15// Unicode collation protocol in\r
16\r
17#ifndef _COLORS_H_\r
18#define _COLORS_H_\r
19\r
20//\r
21// Screen Color Settings\r
22//\r
23#define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE\r
24#define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN\r
25#define TITLE_TEXT EFI_WHITE\r
26#define TITLE_BACKGROUND EFI_BACKGROUND_BLUE\r
27#define KEYHELP_TEXT EFI_LIGHTGRAY\r
28#define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK\r
29#define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
30#define BANNER_TEXT EFI_BLUE\r
31#define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
32#define FIELD_TEXT_GRAYED EFI_DARKGRAY\r
33#define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
34#define POPUP_TEXT EFI_LIGHTGRAY\r
35#define POPUP_BACKGROUND EFI_BACKGROUND_BLUE\r
36#define POPUP_INVERSE_TEXT EFI_LIGHTGRAY\r
37#define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK\r
38#define HELP_TEXT EFI_BLUE\r
39#define ERROR_TEXT EFI_RED | EFI_BRIGHT\r
40#define INFO_TEXT EFI_YELLOW | EFI_BRIGHT\r
41#define ARROW_TEXT EFI_RED | EFI_BRIGHT\r
42#define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
43\r
44#endif\r