]> git.proxmox.com Git - mirror_edk2.git/blame - MdeModulePkg/Universal/SetupBrowserDxe/Colors.h
Update the copyright notice format
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Colors.h
CommitLineData
c60a0616 1/** @file\r
2MACRO definitions for color used in Setup Browser.\r
3\r
e5eed7d3
HT
4Copyright (c) 2004, Intel Corporation. All rights reserved.<BR>\r
5This program and the accompanying materials\r
c60a0616 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_TEXT EFI_BLUE\r
30#define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
31#define BANNER_TEXT EFI_BLUE\r
32#define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
33#define FIELD_TEXT EFI_BLACK\r
34#define FIELD_TEXT_GRAYED EFI_DARKGRAY\r
35#define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
36#define FIELD_TEXT_HIGHLIGHT EFI_LIGHTGRAY\r
37#define FIELD_BACKGROUND_HIGHLIGHT EFI_BACKGROUND_BLACK\r
38#define POPUP_TEXT EFI_LIGHTGRAY\r
39#define POPUP_BACKGROUND EFI_BACKGROUND_BLUE\r
40#define POPUP_INVERSE_TEXT EFI_LIGHTGRAY\r
41#define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK\r
42#define HELP_TEXT EFI_BLUE\r
43#define ERROR_TEXT EFI_RED | EFI_BRIGHT\r
44#define INFO_TEXT EFI_YELLOW | EFI_BRIGHT\r
45#define ARROW_TEXT EFI_RED | EFI_BRIGHT\r
46#define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
47\r
48#endif\r