]> git.proxmox.com Git - mirror_edk2.git/blob - MdeModulePkg/Universal/SetupBrowserDxe/Colors.h
UEFI HII: Merge UEFI HII support changes from branch.
[mirror_edk2.git] / MdeModulePkg / Universal / SetupBrowserDxe / Colors.h
1 /** @file
2
3 Copyright (c) 2004, Intel Corporation
4 All rights reserved. This program and the accompanying materials
5 are licensed and made available under the terms and conditions of the BSD License
6 which accompanies this distribution. The full text of the license may be found at
7 http://opensource.org/licenses/bsd-license.php
8
9 THE PROGRAM IS DISTRIBUTED UNDER THE BSD LICENSE ON AN "AS IS" BASIS,
10 WITHOUT WARRANTIES OR REPRESENTATIONS OF ANY KIND, EITHER EXPRESS OR IMPLIED.
11
12 Module Name:
13
14 Colors.h
15
16 Abstract:
17
18
19 Revision History
20
21
22 **/
23
24 #ifndef _COLORS_H
25 #define _COLORS_H
26
27 //
28 // Screen Color Settings
29 //
30 #define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE
31 #define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN
32 #define TITLE_TEXT EFI_WHITE
33 #define TITLE_BACKGROUND EFI_BACKGROUND_BLUE
34 #define KEYHELP_TEXT EFI_LIGHTGRAY
35 #define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK
36 #define SUBTITLE_TEXT EFI_BLUE
37 #define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
38 #define BANNER_TEXT EFI_BLUE
39 #define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
40 #define FIELD_TEXT EFI_BLACK
41 #define FIELD_TEXT_GRAYED EFI_DARKGRAY
42 #define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
43 #define FIELD_TEXT_HIGHLIGHT EFI_LIGHTGRAY
44 #define FIELD_BACKGROUND_HIGHLIGHT EFI_BACKGROUND_BLACK
45 #define POPUP_TEXT EFI_LIGHTGRAY
46 #define POPUP_BACKGROUND EFI_BACKGROUND_BLUE
47 #define POPUP_INVERSE_TEXT EFI_LIGHTGRAY
48 #define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK
49 #define HELP_TEXT EFI_BLUE
50 #define ERROR_TEXT EFI_RED | EFI_BRIGHT
51 #define INFO_TEXT EFI_YELLOW | EFI_BRIGHT
52 #define ARROW_TEXT EFI_RED | EFI_BRIGHT
53 #define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
54
55 #endif