]> git.proxmox.com Git - mirror_edk2.git/blame - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Colors.h
Correct all header files for doxygen format and correct the license issue for VgaClas...
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / Colors.h
CommitLineData
3db51098 1/**@file\r
2\r
103b6520 3\r
ececc2eb 4Copyright (c) 2006, Intel Corporation\r
5All rights reserved. This 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
3db51098 8http://opensource.org/licenses/bsd-license.php\r
9\r
ececc2eb 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
103b6520 12\r
3db51098 13**/\r
103b6520 14\r
103b6520 15\r
16#ifndef _COLORS_H\r
17#define _COLORS_H\r
18\r
103b6520 19//\r
20// Screen Color Settings\r
21//\r
22#define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE\r
23#define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN\r
24#define TITLE_TEXT EFI_WHITE\r
25#define TITLE_BACKGROUND EFI_BACKGROUND_BLUE\r
26#define KEYHELP_TEXT EFI_LIGHTGRAY\r
27#define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK\r
28#define SUBTITLE_TEXT EFI_BLUE\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 EFI_BLACK\r
33#define FIELD_TEXT_GRAYED EFI_DARKGRAY\r
34#define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
35#define FIELD_TEXT_HIGHLIGHT EFI_LIGHTGRAY\r
36#define FIELD_BACKGROUND_HIGHLIGHT EFI_BACKGROUND_BLACK\r
37#define POPUP_TEXT EFI_LIGHTGRAY\r
38#define POPUP_BACKGROUND EFI_BACKGROUND_BLUE\r
39#define POPUP_INVERSE_TEXT EFI_LIGHTGRAY\r
40#define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK\r
41#define HELP_TEXT EFI_BLUE\r
42#define ERROR_TEXT EFI_RED | EFI_BRIGHT\r
43#define INFO_TEXT EFI_YELLOW | EFI_BRIGHT\r
44#define ARROW_TEXT EFI_RED | EFI_BRIGHT\r
45#define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY\r
46\r
47#endif\r