]> git.proxmox.com Git - mirror_edk2.git/blob - IntelFrameworkModulePkg/Universal/SetupBrowserDxe/Colors.h
d47838f6438976bac7edcb0136150bc9daab0cd3
[mirror_edk2.git] / IntelFrameworkModulePkg / Universal / SetupBrowserDxe / Colors.h
1 /*++
2
3 Copyright (c) 2006, 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 #ifndef _COLORS_H
24 #define _COLORS_H
25
26 //
27 // Screen Color Settings
28 //
29 #define PICKLIST_HIGHLIGHT_TEXT EFI_WHITE
30 #define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN
31 #define TITLE_TEXT EFI_WHITE
32 #define TITLE_BACKGROUND EFI_BACKGROUND_BLUE
33 #define KEYHELP_TEXT EFI_LIGHTGRAY
34 #define KEYHELP_BACKGROUND EFI_BACKGROUND_BLACK
35 #define SUBTITLE_TEXT EFI_BLUE
36 #define SUBTITLE_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
37 #define BANNER_TEXT EFI_BLUE
38 #define BANNER_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
39 #define FIELD_TEXT EFI_BLACK
40 #define FIELD_TEXT_GRAYED EFI_DARKGRAY
41 #define FIELD_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
42 #define FIELD_TEXT_HIGHLIGHT EFI_LIGHTGRAY
43 #define FIELD_BACKGROUND_HIGHLIGHT EFI_BACKGROUND_BLACK
44 #define POPUP_TEXT EFI_LIGHTGRAY
45 #define POPUP_BACKGROUND EFI_BACKGROUND_BLUE
46 #define POPUP_INVERSE_TEXT EFI_LIGHTGRAY
47 #define POPUP_INVERSE_BACKGROUND EFI_BACKGROUND_BLACK
48 #define HELP_TEXT EFI_BLUE
49 #define ERROR_TEXT EFI_RED | EFI_BRIGHT
50 #define INFO_TEXT EFI_YELLOW | EFI_BRIGHT
51 #define ARROW_TEXT EFI_RED | EFI_BRIGHT
52 #define ARROW_BACKGROUND EFI_BACKGROUND_LIGHTGRAY
53
54 #endif