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