]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Library/CustomizedDisplayLib/Colors.h
MdeModulePkg: Replace BSD License with BSD+Patent License
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / Colors.h
1 /** @file
2 MACRO definitions for color used in Setup Browser.
3
4 Copyright (c) 2004 - 2011, Intel Corporation. All rights reserved.<BR>
5 SPDX-License-Identifier: BSD-2-Clause-Patent
6
7 **/
8 //
9 // Unicode collation protocol in
10
11 #ifndef _COLORS_H_
12 #define _COLORS_H_
13
14 //
15 // Screen Color Settings
16 //
17 #define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE
18 #define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN
19 #define TITLE_TEXT EFI_WHITE
20 #define TITLE_BACKGROUND EFI_BACKGROUND_BLUE
21 #define KEYHELP_TEXT EFI_LIGHTGRAY
22 #define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK
23 #define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
24 #define BANNER_TEXT EFI_BLUE
25 #define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
26 #define FIELD_TEXT_GRAYED EFI_DARKGRAY
27 #define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
28 #define POPUP_TEXT EFI_LIGHTGRAY
29 #define POPUP_BACKGROUND EFI_BACKGROUND_BLUE
30 #define POPUP_INVERSE_TEXT EFI_LIGHTGRAY
31 #define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK
32 #define HELP_TEXT EFI_BLUE
33 #define ERROR_TEXT EFI_RED | EFI_BRIGHT
34 #define INFO_TEXT EFI_YELLOW | EFI_BRIGHT
35 #define ARROW_TEXT EFI_RED | EFI_BRIGHT
36 #define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
37
38 #endif