]> git.proxmox.com Git - mirror_edk2.git/blobdiff - MdeModulePkg/Library/CustomizedDisplayLib/Colors.h
MdeModulePkg: Apply uncrustify changes
[mirror_edk2.git] / MdeModulePkg / Library / CustomizedDisplayLib / Colors.h
index f2cbb8940f1bd9baaa4332deec9a828dd92b3f9f..487c6d4f2d13c3524e9a2bc2d0eb505d35b20535 100644 (file)
@@ -14,25 +14,25 @@ SPDX-License-Identifier: BSD-2-Clause-Patent
 //\r
 // Screen Color Settings\r
 //\r
-#define PICKLIST_HIGHLIGHT_TEXT       EFI_WHITE\r
-#define PICKLIST_HIGHLIGHT_BACKGROUND EFI_BACKGROUND_CYAN\r
-#define TITLE_TEXT                    EFI_WHITE\r
-#define TITLE_BACKGROUND              EFI_BACKGROUND_BLUE\r
-#define KEYHELP_TEXT                  EFI_LIGHTGRAY\r
-#define KEYHELP_BACKGROUND            EFI_BACKGROUND_BLACK\r
-#define SUBTITLE_BACKGROUND           EFI_BACKGROUND_LIGHTGRAY\r
-#define BANNER_TEXT                   EFI_BLUE\r
-#define BANNER_BACKGROUND             EFI_BACKGROUND_LIGHTGRAY\r
-#define FIELD_TEXT_GRAYED             EFI_DARKGRAY\r
-#define FIELD_BACKGROUND              EFI_BACKGROUND_LIGHTGRAY\r
-#define POPUP_TEXT                    EFI_LIGHTGRAY\r
-#define POPUP_BACKGROUND              EFI_BACKGROUND_BLUE\r
-#define POPUP_INVERSE_TEXT            EFI_LIGHTGRAY\r
-#define POPUP_INVERSE_BACKGROUND      EFI_BACKGROUND_BLACK\r
-#define HELP_TEXT                     EFI_BLUE\r
-#define ERROR_TEXT                    EFI_RED | EFI_BRIGHT\r
-#define INFO_TEXT                     EFI_YELLOW | EFI_BRIGHT\r
-#define ARROW_TEXT                    EFI_RED | EFI_BRIGHT\r
-#define ARROW_BACKGROUND              EFI_BACKGROUND_LIGHTGRAY\r
+#define PICKLIST_HIGHLIGHT_TEXT        EFI_WHITE\r
+#define PICKLIST_HIGHLIGHT_BACKGROUND  EFI_BACKGROUND_CYAN\r
+#define TITLE_TEXT                     EFI_WHITE\r
+#define TITLE_BACKGROUND               EFI_BACKGROUND_BLUE\r
+#define KEYHELP_TEXT                   EFI_LIGHTGRAY\r
+#define KEYHELP_BACKGROUND             EFI_BACKGROUND_BLACK\r
+#define SUBTITLE_BACKGROUND            EFI_BACKGROUND_LIGHTGRAY\r
+#define BANNER_TEXT                    EFI_BLUE\r
+#define BANNER_BACKGROUND              EFI_BACKGROUND_LIGHTGRAY\r
+#define FIELD_TEXT_GRAYED              EFI_DARKGRAY\r
+#define FIELD_BACKGROUND               EFI_BACKGROUND_LIGHTGRAY\r
+#define POPUP_TEXT                     EFI_LIGHTGRAY\r
+#define POPUP_BACKGROUND               EFI_BACKGROUND_BLUE\r
+#define POPUP_INVERSE_TEXT             EFI_LIGHTGRAY\r
+#define POPUP_INVERSE_BACKGROUND       EFI_BACKGROUND_BLACK\r
+#define HELP_TEXT                      EFI_BLUE\r
+#define ERROR_TEXT                     EFI_RED | EFI_BRIGHT\r
+#define INFO_TEXT                      EFI_YELLOW | EFI_BRIGHT\r
+#define ARROW_TEXT                     EFI_RED | EFI_BRIGHT\r
+#define ARROW_BACKGROUND               EFI_BACKGROUND_LIGHTGRAY\r
 \r
 #endif\r