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